Compile Failed
in
Library and Tool Development
•
3 months ago
Hi,
I followed these insructions to start building new tool
then i Compiled my library using Ant i had this error
BUILD FAILED
/home/heba/workspace/tool/resources/build.xml:107: The following error occurred while executing this line:
/home/heba/workspace/tool/resources/build.xml:141: /home/heba/workspace/tool/${classpath.libraries.location} does not exist.
Total time: 1 second
line 107 :
<antcall target="compile" />
line 141 :
<javac srcdir="${project.tmp}/${project.name}/src" destdir="${project.bin}" source="${java.target.version}" target="${java.target.version}" includeantruntime="false">
I'm working on ubuntu 12.04
any help, please ? :(
1