try this for obtain an online bootstrap :
%ANT_HOME%\bin\ant -Dmaven.bootstrap.online= -f build-bootstrap.xml

Emmanuel

----- Original Message ----- 
From: "Jörg Schaible" <[EMAIL PROTECTED]>
To: "Maven Developers List" <[EMAIL PROTECTED]>
Sent: Monday, December 08, 2003 2:53 PM
Subject: RE: Bootstrapping 1.0-branch


[EMAIL PROTECTED] wrote on Monday, December 08, 2003 2:29 PM:
> In the 1.0 branch, the bootstrap is run offline.
>
> All necessary jars must be downloaded before running bootstrap.

Well, since I did not had any clue, what jars are really needed, I
bootstrapped once being online. While the build failed with the touchstone
stuff, I have now at least any dependent jar from the plugins in my local
repo. Bootstrapping offline again provided me with a Maven version that
seems to be complete at first sight. Anyway I have still those messages from
the missing tag library for 'doc' and 'deploy' during the build:

======= snip ===========
     [exec] Tag library requested that is not present: 'doc'
     [exec] Tag library requested that is not present: 'doc'
     [exec] Tag library requested that is not present: 'deploy'
     [exec] Tag library requested that is not present: 'doc'
     [exec] Tag library requested that is not present: 'doc'
     [exec] Tag library requested that is not present: 'deploy'
     [exec] Starting the reactor...
======= snap ===========

and if I try to build something else with the version I get that
IncompatibleClassChangeError you've reported in the other thread ... :(

Regards,
Jörg

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

Reply via email to