zoukankan      html  css  js  c++  java
  • Openfire 代码部署报错: Variable references non-existent resource:${workspace_loc:openfire_src}

    Variable references non-existent resource:${workspace_loc:openfire_src} 
    
    
    -DopenfireHome=“${workspace_loc:opener_src}/target/openfire”
    解决办法1: 改成绝对路径
    
    即 -DopenfireHome=“/users/home/xiaoming/target/openfire”
    
    2: 
    
    -DopenfireHome=“${workspace_loc:Openfire XMPP Server}/target/openfire”
    
    这里的Openfire XMPP Server 是项目名称, 很多朋友跟风,都写 openfire_src 所以出错,看清楚自己的项目名。
    
    I'm falling off the sky all alone.The courage inside is gonna break the fall. Nothing can dim my light within. I am That I am 程序 = 数据结构 + 算法
  • 相关阅读:
    codeforces 671C
    zoj3256
    hit2739
    hdu5737
    2017.1其他简要题解
    hdu5967
    初探插头dp
    11月下旬题解
    CompletableFuture的get和getNow()的区别
    python 镜像
  • 原文地址:https://www.cnblogs.com/IamThat/p/4357228.html
Copyright © 2011-2022 走看看