--- [EMAIL PROTECTED] wrote: > Hi Konstantin, > > anyone can help?? > > me? I'll try. > > > > Is it clean build? > > i m afrad i don't understand the meaning of 'clean' > build. > i have downloaded xjavadoc sources and xdoclet > sources..everything went > smoothly until i reached the xdoclet-xml target > actually, before arriving that the 'error' point i > got some warning... > here they are:
> and following happens after Those are harmless - I'm removing those deprecated methods one by one when I get time. > [echo] | > [echo] | B U I L D I N G X D O C L E T M O D U L E > 'xdoclet' > [echo] | > [echo] > +------------------------------------------------------------------- > > Task.java:10: warning: xjavadoc.ClassIterator in > xjavadoc has been deprecated > [javac] import xjavadoc.ClassIterator; > [javac] ^ > [javac] > C:\xdoclet-1.2b3\modules\xdoclet\src\xdoclet\modules\doc\info\InfoSu > Task.java:12: warning: xjavadoc.XCollections in > xjavadoc has been deprecated > [javac] import xjavadoc.XCollections; > [javac] ^ > [javac] > > > Any xdoclet jars hiding in your > > classpath > > no.. only files that i have in classpath is > xalan.jar > xercesImpl.jar > xml-apis.jar > commons-collections.jar > commons-logging.jar > commons-logging-apis.jar What classpath? Your $CLASSPATH? ant classpath? > is there anything else that i need to have in the > classpath? > > > >and waiting to bite you ass off? in at lib > > directory? > > well, in xdoclet-src\lib there's already an > xjavadoc-1.0.jar, and in the > xjavadoc\lib there's alredy an xdoclet.jar .. Well, xjavadoc is compiled in xdoclet lib directory, so it's not a problem. xdoclet.jar in xjavadoc is old version of xdoclet and used for test puproses. I would reexamine contents of ant lib dir - mine are: -rw-r--r-- 1 konstantin users 682 2003-01-13 09:32 README -rw-r--r-- 1 konstantin users 717666 2003-01-13 09:32 ant.jar -rw-r--r-- 1 konstantin users 1292198 2003-01-13 09:32 bsi20.jar -rw-r--r-- 1 konstantin users 380219 2003-01-13 09:32 ecs.jar -rw-rw-rw- 1 konstantin users 117522 2003-01-17 12:44 junit.jar -rw-r--r-- 1 konstantin users 654735 2003-01-13 09:32 optional.jar -rw-r--r-- 1 konstantin users 831473 2003-01-13 09:32 xercesImpl.jar -rw-r--r-- 1 konstantin users 108484 2003-01-13 09:32 xml-apis.jar placing there more jars is inviting all the problems in your build. I would suggest you to try to checkout xdoclet-all from repository and do a clean build, but with current SF QoS it's not possible... 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: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
