ant编译报错“xxx does not exist”_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > ant编译报错“xxx does not exist”

ant编译报错“xxx does not exist”

 2013/11/19 12:21:58  依然任逍遥  程序员俱乐部  我要评论(0)
  • 摘要:Compiling3sourcefilestoE:\WorkSpace\util\build[javac]E:\WorkSpace\util\src\java\com\util\DateFormatter.java:14:packageorg.joda.timedoesnotexist[javac]importorg.joda.time.DateTime;cannotfindsymbol[javac]symbol:classDateTime[javac]location:classcom
  • 标签:编译 not Ant
class="java">
Compiling 3 source files to E:\WorkSpace\util\build
    [javac] E:\WorkSpace\util\src\java\com\util\DateFormatter.java:14: package org.joda.time does not exist
    [javac] import org.joda.time.DateTime;

cannot find symbol
    [javac] symbol  : class DateTime
    [javac] location: class com.spokesoft.util.DateFormatter
    [javac]         DateTime dt = new DateTime(localDate.getTime());


工程里面buildPath都配置正常,但是ant编译时候报错,可以检查ant配置文件用echo返回加入的包的位置,看看是否已经争取引用。
上一篇: java高并发解决方案 下一篇: java
发表评论
用户名: 匿名