Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] [Hudson] Build failed in Hudson: cbi-build #175

On 16/05/14 12:14 PM, Mickael Istria wrote:
On 05/16/2014 10:37 AM, hudsonbuild@xxxxxxxxxxx wrote:
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.20.0:mirror (default) on project repositoryunittests: Error during mirroring: Mirroring failed: No repository found at file:/jobs/genie.webtools/cbi-build/workspace/webtools.repositories/repositoryunittests//../jst4x.tests/target/repository. -> [Help 2]
Can the 2 slashes be the root cause of this failure?

No unix is able to figure out that // is equivalent to /. The reason for the failure was because jst4x.tests was skipped so it didn't build because a failure earlier in the build had happened. I think one of it's dependencies failed to build.

[INFO] org.eclipse.jst.jsp.core.tests .................... FAILURE [1:00:07.171s]
[INFO] org.eclipse.jst.server.tomcat.core.tests .......... FAILURE [0.051s]

As far as I can tell these are the 2 failures so anything that depended on those were skipped in the build.


Thanh

Back to the top