You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2005/10/07 22:41:11 UTC

[jira] Created: (MAVEN-1709) Bootstrap problems on Linux

Bootstrap problems on Linux
---------------------------

         Key: MAVEN-1709
         URL: http://jira.codehaus.org/browse/MAVEN-1709
     Project: Maven
        Type: Bug
    Versions: 1.1-beta-3    
 Environment: 1.1-beta-3, Linux
 Reporter: Lukas Theussl
    Priority: Blocker
     Fix For: 1.1-beta-3
 Attachments: bootstrap.patch

There is a windows file separator in the ant build file that makes the bootsrapping fail on Linux. Attached a patch to fix it, and also some updated documentation.

Unfortunately the bootstrap still fails when testing the plugins, it seems that eg the aspectj plugin tries to download some jaxb jars that do not exist:

<<<<<<<<
     [exec] File...... /home/lukas/maven/m1/core/trunk/../../plugins/trunk/maven.xml
     [exec] Element... maven:reactor
     [exec] Line...... 26
     [exec] Column.... -1
     [exec] Unable to obtain goal [plugin:test] -- /home/lukas/.maven/cache/maven-plugin-plugin-1.7-SNAPSHOT/plugin.jelly:525:-1: <maven:maven> Unable to obtain goal [test-aspectj-compile] -- /home/lukas/maven/m1/core/trunk/../../plugins/trunk/aspectj/src/plugin-test/maven.xml:25:-1: <attainGoal> The build cannot continue because of the following unsatisfied dependencies:

     [exec] jaxb-api-1.0.jar
     [exec] jaxb-xjc-1.0.jar
     [exec] jaxb-libs-1.0.jar
     [exec] jaxb-ri-1.0.jar
     [exec] jaxrpc-1.0.jar

     [exec] Total time   : 43 seconds
     [exec] Finished at  : Friday, October 7, 2005 1:29:59 PM PDT


BUILD FAILED
/home/lukas/maven/m1/core/trunk/build-bootstrap.xml:250: exec returned: 70
>>>>>>>>

However, running plugin:test for aspectj alone does work without problems...

-- 
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
-
For more information on JIRA, 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


[jira] Closed: (MAVEN-1709) Bootstrap problems on Linux

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1709?page=all ]
     
Arnaud Heritier closed MAVEN-1709:
----------------------------------

    Resolution: Fixed

Fixed. Problem in maven-ant-plugin test. the maven-jaxb-plugin was loaded but it can't find jaxb jars on ibiblio (due to sun licence)

> Bootstrap problems on Linux
> ---------------------------
>
>          Key: MAVEN-1709
>          URL: http://jira.codehaus.org/browse/MAVEN-1709
>      Project: Maven
>         Type: Bug
>     Versions: 1.1-beta-3
>  Environment: 1.1-beta-3, Linux
>     Reporter: Lukas Theussl
>     Assignee: Arnaud Heritier
>     Priority: Blocker
>      Fix For: 1.1-beta-3
>  Attachments: bootstrap.patch
>
>
> There is a windows file separator in the ant build file that makes the bootsrapping fail on Linux. Attached a patch to fix it, and also some updated documentation.
> Unfortunately the bootstrap still fails when testing the plugins, it seems that eg the aspectj plugin tries to download some jaxb jars that do not exist:
> <<<<<<<<
>      [exec] File...... /home/lukas/maven/m1/core/trunk/../../plugins/trunk/maven.xml
>      [exec] Element... maven:reactor
>      [exec] Line...... 26
>      [exec] Column.... -1
>      [exec] Unable to obtain goal [plugin:test] -- /home/lukas/.maven/cache/maven-plugin-plugin-1.7-SNAPSHOT/plugin.jelly:525:-1: <maven:maven> Unable to obtain goal [test-aspectj-compile] -- /home/lukas/maven/m1/core/trunk/../../plugins/trunk/aspectj/src/plugin-test/maven.xml:25:-1: <attainGoal> The build cannot continue because of the following unsatisfied dependencies:
>      [exec] jaxb-api-1.0.jar
>      [exec] jaxb-xjc-1.0.jar
>      [exec] jaxb-libs-1.0.jar
>      [exec] jaxb-ri-1.0.jar
>      [exec] jaxrpc-1.0.jar
>      [exec] Total time   : 43 seconds
>      [exec] Finished at  : Friday, October 7, 2005 1:29:59 PM PDT
> BUILD FAILED
> /home/lukas/maven/m1/core/trunk/build-bootstrap.xml:250: exec returned: 70
> >>>>>>>>
> However, running plugin:test for aspectj alone does work without problems...

-- 
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
-
For more information on JIRA, 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