Skip to content

Console Output

projectStarted org.seasar.cubby:cubby-guice-examples:2.1.0-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Cubby Guice Examples 2.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://download.java.net/maven/2/org/codehaus/mojo/tomcat-maven-plugin/maven-metadata.xml
Downloading: http://download.java.net/maven/2/org/mortbay/jetty/maven-jetty-plugin/maven-metadata.xml
Downloading: http://download.java.net/maven/2/org/codehaus/cargo/cargo-maven2-plugin/maven-metadata.xml
mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ cubby-guice-examples ---
[INFO] Deleting /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice-examples/target
mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
[TASKS] Scanning folder '/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice-examples' for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 7 files to scan for tasks
Found 0 open tasks.
mojoStarted org.codehaus.mojo:cobertura-maven-plugin:2.2(default)
[INFO] 
[INFO] --- cobertura-maven-plugin:2.2:clean (default) @ cubby-guice-examples ---
mojoSucceeded org.codehaus.mojo:cobertura-maven-plugin:2.2(default)
mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources)
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cubby-guice-examples ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 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) @ cubby-guice-examples ---
[INFO] Compiling 5 source files to /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice-examples/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)
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cubby-guice-examples ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
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) @ cubby-guice-examples ---
[INFO] Compiling 2 source files to /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice-examples/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] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ cubby-guice-examples ---
[INFO] Surefire report directory: /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice-examples/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.cubby.examples.guice.action.HelloActionTest
DEBUG 2013-01-07 01:11:49,893 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.IndexAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:49,901 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.IndexAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:49,902 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:49,904 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:49,905 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:49,906 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:49,911 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.back(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:49,912 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.back(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:49,955 [main] interface org.seasar.cubby.plugin.Plugin の構成ファイル jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice/target/cubby-guice-2.1.0-SNAPSHOT.jar!/META-INF/services/org.seasar.cubby.plugin.Plugin を読み込みます
DEBUG 2013-01-07 01:11:49,964 [main] interface org.seasar.cubby.plugin.Plugin の実装として org.seasar.cubby.plugins.guice.GuicePlugin@552c8fa8 を構築しました
DEBUG 2013-01-07 01:11:49,971 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@552c8fa8 を初期化します
INFO  2013-01-07 01:11:49,972 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@552c8fa8 を初期化しました
DEBUG 2013-01-07 01:11:49,974 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@552c8fa8 を登録します
INFO  2013-01-07 01:11:49,974 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@552c8fa8 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します
INFO  2013-01-07 01:11:49,975 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@552c8fa8 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します
INFO  2013-01-07 01:11:49,977 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@552c8fa8 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します
INFO  2013-01-07 01:11:49,978 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@552c8fa8 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します
INFO  2013-01-07 01:11:49,979 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@552c8fa8 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します
INFO  2013-01-07 01:11:49,980 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@552c8fa8 を登録しました
DEBUG 2013-01-07 01:11:49,981 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@552c8fa8 を準備します
INFO  2013-01-07 01:11:49,982 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@552c8fa8 を準備しました
DEBUG 2013-01-07 01:11:50,001 [main] /hello/ へのリクエストを受け付けました
DEBUG 2013-01-07 01:11:50,013 [main] org.seasar.cubby.controller.impl.DefaultRequestParser@d18d189 を用いてリクエストを解析します
DEBUG 2013-01-07 01:11:50,025 [main]  の処理を開始します
DEBUG 2013-01-07 01:11:50,025 [main] アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.index())を実行します
DEBUG 2013-01-07 01:11:50,070 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@9ac5f13 を破棄します
INFO  2013-01-07 01:11:50,071 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@9ac5f13 を破棄しました
DEBUG 2013-01-07 01:11:50,071 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@552c8fa8 を破棄します
INFO  2013-01-07 01:11:50,072 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@552c8fa8 を破棄しました
DEBUG 2013-01-07 01:11:50,103 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.IndexAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,104 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.IndexAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,105 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,106 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,108 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,109 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,110 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.back(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,111 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.back(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,112 [main] interface org.seasar.cubby.plugin.Plugin の構成ファイル jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice/target/cubby-guice-2.1.0-SNAPSHOT.jar!/META-INF/services/org.seasar.cubby.plugin.Plugin を読み込みます
DEBUG 2013-01-07 01:11:50,113 [main] interface org.seasar.cubby.plugin.Plugin の実装として org.seasar.cubby.plugins.guice.GuicePlugin@2321b59a を構築しました
DEBUG 2013-01-07 01:11:50,114 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2321b59a を初期化します
INFO  2013-01-07 01:11:50,115 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2321b59a を初期化しました
DEBUG 2013-01-07 01:11:50,116 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2321b59a を登録します
INFO  2013-01-07 01:11:50,117 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2321b59a はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します
INFO  2013-01-07 01:11:50,118 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2321b59a はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します
INFO  2013-01-07 01:11:50,119 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2321b59a はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します
INFO  2013-01-07 01:11:50,119 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2321b59a はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します
INFO  2013-01-07 01:11:50,121 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2321b59a はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します
INFO  2013-01-07 01:11:50,122 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2321b59a を登録しました
DEBUG 2013-01-07 01:11:50,122 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2321b59a を準備します
INFO  2013-01-07 01:11:50,123 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2321b59a を準備しました
DEBUG 2013-01-07 01:11:50,124 [main] /hello/message へのリクエストを受け付けました
DEBUG 2013-01-07 01:11:50,125 [main] org.seasar.cubby.controller.impl.DefaultRequestParser@5f7779e3 を用いてリクエストを解析します
DEBUG 2013-01-07 01:11:50,126 [main]  の処理を開始します
DEBUG 2013-01-07 01:11:50,126 [main] アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message())を実行します
DEBUG 2013-01-07 01:11:50,216 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2321b59a を破棄します
INFO  2013-01-07 01:11:50,216 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2321b59a を破棄しました
DEBUG 2013-01-07 01:11:50,217 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@47570945 を破棄します
INFO  2013-01-07 01:11:50,218 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@47570945 を破棄しました
DEBUG 2013-01-07 01:11:50,255 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.IndexAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,261 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.IndexAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,262 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,263 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,263 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,264 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,266 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.back(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,267 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.back(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-01-07 01:11:50,274 [main] interface org.seasar.cubby.plugin.Plugin の構成ファイル jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice/target/cubby-guice-2.1.0-SNAPSHOT.jar!/META-INF/services/org.seasar.cubby.plugin.Plugin を読み込みます
DEBUG 2013-01-07 01:11:50,275 [main] interface org.seasar.cubby.plugin.Plugin の実装として org.seasar.cubby.plugins.guice.GuicePlugin@3bf8bd0d を構築しました
DEBUG 2013-01-07 01:11:50,275 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@3bf8bd0d を初期化します
INFO  2013-01-07 01:11:50,276 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@3bf8bd0d を初期化しました
DEBUG 2013-01-07 01:11:50,276 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@3bf8bd0d を登録します
INFO  2013-01-07 01:11:50,276 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@3bf8bd0d はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します
INFO  2013-01-07 01:11:50,277 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@3bf8bd0d はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します
INFO  2013-01-07 01:11:50,277 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@3bf8bd0d はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します
INFO  2013-01-07 01:11:50,278 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@3bf8bd0d はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します
INFO  2013-01-07 01:11:50,284 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@3bf8bd0d はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します
INFO  2013-01-07 01:11:50,285 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@3bf8bd0d を登録しました
DEBUG 2013-01-07 01:11:50,285 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@3bf8bd0d を準備します
INFO  2013-01-07 01:11:50,286 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@3bf8bd0d を準備しました
DEBUG 2013-01-07 01:11:50,286 [main] /hello/message へのリクエストを受け付けました
DEBUG 2013-01-07 01:11:50,287 [main] org.seasar.cubby.controller.impl.DefaultRequestParser@5f18223d を用いてリクエストを解析します
DEBUG 2013-01-07 01:11:50,288 [main]  の処理を開始します
DEBUG 2013-01-07 01:11:50,288 [main] アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message())を実行します
DEBUG 2013-01-07 01:11:50,299 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@172fb0af を破棄します
INFO  2013-01-07 01:11:50,300 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@172fb0af を破棄しました
DEBUG 2013-01-07 01:11:50,300 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@3bf8bd0d を破棄します
INFO  2013-01-07 01:11:50,301 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@3bf8bd0d を破棄しました
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.451 sec
Running org.seasar.cubby.examples.guice.service.impl.HelloServiceImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
mojoSucceeded org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test)
Results :

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


[JENKINS] テスト結果の記録
mojoStarted org.apache.maven.plugins:maven-war-plugin:2.1.1(default-war)
[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ cubby-guice-examples ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cubby-guice-examples] in [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice-examples/target/cubby-guice-examples]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice-examples/src/main/webapp]
[INFO] Webapp assembled in [269 msecs]
[INFO] Building war: /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice-examples/target/cubby-guice-examples.war
[INFO] WEB-INF/web.xml already added, skipping
mojoSucceeded org.apache.maven.plugins:maven-war-plugin:2.1.1(default-war)
2013/01/07 1:11:54 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(source-jar)
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (source-jar) @ cubby-guice-examples ---
[INFO] Building jar: /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice-examples/target/cubby-guice-examples-sources.jar
mojoSucceeded org.apache.maven.plugins:maven-source-plugin:2.2.1(source-jar)
mojoStarted org.codehaus.cargo:cargo-maven2-plugin:1.0.1-alpha-2(start-container)
[INFO] 
[INFO] --- cargo-maven2-plugin:1.0.1-alpha-2:start (start-container) @ cubby-guice-examples ---
mojoFailed org.codehaus.cargo:cargo-maven2-plugin:1.0.1-alpha-2(start-container)
projectFailed org.seasar.cubby:cubby-guice-examples:2.1.0-SNAPSHOT