http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1540
*** shadow/1540 Thu Apr 26 10:36:28 2001 --- shadow/1540.tmp.16763 Thu Apr 26 16:37:06 2001 *************** *** 2,11 **** | Ant doesn't regenerate the 2nd class found in a .java file | +----------------------------------------------------------------------------+ | Bug #: 1540 Product: Ant | ! | Status: NEW Version: 1.3 | ! | Resolution: Platform: PC | | Severity: Normal OS/Version: Windows NT/2K | ! | Priority: Component: Build Process | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | --- 2,11 ---- | Ant doesn't regenerate the 2nd class found in a .java file | +----------------------------------------------------------------------------+ | Bug #: 1540 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: INVALID Platform: PC | | Severity: Normal OS/Version: Windows NT/2K | ! | Priority: High Component: Build Process | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | *************** *** 72,75 **** was not recreated. Besides using the not so wise convention of placing two or more classes in a ! single java file, what am I doing wrong? --- 72,84 ---- was not recreated. Besides using the not so wise convention of placing two or more classes in a ! single java file, what am I doing wrong? ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-04-26 16:37 ------- ! Nothing. ! ! Ant simply does not scan your source files. It just compares files with the ! same name (and java or class extensions). If you delete a class for which there ! is no corresponding source file you need to do a clean rebuild (delete all ! before compilation) or you may have a look at the depend task and try if that ! helps in your case.
