Here's the ones I use (from May 6th).

http://tinyurl.com/dssz

HTH,

Matt


> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Norbert Spemm
> Sent: Sunday, June 08, 2003 1:00 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [Xdoclet-user] Webdoclet classpath
> 
> 
> 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 out of time and I'm still using to many 
> different 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] Webdoclet classpath
> > 
> > 
> > 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] Webdoclet classpath
> > > 
> > > 
> > > 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.
> > > 
> > >   /*
> > >    * @struts:action name="testForm" path="/test" scope="request"
> > >    */
> > > 
> > >   public final class ActionTest extends DispatchAction 
> > >   {
> > > 
> > >     public ActionForward testAction1(ActionMapping mapping, 
> > >                                      ActionForm form,
> > >                                      HttpServletRequest request,
> > >                                      HttpServletResponse response)
> > >            throws Exception
> > >     {
> > >       // [...]
> > >     }
> > >   }
> > > 
> > > If this doesn't work and I have to manually create 
> strutsconfig.xml
> > > I can also remove xdoclet from my project since there's not much 
> > > left it generates for me. :(
> > > 
> > > Is there a way out?
> > > 
> > > Thanks for help
> > > 
> > > 
> > > > From: Erik Hatcher
> > > > Subject: Re: [Xdoclet-user] Building web.xml using 1.2 Beta 2
> > > > Date: Thu, 17 Oct 2002 08:58:47 -0700
> > > > 
> > > > 
> > > > This is a known "issue" because Struts has some static
> > initializers
> > > > that get called during XDoclet's introspection of the class
> > > hierarchy
> > > > and calling Class.forName(). I just live with it for 
> now, because
> > > > struts.jar is needed in my classpath for struts-config.xml
> > > generation.
> > > > 
> > > > Erik
> > > > 
> > > > 
> > > > Matt Raible wrote:
> > > > 
> > > > I am getting the following error when running the
> > > > <deploymentdescriptor>
> > > > task:
> > > > 
> > > > <deploymentdescriptor servletspec="2.3"
> > > > destdir="${build.stage_web}/WEB-INF"
> > > > sessiontimeout="1200">
> > > > </deploymentdescriptor>
> > > > 
> > > > [webdoclet] Running <deploymentdescriptor/>
> > > > [webdoclet] Generating web.xml.
> > > > [webdoclet] (util.MessageResourcesFactory 174 )
> > > > MessageResourcesFactory.createFactory
> > > > [webdoclet] java.lang.ClassNotFoundException: 
> > > > org.apache.struts.util.PropertyMessageResourcesFactory
> > > > [webdoclet] at
> > > > java.net.URLClassLoader$1.run(URLClassLoader.java:198)
> > > > This doesn't seem to happen when struts.jar is NOT in the
> > > > classpath. This error does not seem to affect building web.xml.
> 
> 
> 
> -------------------------------------------------------
> 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
> 




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