Skip to content

Console Output

projectStarted org.seasar.ymir:ymir-testing:1.0.8-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Ymir Testing 1.0.8-SNAPSHOT
[INFO] ------------------------------------------------------------------------
mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
[INFO] Deleting /home/services/jenkins/jobs/ymir-trunk/workspace/trunk/ymir-testing/target
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ymir-testing ---
mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
[TASKS] Scanning folder '/home/services/jenkins/jobs/ymir-trunk/workspace/trunk/ymir-testing' for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 8 files to scan for tasks
Found 0 open tasks.
[TASKS] ファイルのエンコーディングがpom.xmlで指定されていません。プラットフォームのエンコーディング(UTF-8)を使用します。すなわち、ビルドはプラットフォーム依存となります(<a href="http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding">Maven FAQ</a> 参照)。
[TASKS] Computing warning deltas based on reference build #418
mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources)
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ ymir-testing ---
[debug] execute contextualize
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/services/jenkins/jobs/ymir-trunk/workspace/trunk/ymir-testing/src/main/resources
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ ymir-testing ---
[INFO] Compiling 5 source files to /home/services/jenkins/jobs/ymir-trunk/workspace/trunk/ymir-testing/target/classes
mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)
mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-testResources)[debug] execute contextualize
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 6 resources

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ ymir-testing ---
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-testResources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile)
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ ymir-testing ---
[INFO] Compiling 3 source files to /home/services/jenkins/jobs/ymir-trunk/workspace/trunk/ymir-testing/target/test-classes
mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile)
mojoStarted org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test)[INFO] Surefire report directory: /home/services/jenkins/jobs/ymir-trunk/workspace/trunk/ymir-testing/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ ymir-testing ---
Running org.seasar.ymir.testing.YmirTestCaseTest
2013/01/05 1:11:04 org.seasar.cms.pluggable.impl.ConfigurationImpl load0
情報: Configuration resource does not exist: path=app-local.properties
2013/01/05 1:11:06 org.seasar.cms.pluggable.impl.ConfigurationImpl load0
情報: Configuration resource does not exist: path=app-local.properties
2013/01/05 1:11:06 org.seasar.ymir.YmirBootstrap initializeApplication
情報: Application 'unknown' has been initialized
2013/01/05 1:11:06 org.seasar.cms.pluggable.impl.ConfigurationImpl load0
情報: Configuration resource does not exist: path=app-local.properties
2013/01/05 1:11:06 org.seasar.cms.pluggable.impl.ConfigurationImpl load0
情報: Configuration resource does not exist: path=app-local.properties
2013/01/05 1:11:06 org.seasar.cms.pluggable.impl.PluggableContainerFactoryImpl init
情報: Project status is: release
2013/01/05 1:11:06 org.seasar.cms.pluggable.impl.PluggableContainerFactoryImpl init
情報: Class loading strategy: Static
2013/01/05 1:11:06 org.seasar.cms.pluggable.impl.PluggableContainerFactoryImpl init
情報: Component registration strategy: Static
2013/01/05 1:11:06 org.seasar.ymir.impl.YmirImpl init
情報: Ymir (version: 1.0.8-SNAPSHOT (Sat Jan 05 01:10:48 JST 2013)) initialization start
2013/01/05 1:11:06 org.seasar.ymir.impl.YmirImpl init
情報: Ymir has been initialized
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.477 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

mojoSucceeded org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test)
[JENKINS] テスト結果の記録
mojoStarted org.apache.maven.plugins:maven-jar-plugin:2.3.2(default-jar)
[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ ymir-testing ---
[INFO] Building jar: /home/services/jenkins/jobs/ymir-trunk/workspace/trunk/ymir-testing/target/ymir-testing-1.0.8-SNAPSHOT.jar
mojoSucceeded org.apache.maven.plugins:maven-jar-plugin:2.3.2(default-jar)
2013/01/05 1:11:07 hudson.maven.ExecutedMojo <init>
警告: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
mojoStarted org.apache.maven.plugins:maven-source-plugin:2.2.1(default)
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (default) @ ymir-testing ---
[INFO] Building jar: /home/services/jenkins/jobs/ymir-trunk/workspace/trunk/ymir-testing/target/ymir-testing-1.0.8-SNAPSHOT-sources.jar
mojoSucceeded org.apache.maven.plugins:maven-source-plugin:2.2.1(default)
projectSucceeded org.seasar.ymir:ymir-testing:1.0.8-SNAPSHOT