Hi,
+0 ...
i have checked a small project which produces error messages which i
don't understand (see the ERROR lines):
...
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
unit-test-example ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- cobertura-maven-plugin:2.6:instrument (xml) @
unit-test-example ---
[INFO] Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[ERROR] Aug 19, 2013 7:10:54 PM
net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler
saveCoverageData
INFO: Cobertura: Saved information on 1 classes.
[INFO] Instrumentation was successful.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources
(default-testResources) @ unit-test-example ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/Users/kama/ws-git/maui/src/main/resources/ut-example-cc/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @
unit-test-example ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @
unit-test-example ---
[INFO] Surefire report directory:
/Users/kama/ws-git/maui/src/main/resources/ut-example-cc/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.soebes.training.maven.simple.BitMaskTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Results :
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (xml) @
unit-test-example <<<
[INFO]
[INFO] --- cobertura-maven-plugin:2.6:cobertura (xml) @
unit-test-example ---
[INFO] Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Report time: 90ms
[ERROR] Aug 19, 2013 7:10:56 PM
net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler
loadCoverageData
INFO: Cobertura: Loaded information on 1 classes.
[INFO] Cobertura Report generation was successful.
[INFO]
[INFO] --- maven-site-plugin:3.3:site (default-site) @ unit-test-example ---
[INFO] configuring report plugin
org.apache.maven.plugins:maven-project-info-reports-plugin:2.7
[INFO] configuring report plugin
org.codehaus.mojo:cobertura-maven-plugin:2.6
[INFO]
[INFO] >>> cobertura-maven-plugin:2.6:cobertura (report:cobertura) @
unit-test-example >>>
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
unit-test-example ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/Users/kama/ws-git/maui/src/main/resources/ut-example-cc/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
unit-test-example ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- cobertura-maven-plugin:2.6:instrument (report:cobertura) @
unit-test-example ---
[INFO] Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[ERROR] Aug 19, 2013 7:10:57 PM
net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler
loadCoverageData
INFO: Cobertura: Loaded information on 1 classes.
Aug 19, 2013 7:10:57 PM
net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler
saveCoverageData
INFO: Cobertura: Saved information on 1 classes.
[INFO] Instrumentation was successful.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources
(default-testResources) @ unit-test-example ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/Users/kama/ws-git/maui/src/main/resources/ut-example-cc/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @
unit-test-example ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @
unit-test-example ---
[INFO] Skipping execution of surefire because it has already been run
for this configuration
[INFO]
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (report:cobertura) @
unit-test-example <<<
[INFO] configuring report plugin
org.apache.maven.plugins:maven-site-plugin:3.3
[WARNING] No project URL defined - decoration links will not be relativized!
[INFO] Rendering site with
org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
[INFO] Generating "Continuous Integration" report ---
maven-project-info-reports-plugin:2.7
[INFO] Generating "Dependencies" report ---
maven-project-info-reports-plugin:2.7
[INFO] Generating "Distribution Management" report ---
maven-project-info-reports-plugin:2.7
[INFO] Generating "About" report ---
maven-project-info-reports-plugin:2.7
[INFO] Generating "Issue Tracking" report ---
maven-project-info-reports-plugin:2.7
[INFO] Generating "Project License" report ---
maven-project-info-reports-plugin:2.7
[INFO] Generating "Mailing Lists" report ---
maven-project-info-reports-plugin:2.7
[INFO] Generating "Plugin Management" report ---
maven-project-info-reports-plugin:2.7
[INFO] Generating "Project Plugins" report ---
maven-project-info-reports-plugin:2.7
[INFO] Generating "Project Team" report ---
maven-project-info-reports-plugin:2.7
[INFO] Generating "Source Repository" report ---
maven-project-info-reports-plugin:2.7
[INFO] Generating "Project Summary" report ---
maven-project-info-reports-plugin:2.7
[INFO] Generating "Cobertura Test Coverage" report ---
cobertura-maven-plugin:2.6
[INFO] Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Report time: 109ms
[ERROR] Aug 19, 2013 7:11:00 PM
net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler
loadCoverageData
INFO: Cobertura: Loaded information on 1 classes.
[INFO] Cobertura Report generation was successful.
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 7.863s
[INFO] Finished at: Mon Aug 19 19:11:00 CEST 2013
[INFO] Final Memory: 23M/981M
[INFO]
------------------------------------------------------------------------
Kind regards
Karl-Heinz Marbaise
--
SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl-Heinz Marbaise ICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen http://www.soebes.de
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email