Created
March 21, 2012 15:45
-
-
Save sgilda/2148734 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tasks (pom-fixes) $ mvn clean test -Parq-jbossas-remote | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building JBoss AS Quickstarts: Tasks 7.0.2-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-tasks --- | |
[INFO] Deleting /home/sgilda/Quickstarts/quickstart/tasks/target | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ jboss-as-tasks --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /home/sgilda/Quickstarts/quickstart/tasks/src/main/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ jboss-as-tasks --- | |
[INFO] Compiling 7 source files to /home/sgilda/Quickstarts/quickstart/tasks/target/classes | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ jboss-as-tasks --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 4 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ jboss-as-tasks --- | |
[INFO] Compiling 3 source files to /home/sgilda/Quickstarts/quickstart/tasks/target/test-classes | |
[INFO] | |
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ jboss-as-tasks --- | |
[INFO] Surefire report directory: /home/sgilda/Quickstarts/quickstart/tasks/target/surefire-reports | |
------------------------------------------------------- | |
T E S T S | |
------------------------------------------------------- | |
Running org.jboss.as.quickstarts.tasks.UserDaoTest | |
log4j:WARN No appenders could be found for logger (org.jboss.logging). | |
log4j:WARN Please initialize the log4j system properly. | |
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.832 sec <<< FAILURE! | |
Running org.jboss.as.quickstarts.tasks.TaskDaoTest | |
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.352 sec <<< FAILURE! | |
Results : | |
Tests in error: | |
org.jboss.as.quickstarts.tasks.UserDaoTest: org.jboss.as.arquillian.container.ManagementClient$UnSuccessfulOperationException: undefined | |
org.jboss.as.quickstarts.tasks.TaskDaoTest: org.jboss.as.arquillian.container.ManagementClient$UnSuccessfulOperationException: undefined | |
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 9.197s | |
[INFO] Finished at: Wed Mar 21 11:43:03 EDT 2012 | |
[INFO] Final Memory: 22M/222M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project jboss-as-tasks: There are test failures. | |
[ERROR] | |
[ERROR] Please refer to /home/sgilda/Quickstarts/quickstart/tasks/target/surefire-reports for the individual test results. | |
[ERROR] -> [Help 1] | |
[ERROR] | |
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. | |
[ERROR] Re-run Maven using the -X switch to enable full debug logging. | |
[ERROR] | |
[ERROR] For more information about the errors and possible solutions, please read the following articles: | |
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment