You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Christian Clausen <ch...@tietoenator.com> on 2003/02/03 13:46:18 UTC

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