Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: None
-
Fix Version/s: 1.0-rc3
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I have tried to run ant instead of maven to build maven, I got the following error. This is also on the BRANCH_1_0
internal-test:
[junit] Running org.apache.maven.ant.MavenTaskTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.42 sec
[junit] Running org.apache.maven.app.MavenTest
[junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 1.021 sec
[junit] Running org.apache.maven.cli.AppTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.481 sec
BUILD FAILED
file:C:/Projects/maven/build.xml:121: Test org.apache.maven.cli.AppTest failed
Total time: 2 minutes 36 seconds
The internal tests actually work when run in maven with the -o option.