http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1049
*** shadow/1049 Tue Mar 20 07:48:50 2001
--- shadow/1049.tmp.12017 Tue Mar 20 07:48:50 2001
***************
*** 0 ****
--- 1,33 ----
+ +============================================================================+
+ | Junitreport not included in optional jarfile |
+ +----------------------------------------------------------------------------+
+ | Bug #: 1049 Product: Ant |
+ | Status: NEW Version: 1.3 |
+ | Resolution: Platform: PC |
+ | Severity: Normal OS/Version: Other |
+ | Priority: Component: Optional Tasks |
+ +----------------------------------------------------------------------------+
+ | Assigned To: ant-dev@jakarta.apache.org |
+ | Reported By: czanelli@c-bridge.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I've been getting the following error when executing "junitreport" from ant:
+
+ D:\projects\Syncro\Develop\devel\scripts\build.xml:69: Could not create task of
+ type: junitreport because I can't find it in the list of task class
+ definitions. Common solutions are: 1 execute bin/bootstrap. 2 use taskdef to
+ declare your task. 3 add the task to defaults.properties.
+
+ I checked the optional jarfile and I couldn't find the classfiles required to
+ run the "junitreport" task. I saw the files for junit, and that works fine,
+ but not for junitreport.
+
+ I have all the jars in the classpath.
+
+ Am I doing something wrong, or is there actually no junitreport in the
+ optional.jar file?
+
+ -Chris
|