You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/07/12 09:10:05 UTC

[Bug 1239] - JUnitTask does not include its codebase in forked command line

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: bodewig@apache.org                            
! ReportedBy: Scott_Stark@displayscape.com               
! 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: bodewig@apache.org                                           |
! |  Reported By: Scott_Stark@displayscape.com                                 |
! +----------------------------------------------------------------------------+
! |          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 bodewig@apache.org  2001-07-12 00:10 -------
+ fixed for JDK > 1.1 starting with nightly build 2001-07-13