DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23900>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23900

Compilation fails in ant, but not in command line





------- Additional Comments From [EMAIL PROTECTED]  2003-10-22 13:23 -------
You pout to project1's sources instead of the compiled classes in your
CLASSPATH.  If you add ${build.dir}/project1 to your second javac task, it will
work.  The alternative is to use a nested <src> element to point to project1's
sources in the second task, but you'd be compiling the sources of project1 twice
that way.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to