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=3198>.
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=3198

The <javac> task doesn't work properly with multi-element sourceparh





------- Additional Comments From [EMAIL PROTECTED]  2002-04-23 09:06 -------
There is an additional downside to Ant using javac -sourcepath rather than a 
list of files.  
Imagine you have two different packages com.xyz.one and com.xyz.two which have 
the same base but require different third party JARs to compile.  The obvious 
thing would be to have two targets with different classpaths and 
includes/excludes.  If you do this, Ant correctly decides whether there are any 
files to compile but if there are, then javac incorrectly attempts to compile 
code in both packages and fails because of missing JARs

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

Reply via email to