http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1625
*** shadow/1625 Fri May 4 12:54:58 2001 --- shadow/1625.tmp.28933 Fri May 4 12:54:58 2001 *************** *** 0 **** --- 1,23 ---- + +============================================================================+ + | rmic with iiop on should check for matching output file | + +----------------------------------------------------------------------------+ + | Bug #: 1625 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: | + | Priority: High Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + With the built-in task "rmic", depending on the attribute "iiop" on/off value, + different output file will be generated. The task checks if the generated files + already exist before actually running rmic. However the bug is that the task + always checks for files generated with iiop="no" even if actually iiop="yes". + Therefore if iiop="yes" and the task is run twice in a row, it will still do + the actual rmic during the 2nd run even though the output files have already + been generated by rmic during the 1st run.
