http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1239
*** shadow/1239 Sun May 20 17:24:42 2001 --- shadow/1239.tmp.17613 Thu Jul 12 00:10:05 2001 *************** *** 1,19 **** ! Bug#: 1239 ! Product: Ant ! Version: 1.3 ! Platform: PC ! OS/Version: All ! Status: NEW ! Resolution: ! Severity: Normal ! Priority: High ! Component: Optional Tasks ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: JUnitTask does not include its codebase in forked command line ! If I have placed the optional.jar and junit.jar files into the ant lib directory so that I can run without these files in my CLASSPATH, I am still required to do so when the junit task uses fork=true as the --- 1,18 ---- ! +============================================================================+ ! | JUnitTask does not include its codebase in forked command line | ! +----------------------------------------------------------------------------+ ! | Bug #: 1239 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: FIXED Platform: PC | ! | Severity: Normal OS/Version: All | ! | Priority: High Component: Optional Tasks | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | If I have placed the optional.jar and junit.jar files into the ant lib directory so that I can run without these files in my CLASSPATH, I am still required to do so when the junit task uses fork=true as the *************** *** 58,60 **** --- 57,62 ---- Finally, you should get a running fork="true" version, if you give a nested classpath element to <junit> that contains all required classes. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-12 00:10 ------- + fixed for JDK > 1.1 starting with nightly build 2001-07-13
