Yeah! That fixed the problem. I had a different log4j.jar in the
directory with the jars used in compilation and deployment with my
application. So the webdoclet task took the wrong one (since it appeared
early in the classpath?).

Thank you very much, you made my day

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Konstantin Priblouda
> Sent: Montag, 30. Juni 2003 10:55
> To: [EMAIL PROTECTED]
> Subject: Re: [Xdoclet-user] problems upgrading from 1.2b2 to 1.2b3
> 
> 
> 
> --- Norbert Spemm <[EMAIL PROTECTED]> wrote:
> > Hi,
> >  
> > I'm having trouble with version 1.2b3 of xdoclet.
> > With xdoclet1.2b2 I
> > can build my application. The classpath in build.xml
> > is defined like
> > this:
> > 
> > <path id="xdoclet.jars.path">
> >   <fileset dir="${lib.dir}/xdoclet1.2b2/lib" includes="*.jar"/>
> >   <pathelement location="${lib.dir}/j2ee/j2ee.jar"/>
> >   <pathelement location="${lib.dir}/servlet.jar"/>
> > </path>
> > <property name="xdoclet.jar.path"
> > refid="xdoclet.jars.path" />
> > 
> > When I upgrade to xdoclet1.2b3 by changing the
> > fileset like
> > 
> > <fileset dir="${lib.dir}/xdoclet1.2b3/lib"
> > includes="*.jar"/>
> > 
> > and all jars from the distribution included in 
> > ${lib.dir}/xdoclet1.2b3/lib I get the following
> > error:
> >  
> > webdoclet:
> seems that you need newer log4j version. 
> 
> Is log4j.jar in your ant lib directory?
> Update it ot remove it...
> 
> regards,
> 
> =====
> ----[ Konstantin Pribluda ( ko5tik ) ]----------------
> Zu Verst�rkung meines Teams suche ich ab Sofort einen 
> Softwareentwickler[In] f�r die Festanstellung. 
> Arbeitsort: Mainz 
> Skills:  Programieren, Kentnisse in OpenSource-Bereich
> ----[ http://www.pribluda.de ]------------------------
> 
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites 
> including Data Reports, E-commerce, Portals, and Forums are 
> available now. Download today and enter to win an XBOX or 
> Visual Studio .NET. 
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_06
1203_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to