Created
January 11, 2012 18:05
-
-
Save dfreeman/1595940 to your computer and use it in GitHub Desktop.
Jasmine plugin output
This file contains hidden or 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
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Sample Project 1.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ project --- | |
[INFO] Deleting /home/dfreeman/Checkouts/public/project/target | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ project --- | |
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! | |
[INFO] skip non existing resourceDirectory /home/dfreeman/Checkouts/public/project/src/main/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ project --- | |
[INFO] No sources to compile | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ project --- | |
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! | |
[INFO] skip non existing resourceDirectory /home/dfreeman/Checkouts/public/project/src/test/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ project --- | |
[INFO] No sources to compile | |
[INFO] | |
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ project --- | |
[INFO] No tests to run. | |
[INFO] Surefire report directory: /home/dfreeman/Checkouts/public/project/target/surefire-reports | |
------------------------------------------------------- | |
T E S T S | |
------------------------------------------------------- | |
There are no tests to run. | |
Results : | |
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] >>> jasmine-maven-plugin:1.1.0.1-SNAPSHOT:test (default) @ project >>> | |
[INFO] | |
[INFO] --- jasmine-maven-plugin:1.1.0.1-SNAPSHOT:generateManualRunner (default) @ project --- | |
[WARNING] Skipping manual spec runner generation. Check to make sure that both JavaScript directories `/home/dfreeman/Checkouts/public/project/src/main/javascript` and `/home/dfreeman/Checkouts/public/project/src/test/javascript` exist. | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ project --- | |
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! | |
[INFO] skip non existing resourceDirectory /home/dfreeman/Checkouts/public/project/src/main/resources | |
[INFO] | |
[INFO] --- jasmine-maven-plugin:1.1.0.1-SNAPSHOT:resources (default) @ project --- | |
[INFO] Processing JavaScript Sources | |
[WARNING] JavaScript source folder was expected but was not found. Set configuration property `jsSrcDir` to the directory containing your JavaScript sources. Skipping jasmine:resources processing. | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ project --- | |
[INFO] No sources to compile | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ project --- | |
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! | |
[INFO] skip non existing resourceDirectory /home/dfreeman/Checkouts/public/project/src/test/resources | |
[INFO] | |
[INFO] --- jasmine-maven-plugin:1.1.0.1-SNAPSHOT:testResources (default) @ project --- | |
[INFO] Processing JavaScript Specs | |
[WARNING] JavaScript test source folder was expected but was not found. Set configuration property `jsTestSrcDir` to the directory containing your specs. Skipping jasmine:testResources processing. | |
[INFO] | |
[INFO] <<< jasmine-maven-plugin:1.1.0.1-SNAPSHOT:test (default) @ project <<< | |
[INFO] | |
[INFO] --- jasmine-maven-plugin:1.1.0.1-SNAPSHOT:test (default) @ project --- | |
[INFO] Executing Jasmine Specs | |
[INFO] | |
------------------------------------------------------- | |
J A S M I N E S P E C S | |
------------------------------------------------------- | |
[INFO] | |
Results: 0 specs, 0 failures | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 4.406s | |
[INFO] Finished at: Wed Jan 11 13:00:06 EST 2012 | |
[INFO] Final Memory: 12M/490M | |
[INFO] ------------------------------------------------------------------------ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment