On Sun, 2003-06-08 at 12:47, Marko Asplund wrote: > i'm having problems building the current xdoclet v1.2 version from CVS > (with Ant v1.5.3, Blackdown Java2, JRE v1.4.1 on Red Hat Linux v7.3). ... > junit: > [mkdir] Created dir: > /home/aspa/projects/ntlm/tmp/xdoclet-all/xjavadoc/target/test-reports > > BUILD FAILED > file:/home/aspa/projects/ntlm/tmp/xdoclet-all/xjavadoc/build.xml:136: Could not > create task or type of type: junit.
The problem's Ant/junit. In the original Ant 1.5.3 build, they included the junit.jar in $ANT_HOME/lib in the dist zip, and there's no problem. But then they released an updated 1.5.3-1 build that didn't include it (but which also reports itself as 1.5.3 in the -version output), and that gives this error when the build gets to the junit task. Just copy junit.jar into $ANT_HOME/lib and it should be okay. That's my guess, anyway. Andrew. ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
