You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/03/18 21:41:48 UTC

[jira] Closed: (MAVEN-1581) maven.jar not found in the build-bootstrap.xml

     [ http://jira.codehaus.org/browse/MAVEN-1581?page=history ]
     
Brett Porter closed MAVEN-1581:
-------------------------------

    Fix Version:     (was: 1.1-beta-1)
     Resolution: Won't Fix

no, this isn't the problem. You need to scroll back further to find the actual error that caused the bootstrap to fail - it doesn't terminate correctly when a plugin build fails.

> maven.jar not found in the build-bootstrap.xml
> ----------------------------------------------
>
>          Key: MAVEN-1581
>          URL: http://jira.codehaus.org/browse/MAVEN-1581
>      Project: maven
>         Type: Bug
>     Versions: 1.1-beta-1
>  Environment: winxp SVN Revision 158114
>     Reporter: Siveton Vincent

>
>
> Calling the bootstrap build failed:
> \src\maven-1\core\trunk>ant -f build-bootstrap.xml 
> ...
>    [delete] Deleting directory C:\...\.maven\cache
> BUILD FAILED
> C:\...\src\maven-1\core\trunk\build-bootstrap.xml:297: Warning: Could not find file C:\...\src\maven-1\core\trunk\target\maven.jar to copy.
> Total time: 6 minutes 21 seconds
> This property in the project.properties was updated :
> #maven.bootstrap.dir = ${basedir}/target/bootstrap
> maven.bootstrap.dir = ${basedir}/bootstrap
> But code uses the old location.
> Solution:
> Change in the build-bootstrap.xml 
>     <copy
>       file="${basedir}/target/maven.jar"
>       todir="${maven.bootstrap.install.dir}/lib"
>       overwrite="yes"
>     />
> TO
>     <copy
>       file="${maven.bootstrap.dir}/maven.jar"
>       todir="${maven.bootstrap.install.dir}/lib"
>       overwrite="yes"
>     />

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org