Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
Ok, i tried this but it doesn't work. i get arround cu markus * JD Brennan [EMAIL PROTECTED] [2002-10-08 08:00]: I wonder if it's because you have a pathref and a property with the same name (xdoclet.classpath}. I use different property names for refs. But for XDoclet, I just spell out

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Jon Haugsand
* Markus Garscha Hi! what's wrong? ---8-- gama@ws:~/prog/java/jboss$ ant xdoclet Buildfile: build.xml init: xdoclet: BUILD FAILED /home/gama/prog/java/jboss/build.xml:54: taskdef class xdoclet.ejb.EjbDocletTask cannot be

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
Hi! ok, i included an echo tag. i got the following output: Buildfile: build.xml init: [echo] classpath=/usr/share/ant/lib/ant.jar:/home/gama/prog/java/jboss/lib/xdoclet.jar:/home/gama/prog/java/jboss/lib/log4j.jar xdoclet: BUILD FAILED /home/gama/prog/java/jboss/build.xml:56: taskdef

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread kiuma
in build.xml target depends=init name=xdoclet-generate taskdef classname=xdoclet.modules.ejb.EjbDocletTask name=ejbdoclet classpath refid=base.path/ /taskdef taskdef classname=xdoclet.modules.web.WebDocletTask name=webdoclet classpath

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
hi, the same problem: /home/gama/prog/java/jboss/build.xml:56: taskdef class xdoclet.ejb.EjbDocletTask cannot be found something does goes wrong with ant. ant can't find the class, but the file xdoclet.jar exists and it is the correct classpath... ;( markus * kiuma [EMAIL PROTECTED]

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Jon Haugsand
* Markus Garscha hi, the same problem: /home/gama/prog/java/jboss/build.xml:56: taskdef class xdoclet.ejb.EjbDocletTask cannot be found something does goes wrong with ant. ant can't find the class, but the file xdoclet.jar exists and it is the correct classpath... ;( I seem to

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread kiuma
I hope this can help Markus Garscha wrote: hi, the same problem: /home/gama/prog/java/jboss/build.xml:56: taskdef class xdoclet.ejb.EjbDocletTask cannot be found something does goes wrong with ant. ant can't find the class, but the file xdoclet.jar exists and it is the correct classpath...

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
No success i generated my own .ant.properties in the project directory with jboss.home, xdoclet.home, struts.home - but the same output. ant can't define the xdoclet task... perhaps i use wrong versions of ant, xdoclet, etc? which versions do you use? here my output of the build process:

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread kiuma
xdoclet from cvs and last stable ant version Markus Garscha wrote: No success i generated my own .ant.properties in the project directory with jboss.home, xdoclet.home, struts.home - but the same output. ant can't define the xdoclet task... perhaps i use wrong versions of ant, xdoclet,

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
* kiuma [EMAIL PROTECTED] [2002-10-08 23:30]: xdoclet from cvs and last stable ant version ant 1.4.1 xdoclet 1.2.0-beta1 should work, because all other things work too... i don't have any idea what to do next .( cu markus msg22009/pgp0.pgp Description: PGP signature

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
* kiuma [EMAIL PROTECTED] [2002-10-08 23:30]: xdoclet from cvs and last stable ant version i did it! i upgraded ant from 1.4.1 to 1.5.1 and look - it works!!! thanx a lot markus msg22012/pgp0.pgp Description: PGP signature

RE: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Gavin Hughes
You have to use Ant 1.5 with the latest versions of XDoclet. -Original Message- From: Markus Garscha [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 9 October 2002 7:56 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] [OT] can't run xdoclet ;( * kiuma [EMAIL PROTECTED] [2002-10-08 23