Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 85140 invoked from network); 14 Apr 2003 12:57:11 -0000 Received: from h000.c000.snv.cp.net (HELO c000.snv.cp.net) (209.228.32.64) by daedalus.apache.org with SMTP; 14 Apr 2003 12:57:11 -0000 Received: (cpmta 6212 invoked from network); 14 Apr 2003 05:57:12 -0700 Received: from 128.143.104.202 (HELO ehatchersolutions.com) by smtp.hatcher.net (209.228.32.64) with SMTP; 14 Apr 2003 05:57:12 -0700 X-Sent: 14 Apr 2003 12:57:12 GMT Date: Mon, 14 Apr 2003 08:57:17 -0400 Subject: Re: Xdcoelt task failes Content-Type: text/plain; delsp=yes; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) From: Erik Hatcher To: "Ant Users List" Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: <9F1D8D26-6E78-11D7-9FAF-000393A564E6@ehatchersolutions.com> X-Mailer: Apple Mail (2.551) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I cannot tell if you are really using XDoclet, or using javadoc. If you are truly using XDoclet in this case, then upgrade to the latest binary version of XDoclet 1.2 and your life will be much better - it no longer relies on using the task under the covers and is much faster and more stable. You'll have to change some classpath information around in the build file, but that is documented with the XDoclet instructions. Erik On Monday, April 14, 2003, at 02:42 AM, Juraj.Lenharcik@t-systems.com wrote: > Hi, > > I create some java sources with XDoclet within ANT. When I run it > local everything works fine. When CruiseControl runs the build.xml, > then this exception occurs: > > > junitdoclet: > [javadoc] Generating Javadoc > [javadoc] Javadoc execution > > BUILD FAILED > file:E:/cruisecontrol-2-0-2/main/bin/ews-ek/ews/Einkauf/build.xml:107: > Javadoc f > ailed: java.io.IOException: CreateProcess: javadoc.exe -d src/test > -buildall -cl > asspath > E:\cruisecontrol-2-0-2\main\bin\ews-ek\ews\Einkauf\dist\commons- > collecti > ons-2.0.jar;E:\cruisecontrol-2-0-2\main\bin\ews- > ek\ews\Einkauf\dist\commons-logg > ing.jar;E:\cruisecontrol-2-0-2\main\bin\ews- > ek\ews\Einkauf\dist\j2ee.jar;E:\crui > secontrol-2-0-2\main\bin\ews-ek\ews\Einkauf\dist\jbossall- > client.jar;E:\cruiseco > ntrol-2-0-2\main\bin\ews- > ek\ews\Einkauf\dist\junit.jar;E:\cruisecontrol-2-0-2\ma > in\bin\ews-ek\ews\Einkauf\dist\JUnitDoclet.jar;E:\cruisecontrol-2-0- > 2\main\bin\e > ws-ek\ews\Einkauf\dist\log4j.jar;E:\cruisecontrol-2-0-2\main\bin\ews- > ek\ews\Eink > auf\dist\maven-xdoclet-plugin-1.2b2.jar;E:\cruisecontrol-2-0- > 2\main\bin\ews-ek\e > ws\Einkauf\dist\xdoclet-1.2b2.jar;E:\cruisecontrol-2-0-2\main\bin\ews- > ek\ews\Ein > kauf\dist\xdoclet-apache-module-1.2b2.jar;E:\cruisecontrol-2-0- > 2\main\bin\ews-ek > \ews\Einkauf\dist\xdoclet-bea-module-1.2b2.jar;E:\cruisecontrol-2-0- > 2\main\bin\e > ws-ek\ews\Einkauf\dist\xdoclet-borland-module- > 1.2b2.jar;E:\cruisecontrol-2-0-2\m > ain\bin\ews-? > > > Does anyone has an idea whats wrong? > > Juraj > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > >