http://nagoya.apache.org/bugzilla/show_bug.cgi?id=543
*** shadow/543 Wed Feb 7 10:34:30 2001
--- shadow/543.tmp.4240 Wed Feb 7 16:59:12 2001
***************
*** 2,11 ****
| NullPointerException in junit task |
+----------------------------------------------------------------------------+
| Bug #: 543 Product: Ant |
! | Status: NEW Version: 1.3 Beta 1 |
! | Resolution: Platform: PC |
| Severity: Normal OS/Version: Windows NT/2K |
! | Priority: Component: Optional Tasks |
+----------------------------------------------------------------------------+
| Assigned To: [EMAIL PROTECTED] |
| Reported By: [EMAIL PROTECTED] |
--- 2,11 ----
| NullPointerException in junit task |
+----------------------------------------------------------------------------+
| Bug #: 543 Product: Ant |
! | Status: RESOLVED Version: 1.3 Beta 1 |
! | Resolution: FIXED Platform: PC |
| Severity: Normal OS/Version: Windows NT/2K |
! | Priority: High Component: Optional Tasks |
+----------------------------------------------------------------------------+
| Assigned To: [EMAIL PROTECTED] |
| Reported By: [EMAIL PROTECTED] |
***************
*** 91,94 ****
at org.apache.tools.ant.Project.executeTargets(Project.java:510)
at org.apache.tools.ant.Main.runBuild(Main.java:421)
at org.apache.tools.ant.Main.main(Main.java:149)
! ========================================
--- 91,99 ----
at org.apache.tools.ant.Project.executeTargets(Project.java:510)
at org.apache.tools.ant.Main.runBuild(Main.java:421)
at org.apache.tools.ant.Main.main(Main.java:149)
! ========================================
!
! ------- Additional Comments From [EMAIL PROTECTED] 2001-02-07 16:59 -------
! Now the commandline is cloned only if there is one specified.
!
! Patch submitted by Stephane Bailliez.