PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3198 *** shadow/3198 Tue Aug 21 02:28:45 2001 --- shadow/3198.tmp.2437 Tue Aug 21 02:28:45 2001 *************** *** 0 **** --- 1,20 ---- + +============================================================================+ + | The <javac> task doesn't work properly with multi-element sourceparh | + +----------------------------------------------------------------------------+ + | Bug #: 3198 Product: Ant | + | Status: NEW Version: 1.4Beta1 | + | Resolution: Platform: All | + | Severity: Major OS/Version: Windows NT/2K | + | Priority: Other Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + If you have several elements in the sourcepath (nested <src>), and the same + class occurs in more than one place, Ant may add the same class several times + to the javac command line, which results in an "duplicate class" error from + javac.
