Maven 1

Bootstrap problems on Linux

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 1.1-beta-3
  • Fix Version/s: 1.1-beta-3
  • Component/s: None
  • Labels:
    None
  • Environment:
    1.1-beta-3, Linux
  • Number of attachments :
    1

Description

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

Activity

Hide
Arnaud Heritier added a comment -

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)

Show
Arnaud Heritier added a comment - 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)

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: