Hello, i have a small ant build file that i wrote a little while ago, it's
always worked fine but now it has started to give me errors. With the -debug
arg i get 

[javac]Compiling 2 source files
....
[javac]     sourcefile1.java
    [javac]    scorcefile2.java
    [javac] scorcefile3.java:5: package packageName does not exist
    [javac] import packageName.className;

I can see that it's compiling the sourcefile1 & 2 files, which its ment too,
but then finds an error with source file 3 which isnt referenced by either
sourcefile 1 or 2 and brings the total source files to compile to 3. What
could be causing this?

Thanks,
-- 
View this message in context: 
http://www.nabble.com/Confused-at-build-error-tp24180102p24180102.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to