Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
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 :
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...
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)