Craig Shearer wrote:
> I'm having the same problem with the latest CVS version. However, I've
tried
> this with Ant 1.5.1 and 1.5.2, and still get the same problem. I have
> checked, and junit.jar is in the ANT_HOME/lib directory.

i'm using Ant v1.5.3 but here's how i managed to overcome this problem
(based on help from Andrew Stevens):
setenv JAVA_HOME /foo/j2sdk1.4.1
setenv ANT_HOME /foo/apache-ant-1.5.3-1
setenv JUNIT_HOME /foo/junit3.8.1
setenv PATH $ANT_HOME/bin:$PATH
ln -s $JUNIT_HOME/junit.jar $ANT_HOME/lib
cd xdoclet-all/xdoclet
ant

best regards,
-- 
        aspa                                            http://www.kronodoc.fi/



-------------------------------------------------------
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

Reply via email to