I have been trying to build the CVS version of Middlegen all day, but I’ve been having a problem with external tasks (e.g.:Xdoclet and jrefactory Pretty).  The classpath looks fine, and I can use external tasks in my own project’s build file.  I ended up solving the problem by putting the required jars in Ant’s lib directory – not an altogether palatable solution.  I’m using the very latest Ant:1.5.1b1.  Previous to this I was using 1.5, but I upgraded to see if that would help (didn’t, naturally).  I’m also using j2sdk1.4.0_01.  I set up my environment like this:

 

PATH=c:\work\jakarta-ant-1.5.1\bin;c:\work\jikes-1.15\bin

SET CLASSPATH=;

SET JBOSS_DIST=c:\work\jboss3

SET JIKES_HOME=c:\work\jikes-1.15

SET ANT_HOME=c:\work\jakarta-ant-1.5.1

SET JAVA_HOME=c:\j2sdk1.4.0_01

ant %1 

 

Does anyone have any ideas?  Thanks in advance.

 

Dean Des Rosiers

Reply via email to