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

javac always recompiles when multiple src paths are given





------- Additional Comments From [EMAIL PROTECTED]  2003-09-10 17:45 -------
it sounds like you should not use several src paths but rather
<src path="${srcdir}"/>
<include name="packone/**"/>
<include name="packtwo/**"/>

except if your package hierarchy starts at ${srcdir}/packone and 
${srcdir}/packtwo ?
when your package names start with com, then the paths of the src nested
elements should point to the source directories containing com.

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

Reply via email to