http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1125
*** shadow/1125 Mon Mar 26 17:01:27 2001 --- shadow/1125.tmp.15703 Mon Mar 26 17:01:27 2001 *************** *** 0 **** --- 1,21 ---- + +============================================================================+ + | Problem with "rebuild" option in Weblogic Ejb-Jar task | + +----------------------------------------------------------------------------+ + | Bug #: 1125 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: Component: Optional Tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + With the rebuild flag set to false, the ejb-jar being generated by the + <weblogic> did not have the correct, most up to date files. Two bugs exist in + the code for finding changed files. One prematurely breaks out of the loop + when any flat file is reached. The other causes a rebuild on non-critical flat + files (non-xml files).