http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2366
*** shadow/2366 Wed Jun 27 11:58:53 2001 --- shadow/2366.tmp.7643 Wed Jun 27 11:58:53 2001 *************** *** 0 **** --- 1,26 ---- + +============================================================================+ + | Add fork attribute to javac | + +----------------------------------------------------------------------------+ + | Bug #: 2366 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: All | + | Severity: Enhancement OS/Version: All | + | Priority: Other Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + I'd like to be able to fork javac tasks into a new process. I've had some + trouble with ant's xml libraries conflicting with older versions that my + projects use. People using newer (or just plain different) versions of the .jar + files ant depends on may have trouble compiling. The easiest way to solve the + problem is to fork off a new javac process. The best way to do that consistently + is with a fork attribute on javac. + + Thanks, + + Dave \ No newline at end of file
