RE: [Xdoclet-user] Webdoclet classpath

2003-06-08 Thread Andrew Stevens
On Sun, 2003-06-08 at 19:59, Norbert Spemm wrote: > But only in cvs? > > The package I'm using is 1.2.0 Beta 2 of 2002-12-27 15:00. This is long > ago :( > > Can someone please generate a new package for download so I don't have > to install cvs? I'm sorry asking for this, but my project runs ou

RE: [Xdoclet-user] Webdoclet classpath

2003-06-08 Thread Matt Raible
- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] On Behalf Of > > > Norbert Spemm > > > Sent: Saturday, June 07, 2003 8:38 AM > > > To: [EMAIL PROTECTED] > > > Subject: RE: [Xdoclet-user] Webdoclet classpath > > > > &

RE: [Xdoclet-user] Webdoclet classpath

2003-06-08 Thread Norbert Spemm
ferent tools I don't have the time to also learn. Thanks for help > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Matt Raible > Sent: Samstag, 7. Juni 2003 17:02 > To: [EMAIL PROTECTED] > Subject: RE: [Xdoclet-user] Webdo

Re: [Xdoclet-user] Webdoclet classpath

2003-06-07 Thread Ben Wolin
I had a similar problem when I started using ValidatorForms. I customized the template struts_config_xml.xdt to get it to do the generation for ValidatorForms. name="" type="" /> Further down in the template (line 57), I expect if you change the type to org.apac

RE: [Xdoclet-user] Webdoclet classpath

2003-06-07 Thread Matt Raible
Upgrade your release of XDoclet - this was a bug fixed long ago. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Norbert Spemm > Sent: Saturday, June 07, 2003 8:38 AM > To: [EMAIL PROTECTED] > Subject: RE: [Xdoclet-user

RE: [Xdoclet-user] Webdoclet classpath

2003-06-07 Thread Norbert Spemm
I'm not sure if I'm missing something, but I receive the same error when I extend from DispatchAction or LookupDispatchAction class _AND_ unfortunately the action-mapping for that class is not generated by xdoclet. When extending "Action" instead of "DispatchAction" everything works fine. /*

Re: [Xdoclet-user] Webdoclet classpath

2002-11-05 Thread Erik Hatcher
Volker Krebs wrote: Erik Hatcher wrote: Specify all your classpath needs on the for webdoclet. This was done to leverage (get around issues with? :) Ant's classloader. I have done this, but still the class can't be found. The class can only be found if I put it into {ant.home}/lib Even the

Re: [Xdoclet-user] Webdoclet classpath

2002-11-05 Thread Volker Krebs
Erik Hatcher wrote: Specify all your classpath needs on the for webdoclet. This was done to leverage (get around issues with? :) Ant's classloader. I have done this, but still the class can't be found. The class can only be found if I put it into {ant.home}/lib Even the -debug option gives me

Re: [Xdoclet-user] Webdoclet classpath

2002-11-05 Thread Erik Hatcher
Volker Krebs wrote: Hello, in older xdoclet Versions there was the possibilty to specify a classpathref attribute in the webdoclet task. In struts 1.2 Beta this is no longer possible. How can I specify the classpath ? Specify all your classpath needs on the for webdoclet. This was done to l

[Xdoclet-user] Webdoclet classpath

2002-11-05 Thread Volker Krebs
Hello, in older xdoclet Versions there was the possibilty to specify a classpathref attribute in the webdoclet task. In struts 1.2 Beta this is no longer possible. How can I specify the classpath ? I need this, because my webdoclet Task throws an ClassNotFoundException. One solution is to but s