I managed to succesfully bootstrap at work but the site:generate goal is failing with:
null:58:46: <x:parse> Invalid source argument. Must be a String, Reader, InputStream or URL. Was type; java.io.File with value: build\jdepend-raw-report.xml com.werken.werkz.UnattainableGoalException: Unable to obtain goal [site] -- null:32:57: <attainGoal> null:58:46: <x:parse> Inval id source argument. Must be a String, Reader, InputStream or URL. Was type; java.io.File with value: build\jdepend-raw-report.xml I remember that this was something to do with the jelly snapshots but my local repo is brand new (from bootstrap). Anything else this could be? Regards, Saimon > -----Mensaje original----- > De: Christian Clausen [SMTP:[EMAIL PROTECTED]] > Enviado el: martes 4 de febrero de 2003 09:30 > Para: Turbine Maven Users List > Asunto: Re: bootstrap problem > > I tried ant 1.5.1 and now the bootstrap completes successfully - thanks! > > Jason van Zyl wrote: > > On Mon, 2003-02-03 at 09:04, Christian Clausen wrote: > > > >>Hi, > >> > >>The OS is WIN 2000 and I'm running ANT 1.4.1. > > > > > > You need ant 1.5+ > > > > > >>-- Christian > >> > >>Rademacher Tobias wrote: > >> > >>>Hi Christian, > >>> > >>>which OS are you using? > >>>I had similar problems on WinXP. WinNT 4.0 works fine. > >>> > >>>Which ant version? > >>> > >>>Bye > >>>Toby > >>> > >>> > >>> > >>>>-----Original Message----- > >>>>From: Christian Clausen [mailto:[EMAIL PROTECTED]] > >>>>Sent: Monday, February 03, 2003 1:46 PM > >>>>To: [EMAIL PROTECTED] > >>>>Subject: bootstrap problem > >>>> > >>>> > >>>>Hi, > >>>> > >>>>I've just downloaded maven (beta-8) from CVS. When I run > >>>> > >>>> ant -f build-bootstrap.xml > >>>> > >>>>I get this: > >>>> > >>>><screendump> > >>>> > >>>>+------------------------------------------------------------------+ > >>>>| | > >>>>| B U I L D I N G M A V E N W I T H I T S E L F | > >>>>| | > >>>>+------------------------------------------------------------------+ > >>>> > >>>> [exec] __ __ > >>>> [exec] | \/ |__ Jakarta _ ___ > >>>> [exec] | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > >>>> [exec] |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-8 > >>>> [exec] > >>>> [exec] > >>>> [exec] The build cannot continue because of the following > >>>>unsatisfied depen > >>>>dencies: > >>>> [exec] > >>>> [exec] commons-jelly-SNAPSHOT.jar > >>>> [exec] The use of the remote repository has been disabled. > >>>> [exec] Total time: 3 seconds > >>>> [exec] commons-jelly-tags-ant-SNAPSHOT.jar > >>>> [exec] > >>>> [exec] commons-jelly-tags-define-SNAPSHOT.jar > >>>> [exec] commons-jelly-tags-util-SNAPSHOT.jar > >>>> [exec] commons-beanutils-SNAPSHOT.jar > >>>> [exec] commons-util-SNAPSHOT.jar > >>>> [exec] > >>>> > >>>>clean-maven-home: > >>>> [delete] Deleting directory E:\jakarta-turbine-maven\bin > >>>> [mkdir] Created dir: E:\jakarta-turbine-maven\bin > >>>> [delete] Deleting directory E:\jakarta-turbine-maven\lib > >>>> [mkdir] Created dir: E:\jakarta-turbine-maven\lib > >>>> [delete] Deleting directory E:\jakarta-turbine-maven\plugins > >>>> [mkdir] Created dir: E:\jakarta-turbine-maven\plugins > >>>> [copy] Could not find file > >>>>E:\jakarta-turbine-maven\target\maven.jar to cop > >>>>y. > >>>> > >>>>BUILD FAILED > >>>> > >>>>E:\jakarta-turbine-maven\build-bootstrap.xml:287: Could not find file > >>>>E:\jakarta > >>>>-turbine-maven\target\maven.jar to copy. > >>>> > >>>>Total time: 1 minute 11 seconds > >>>> > >>>></screendump> > >>>> > >>>>I have found a work-around which is: > >>>> > >>>>Copy a file maven.jar from somewhere else to the directory > >>>>$MAVEN_HOME/target. Then rebuild. > >>>> > >>>>Regards, > >>>>Christian > >>>> > >>>> > >>>> > >>>> > >>>>--------------------------------------------------------------------- > >>>>To unsubscribe, e-mail: > >>>>[EMAIL PROTECTED] > >>>>For additional commands, e-mail: > >>>>[EMAIL PROTECTED] > >>>> > >>> > >>> > >>>--------------------------------------------------------------------- > >>>To unsubscribe, e-mail: > [EMAIL PROTECTED] > >>>For additional commands, e-mail: > [EMAIL PROTECTED] > >>> > >>> > >>> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
