You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/23 22:36:04 UTC

Build failed in Jenkins: myfaces-shared #345

See <https://builds.apache.org/job/myfaces-shared/345/>

------------------------------------------
Started by upstream project "myfaces-current22-1" build number 1209
originally caused by:
 Started by upstream project "maven-jxr" build number 34
 originally caused by:
  Started by an SCM change
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-11-23T13:36:04.065 -0800'
At revision 1544881
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Jenkins build is back to normal : myfaces-shared #366

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/366/>


Build failed in Jenkins: myfaces-shared #365

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/365/>

------------------------------------------
[...truncated 219 lines...]
	... 36 more
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
	at java.net.Socket.connect(Socket.java:546)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	... 5 more
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/myfaces-shared/ws/> at hudson.remoting.Channel@45027c3c:ubuntu5
	at hudson.FilePath.act(FilePath.java:910)
	at hudson.FilePath.act(FilePath.java:887)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:848)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:786)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1414)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
	at hudson.model.Run.execute(Run.java:1677)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:509)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/myfaces/shared/trunk
	at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:110)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:169)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:908)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:889)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:872)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2461)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS /repos/asf/myfaces/shared/trunk failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:388)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:361)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:707)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1020)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:180)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:480)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getLocations(SVNBasicDelegate.java:833)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:527)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doCheckout(SVNUpdateClient16.java:875)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:19)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:8)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:777)
	at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:99)
	... 17 more
Caused by: svn: E175002: OPTIONS /repos/asf/myfaces/shared/trunk failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 36 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS request failed on '/repos/asf/myfaces/shared/trunk'
svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:777)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:382)
	... 35 more
Caused by: svn: E175002: OPTIONS request failed on '/repos/asf/myfaces/shared/trunk'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 36 more
Caused by: svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:514)
	... 36 more
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
	at java.net.Socket.connect(Socket.java:546)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	... 5 more
Retrying after 10 seconds
Checking out a fresh workspace because <https://builds.apache.org/job/myfaces-shared/ws/trunk> doesn't exist
Cleaning local Directory trunk
Checking out http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-23T20:03:55.678 +0000'
ERROR: Failed to check out http://svn.apache.org/repos/asf/myfaces/shared/trunk
org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS /repos/asf/myfaces/shared/trunk failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:388)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:361)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:707)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1020)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:180)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:480)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getLocations(SVNBasicDelegate.java:833)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:527)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doCheckout(SVNUpdateClient16.java:875)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:19)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:8)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:777)
	at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:99)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:169)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:908)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:889)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:872)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2461)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)
Caused by: svn: E175002: OPTIONS /repos/asf/myfaces/shared/trunk failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 36 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS request failed on '/repos/asf/myfaces/shared/trunk'
svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:777)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:382)
	... 35 more
Caused by: svn: E175002: OPTIONS request failed on '/repos/asf/myfaces/shared/trunk'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 36 more
Caused by: svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:514)
	... 36 more
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
	at java.net.Socket.connect(Socket.java:546)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	... 5 more
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/myfaces-shared/ws/> at hudson.remoting.Channel@45027c3c:ubuntu5
	at hudson.FilePath.act(FilePath.java:910)
	at hudson.FilePath.act(FilePath.java:887)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:848)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:786)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1414)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
	at hudson.model.Run.execute(Run.java:1677)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:509)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/myfaces/shared/trunk
	at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:110)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:169)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:908)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:889)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:872)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2461)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS /repos/asf/myfaces/shared/trunk failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:388)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:361)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:707)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1020)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:180)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:480)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getLocations(SVNBasicDelegate.java:833)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:527)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doCheckout(SVNUpdateClient16.java:875)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:19)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:8)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:777)
	at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:99)
	... 17 more
Caused by: svn: E175002: OPTIONS /repos/asf/myfaces/shared/trunk failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 36 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS request failed on '/repos/asf/myfaces/shared/trunk'
svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:777)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:382)
	... 35 more
Caused by: svn: E175002: OPTIONS request failed on '/repos/asf/myfaces/shared/trunk'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 36 more
Caused by: svn: E175002: timed out waiting for server
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:514)
	... 36 more
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
	at java.net.Socket.connect(Socket.java:546)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	... 5 more

Build failed in Jenkins: myfaces-shared #364

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/364/>

------------------------------------------
Started by timer
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-22T16:18:55.444 -0800'
At revision 1553054
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #363

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/363/>

------------------------------------------
Started by upstream project "myfaces-current22-1" build number 1234
originally caused by:
 Started by upstream project "maven-plugins" build number 1839
 originally caused by:
  Started by upstream project "doxia-all" build number 66
  originally caused by:
   Started by an SCM change
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-22T11:48:49.466 -0800'
At revision 1553018
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #362

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/362/>

------------------------------------------
Started by upstream project "myfaces-current22-1" build number 1230
originally caused by:
 Started by timer
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-18T09:36:37.868 -0800'
At revision 1552044
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #361

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/361/>

------------------------------------------
Started by upstream project "myfaces-current22-1" build number 1229
originally caused by:
 Started by an SCM change
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-16T17:47:08.484 -0800'
At revision 1551439
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #360

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/360/>

------------------------------------------
Started by timer
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-15T16:18:55.436 -0800'
At revision 1551088
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #359

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/359/>

------------------------------------------
Started by upstream project "myfaces-current22-1" build number 1228
originally caused by:
 Started by upstream project "maven-plugins" build number 1835
 originally caused by:
  Started by upstream project "maven-shared" build number 488
  originally caused by:
   Started by user hboutemy
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-15T11:28:33.544 -0800'
At revision 1551042
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #358

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/358/>

------------------------------------------
Started by upstream project "myfaces-current22-1" build number 1227
originally caused by:
 Started by upstream project "maven-plugins" build number 1834
 originally caused by:
  Started by an SCM change
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-14T15:53:14.019 -0800'
At revision 1550985
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #357

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/357/>

------------------------------------------
Started by upstream project "myfaces-current22-1" build number 1225
originally caused by:
 Started by upstream project "maven-plugins" build number 1832
 originally caused by:
  Started by an SCM change
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-14T10:26:41.091 -0800'
At revision 1550961
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #356

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/356/>

------------------------------------------
Started by upstream project "myfaces-current22-1" build number 1223
originally caused by:
 Started by an SCM change
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-13T22:32:07.103 -0800'
At revision 1550882
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #355

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/355/>

------------------------------------------
Started by upstream project "myfaces-current22-1" build number 1222
originally caused by:
 Started by an SCM change
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-13T01:43:57.949 -0800'
At revision 1550670
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #354

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/354/>

------------------------------------------
Started by upstream project "myfaces-current22-1" build number 1220
originally caused by:
 Started by upstream project "maven-jxr" build number 39
 originally caused by:
  Started by an SCM change
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-10T07:38:01.057 -0800'
At revision 1549866
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #353

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/353/>

------------------------------------------
Started by timer
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-08T16:19:17.154 -0800'
At revision 1549361
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #352

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/352/>

------------------------------------------
Started by upstream project "myfaces-current22-1" build number 1218
originally caused by:
 Started by upstream project "maven-jxr" build number 37
 originally caused by:
  Started by an SCM change
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-08T15:32:44.159 -0800'
At revision 1549352
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #351

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/351/>

------------------------------------------
Started by upstream project "myfaces-current22-1" build number 1216
originally caused by:
 Started by an SCM change
 Started by upstream project "maven-jxr" build number 35
 originally caused by:
  Started by an SCM change
  Started by user Michael-O
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-07T14:18:20.026 -0800'
At revision 1548974
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #350

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/350/>

------------------------------------------
Started by upstream project "myfaces-current22-1" build number 1214
originally caused by:
 Started by upstream project "maven-plugins" build number 1830
 originally caused by:
  Started by upstream project "maven-shared" build number 485
  originally caused by:
   Started by an SCM change
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-03T05:40:44.864 -0800'
At revision 1547389
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #349

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/349/changes>

Changes:

[gpetracek] MYFACES-2871 javadoc cleanup (shared modules)

------------------------------------------
Started by an SCM change
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-02T07:19:47.015 -0800'
U         core\src\test\java\org\apache\myfaces\shared\webapp\webxml\ServletMappingTest.java
U         core\src\test\java\org\apache\myfaces\shared\renderkit\RendererUtilsTest.java
U         core\src\test\java\org\apache\myfaces\shared\renderkit\html\util\HTMLEncoderTest.java
U         core\src\test\java\org\apache\myfaces\shared\renderkit\html\HtmlResponseWriterImplTest.java
U         core\src\test\java\org\apache\myfaces\shared\util\CachedStateUtilsBlowfish_ECBTest.java
U         core\src\test\java\org\apache\myfaces\shared\util\StateUtilsAES_CBCTest.java
U         core\src\test\java\org\apache\myfaces\shared\util\SecretKeyCacheTest.java
U         core\src\test\java\org\apache\myfaces\shared\util\AbstractStateUtilsTest.java
U         core\src\test\java\org\apache\myfaces\shared\util\MessageUtilsTest.java
U         core\src\test\java\org\apache\myfaces\shared\util\SecretKeyConfigurationTest.java
U         core\src\test\java\org\apache\myfaces\shared\util\StateUtilsDefaultTest.java
U         core\src\test\java\org\apache\myfaces\shared\util\StateUtilsTripleDES_ECBTest.java
U         core\src\test\java\org\apache\myfaces\shared\util\StateUtilsBlowfish_ECBTest.java
U         core\src\test\java\org\apache\myfaces\shared\util\CachedStateUtilsAES_CBCTest.java
U         core\src\test\java\org\apache\myfaces\shared\util\InitVector_CBCTestCase.java
U         core\src\test\java\org\apache\myfaces\shared\util\CachedStateUtilsDefaultTest.java
U         core\src\test\java\org\apache\myfaces\shared\util\CachedStateUtilsTripleDES_ECBTest.java
U         core\src\main\java\org\apache\myfaces\shared\util\ClassUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\StringUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\SelectItemsIterator.java
U         core\src\main\java\org\apache\myfaces\shared\util\ArrayUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\HashMapUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\BiLevelCacheMap.java
U         core\src\main\java\org\apache\myfaces\shared\util\MessageUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\DebugUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\ParametrizableFacesMessage.java
U         core\src\main\java\org\apache\myfaces\shared\util\ExceptionUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\xml\MyFacesErrorHandler.java
U         core\src\main\java\org\apache\myfaces\shared\util\xml\XmlUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\el\StringMap.java
U         core\src\main\java\org\apache\myfaces\shared\util\el\GenericMap.java
U         core\src\main\java\org\apache\myfaces\shared\util\el\ActionsMap.java
U         core\src\main\java\org\apache\myfaces\shared\util\el\TestsMap.java
U         core\src\main\java\org\apache\myfaces\shared\util\LocaleUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\RendererUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\AttachedDeltaWrapper.java
U         core\src\main\java\org\apache\myfaces\shared\util\ClassLoaderExtension.java
U         core\src\main\java\org\apache\myfaces\shared\util\FastWriter.java
U         core\src\main\java\org\apache\myfaces\shared\util\serial\DefaultSerialFactory.java
U         core\src\main\java\org\apache\myfaces\shared\util\serial\SerialFactory.java
U         core\src\main\java\org\apache\myfaces\shared\util\StateUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\Assert.java
U         core\src\main\java\org\apache\myfaces\shared\util\ViewProtectionUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\RestoreStateUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\WebConfigParamUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\renderkit\JsfProperties.java
U         core\src\main\java\org\apache\myfaces\shared\util\renderkit\ClientBehaviorEvents.java
U         core\src\main\java\org\apache\myfaces\shared\util\renderkit\HTML.java
U         core\src\main\java\org\apache\myfaces\shared\util\MyFacesObjectInputStream.java
U         core\src\main\java\org\apache\myfaces\shared\util\NullEnumeration.java
U         core\src\main\java\org\apache\myfaces\shared\util\_ComponentUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\CommentUtils.java
U         core\src\main\java\org\apache\myfaces\shared\util\NullIterator.java
U         core\src\main\java\org\apache\myfaces\shared\trace\TracingIterator.java
U         core\src\main\java\org\apache\myfaces\shared\trace\TracingSupport.java
U         core\src\main\java\org\apache\myfaces\shared\webapp\webxml\ServletMapping.java
U         core\src\main\java\org\apache\myfaces\shared\webapp\webxml\FilterMapping.java
U         core\src\main\java\org\apache\myfaces\shared\webapp\webxml\WebXmlParser.java
U         core\src\main\java\org\apache\myfaces\shared\webapp\webxml\WebXml.java
U         core\src\main\java\org\apache\myfaces\shared\test\ClassElementHandler.java
U         core\src\main\java\org\apache\myfaces\shared\el\SimpleActionMethodBinding.java
U         core\src\main\java\org\apache\myfaces\shared\component\DisplayValueOnlyCapable.java
U         core\src\main\java\org\apache\myfaces\shared\component\ExecuteOnCallback.java
U         core\src\main\java\org\apache\myfaces\shared\component\EscapeCapable.java
U         core\src\main\java\org\apache\myfaces\shared\taglib\UIComponentELTagBase.java
U         core\src\main\java\org\apache\myfaces\shared\taglib\core\SelectItemTagBase.java
U         core\src\main\java\org\apache\myfaces\shared\taglib\UIComponentTagUtils.java
U         core\src\main\java\org\apache\myfaces\shared\taglib\UIComponentELTagUtils.java
U         core\src\main\java\org\apache\myfaces\shared\application\ViewHandlerSupport.java
U         core\src\main\java\org\apache\myfaces\shared\application\DefaultViewHandlerSupport.java
U         core\src\main\java\org\apache\myfaces\shared\application\InvalidViewIdException.java
U         core\src\main\java\org\apache\myfaces\shared\application\NavigationUtils.java
U         core\src\main\java\org\apache\myfaces\shared\context\ResponseWriterWrapper.java
U         core\src\main\java\org\apache\myfaces\shared\context\flash\FlashScopeDisabledException.java
U         core\src\main\java\org\apache\myfaces\shared\context\flash\FlashImpl.java
U         core\src\main\java\org\apache\myfaces\shared\context\ExceptionHandlerImpl.java
U         core\src\main\java\org\apache\myfaces\shared\context\AjaxExceptionHandlerImpl.java
U         core\src\main\java\org\apache\myfaces\shared\context\SwitchAjaxExceptionHandlerWrapperImpl.java
U         core\src\main\java\org\apache\myfaces\shared\config\MyfacesConfig.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlRadioRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlInputFileRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlSelectableRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlFormRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlMenuRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\CommonEventUtils.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlRendererUtils.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlMessagesRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlButtonRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlTextareaRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlOutcomeTargetButtonRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\CommonEventConstants.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlImageRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\CommonPropertyConstants.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlListboxRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlMessageRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlRenderer.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlTextRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlGridRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlSecretRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlCheckboxRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\util\OutcomeTargetUtils.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\util\SharedStringBuilder.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\util\HttpPartWrapper.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\util\JavascriptUtils.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\util\ResourceUtils.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlTableRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlResponseWriterImpl.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlGroupRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlLinkRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HtmlBodyRendererBase.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\html\HTML.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\RendererUtils.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\ContentTypeUtils.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\JSFAttr.java
U         core\src\main\java\org\apache\myfaces\shared\renderkit\_SharedRendererUtils.java
U         core\src\main\java\org\apache\myfaces\shared\resource\ContractResource.java
U         core\src\main\java\org\apache\myfaces\shared\resource\ResourceELUtils.java
U         core\src\main\java\org\apache\myfaces\shared\resource\AliasResourceMetaImpl.java
U         core\src\main\java\org\apache\myfaces\shared\resource\ResourceCachedInfo.java
U         core\src\main\java\org\apache\myfaces\shared\resource\ResourceMeta.java
U         core\src\main\java\org\apache\myfaces\shared\resource\ResourceImpl.java
U         core\src\main\java\org\apache\myfaces\shared\resource\ContractResourceLoader.java
U         core\src\main\java\org\apache\myfaces\shared\resource\BaseResourceHandlerSupport.java
U         core\src\main\java\org\apache\myfaces\shared\resource\ResourceLoader.java
U         core\src\main\java\org\apache\myfaces\shared\resource\ResourceLoaderWrapper.java
U         core\src\main\java\org\apache\myfaces\shared\resource\ResourceMetaImpl.java
U         core\src\main\java\org\apache\myfaces\shared\resource\ResourceHandlerSupport.java
U         core\src\main\java\org\apache\myfaces\shared\view\ViewDeclarationLanguageBase.java
U         core\src\main\java\org\apache\myfaces\shared\view\ResponseSwitch.java
U         core\src\main\java\org\apache\myfaces\shared\view\SwitchableOutputStream.java
U         core\src\main\java\org\apache\myfaces\shared\view\SwitchableWriter.java
U         core\src\main\java\org\apache\myfaces\shared\view\HttpServletResponseSwitch.java
U         core\src\main\java\org\apache\myfaces\shared\view\ServletResponseSwitch.java
At revision 1547055
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #348

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/348/>

------------------------------------------
Started by timer
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-12-01T16:19:29.167 -0800'
At revision 1546872
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #347

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/347/>

------------------------------------------
Started by upstream project "myfaces-current22-1" build number 1211
originally caused by:
 Started by an SCM change
 Started by timer
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-11-27T13:47:09.915 -0800'
At revision 1546203
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist


Build failed in Jenkins: myfaces-shared #346

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-shared/346/>

------------------------------------------
Started by timer
Building remotely on windows2 in workspace <https://builds.apache.org/job/myfaces-shared/ws/>
Updating http://svn.apache.org/repos/asf/myfaces/shared/trunk at revision '2013-11-24T16:19:29.173 -0800'
At revision 1545116
no change for http://svn.apache.org/repos/asf/myfaces/shared/trunk since the previous build
ERROR: Maven Home f:\jenkins\tools\maven\latest doesn’t exist