Significant change to location of astools API
by Rob Stryker
Hi All:
Regarding JBIDE-11729, JBIDE-11645
<https://issues.jboss.org/browse/JBIDE-11645>, JBIDE-12613, and others,
I've pushed in a significant file move in astools. For the most part,
logic and package names were not changed. There are a few examples where
they did change, though. I've done my best to do a usage scan and verify
that nobody is using the old classes, but it's possible I missed one.
So what was done exactly? Basically, because plugins were depending on
as.core to use some interface or utility method, an installation of
their component would drag in as.core, all our runtime and server types,
but NOT the full implementation of as7, due to declarative services.
What I've done here is I've moved a large number of interfaces and
utility classes from as.core into as.wtp.core plugin. as.core depends
on, and re-exports, as.wtp.core, so users depending on the old
interfaces should not be affected.
In general, what this means is that if a component, like seam, requires
ALL of astools to be included if seam-tools are installed, then
seam-tools needs to require the astools all-inclusive feature. Depending
on plugins alone is NOT enough.
If however you JUST need api access, the interfaces or common utility
methods, to provide support (but not a full dependency) for astools,
then you can depend only on o.j.ide.eclipse.as.wtp.core plugin.
Now, I'm not sure how this works in teh build system to be honest, so
I'm looking for advice from Nick / Mistria. Does the as.wtp.core/ui
plugins need their own low-level feature? Or can other components simply
depend on the single plugins?
Either way, if you are writing code for a component, and find you want
to extend astools or make use of astools support in some way, you have a
decision to make. Do you need all of ASTools installed? Or do you only
need access to the api / interfaces.
If you are only requiring the interfaces, you should depend only on
o.j.ide.eclipse.as.wtp.core. If you find that the plugin is missing
something that you believe should live there, then you should put in an
api request to me to move the code, utility, or extension point from
as.core into as.wtp.core. Simply depending on as.core by yourself and
using the internal api will lead to problems.
What problems, you ask? Well, if you depend on as.core but do NOT depend
on the full astools feature, someone installing your component from an
update site will get your component + as.core, which includes a
half-complete jboss-7 server adapter.
So... basically after this recent commit, it is now up to component
owners to decide if they need all of astools or just the api. If you
THINK you just need api, but many of the classes you need are still in
as.core, send me an email and we can discuss it, but it might just be
the case that you're forced to require all of astools until the
situation can be fixed.
As always, I'm here for any questions.
- Rob
12 years, 3 months
Build failed in Jenkins: jbosstools-4.0_trunk.component--jsf #41
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
Changes:
[scabanovich] JBIDE-12626
https://issues.jboss.org/browse/JBIDE-12626
[vrubezhny] JBIDE-12630
EL Resolver incorrectly processes EL which uses java.util.Map
JUnit Test Case ia added for the issue
------------------------------------------
[...truncated 3463 lines...]
[INFO]
[INFO] --- tycho-p2-plugin:0.15.0:p2-metadata-default (default-p2-metadata-default) @ org.jboss.tools.jsf.vpe.myfaces.test ---
[INFO]
[INFO] --- tycho-surefire-plugin:0.15.0:test (default-test) @ org.jboss.tools.jsf.vpe.myfaces.test ---
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING] org.jboss.tools.jsf.vpe.richfaces/3.4.0.Alpha2-v20120919-2036-B41
[WARNING] org.jboss.tools.jsf.vpe.facelets/3.4.0.Alpha2-v20120919-2036-B41
[WARNING] org.jboss.tools.jsf/3.4.0.Alpha2-v20120919-2036-B41
[WARNING] org.jboss.tools.jsf.vpe.myfaces/3.4.0.Alpha2-v20120919-2036-B41
[WARNING] org.jboss.tools.jsf.vpe.jsf/3.4.0.Alpha2-v20120919-2036-B41
[INFO] Expected eclipse log file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Command line:
/bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> && /qa/tools/opt/x86_64/jdk1.6.0_30/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 '-javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....'> -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -Dusage_reporting_enabled=false -Dorg.jboss.tools.tests.skipPrivateRequirements=false -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -data <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -dev <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -install <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -configuration <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -testApplication org.eclipse.ui.ide.workbench -product org.jboss.tools.tests.product
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.jsf.vpe.myfaces.test.MyFacesAllTests
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 73.115 sec
Results :
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.jboss.tools.jsf.vpe.myfaces.test ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO]
[INFO] --- tycho-p2-plugin:0.15.0:update-local-index (default-update-local-index) @ org.jboss.tools.jsf.vpe.myfaces.test ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.jboss.tools.jsf.vpe.richfaces.test 3.4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- tycho-packaging-plugin:0.15.0:build-qualifier (default-build-qualifier) @ org.jboss.tools.jsf.vpe.richfaces.test ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.15.0:validate-id (default-validate-id) @ org.jboss.tools.jsf.vpe.richfaces.test ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.15.0:validate-version (default-validate-version) @ org.jboss.tools.jsf.vpe.richfaces.test ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.5.7.201204190339:prepare-agent (default) @ org.jboss.tools.jsf.vpe.richfaces.test ---
[INFO] tycho.testArgLine set to -javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.jboss.tools.jsf.vpe.richfaces.test ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO]
[INFO] --- tycho-compiler-plugin:0.15.0:compile (default-compile) @ org.jboss.tools.jsf.vpe.richfaces.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.jboss.tools.jsf.vpe.richfaces.test ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO]
[INFO] --- tycho-compiler-plugin:0.15.0:testCompile (default-testCompile) @ org.jboss.tools.jsf.vpe.richfaces.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- tycho-source-plugin:0.15.0:plugin-source (plugin-source) @ org.jboss.tools.jsf.vpe.richfaces.test ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO]
[INFO] --- tycho-packaging-plugin:0.15.0:package-plugin (default-package-plugin) @ org.jboss.tools.jsf.vpe.richfaces.test ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO]
[INFO] --- tycho-p2-plugin:0.15.0:p2-metadata-default (default-p2-metadata-default) @ org.jboss.tools.jsf.vpe.richfaces.test ---
[INFO]
[INFO] --- tycho-surefire-plugin:0.15.0:test (default-test) @ org.jboss.tools.jsf.vpe.richfaces.test ---
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING] org.jboss.tools.jsf.vpe.ajax4jsf/3.4.0.Alpha2-v20120919-2036-B41
[WARNING] org.jboss.tools.jsf.vpe.richfaces/3.4.0.Alpha2-v20120919-2036-B41
[WARNING] org.jboss.tools.jsf.vpe.facelets/3.4.0.Alpha2-v20120919-2036-B41
[WARNING] org.jboss.tools.jsf/3.4.0.Alpha2-v20120919-2036-B41
[WARNING] org.jboss.tools.jsf.vpe.jsf/3.4.0.Alpha2-v20120919-2036-B41
[INFO] Expected eclipse log file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Command line:
/bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> && /qa/tools/opt/x86_64/jdk1.6.0_30/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 '-javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....'> -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -Dusage_reporting_enabled=false -Dorg.jboss.tools.tests.skipPrivateRequirements=false -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -data <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -dev <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -install <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -configuration <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -testApplication org.eclipse.ui.ide.workbench -product org.jboss.tools.tests.product
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.jsf.vpe.richfaces.test.RichFacesAllTests
Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 183.235 sec
Results :
Tests run: 120, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.jboss.tools.jsf.vpe.richfaces.test ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO]
[INFO] --- tycho-p2-plugin:0.15.0:update-local-index (default-update-local-index) @ org.jboss.tools.jsf.vpe.richfaces.test ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.jboss.tools.jsf.vpe.seam.test 3.4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- tycho-packaging-plugin:0.15.0:build-qualifier (default-build-qualifier) @ org.jboss.tools.jsf.vpe.seam.test ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.15.0:validate-id (default-validate-id) @ org.jboss.tools.jsf.vpe.seam.test ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.15.0:validate-version (default-validate-version) @ org.jboss.tools.jsf.vpe.seam.test ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.5.7.201204190339:prepare-agent (default) @ org.jboss.tools.jsf.vpe.seam.test ---
[INFO] tycho.testArgLine set to -javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.jboss.tools.jsf.vpe.seam.test ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO]
[INFO] --- tycho-compiler-plugin:0.15.0:compile (default-compile) @ org.jboss.tools.jsf.vpe.seam.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.jboss.tools.jsf.vpe.seam.test ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO]
[INFO] --- tycho-compiler-plugin:0.15.0:testCompile (default-testCompile) @ org.jboss.tools.jsf.vpe.seam.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- tycho-source-plugin:0.15.0:plugin-source (plugin-source) @ org.jboss.tools.jsf.vpe.seam.test ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO]
[INFO] --- tycho-packaging-plugin:0.15.0:package-plugin (default-package-plugin) @ org.jboss.tools.jsf.vpe.seam.test ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO]
[INFO] --- tycho-p2-plugin:0.15.0:p2-metadata-default (default-p2-metadata-default) @ org.jboss.tools.jsf.vpe.seam.test ---
[INFO]
[INFO] --- tycho-surefire-plugin:0.15.0:test (default-test) @ org.jboss.tools.jsf.vpe.seam.test ---
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING] org.jboss.tools.jsf.text.ext/3.4.0.Alpha2-v20120919-2036-B41
[WARNING] org.jboss.tools.jsf.text.ext.facelets/3.4.0.Alpha2-v20120919-2036-B41
[WARNING] org.jboss.tools.jsf.vpe.richfaces/3.4.0.Alpha2-v20120919-2036-B41
[WARNING] org.jboss.tools.jsf.vpe.seam/3.4.0.Alpha2-v20120919-2036-B41
[WARNING] org.jboss.tools.jsf.vpe.facelets/3.4.0.Alpha2-v20120919-2036-B41
[WARNING] org.jboss.tools.jsf/3.4.0.Alpha2-v20120919-2036-B41
[WARNING] org.jboss.tools.jsf.vpe.jsf/3.4.0.Alpha2-v20120919-2036-B41
[INFO] Expected eclipse log file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Command line:
/bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> && /qa/tools/opt/x86_64/jdk1.6.0_30/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 '-javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....'> -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -Dusage_reporting_enabled=false -Dorg.jboss.tools.tests.skipPrivateRequirements=false -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -data <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -dev <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -install <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -configuration <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -testApplication org.eclipse.ui.ide.workbench -product org.jboss.tools.tests.product
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.jsf.vpe.seam.test.SeamAllTests
Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 99.501 sec
Results :
Tests run: 65, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.jboss.tools.jsf.vpe.seam.test ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO]
[INFO] --- tycho-p2-plugin:0.15.0:update-local-index (default-update-local-index) @ org.jboss.tools.jsf.vpe.seam.test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] jsf.tests ......................................... SUCCESS [0.771s]
[INFO] org.jboss.tools.jsf.base.test ..................... SUCCESS [2.618s]
[INFO] org.jboss.tools.jsf.test .......................... SUCCESS [3:18.111s]
[INFO] org.jboss.tools.jsf.text.ext.test ................. SUCCESS [3:21.277s]
[INFO] org.jboss.tools.jsf.ui.bot.test ................... SUCCESS [3.067s]
[INFO] org.jboss.tools.jsf.ui.test ....................... FAILURE [1:00:25.662s]
[INFO] org.jboss.tools.jsf.verification.test ............. SUCCESS [1:06.715s]
[INFO] org.jboss.tools.jsf.vpe.ajax4jsf.test ............. SUCCESS [1:40.034s]
[INFO] org.jboss.tools.jsf.vpe.facelets.test ............. SUCCESS [1:40.506s]
[INFO] org.jboss.tools.jsf.vpe.jbpm.test ................. SUCCESS [1:11.976s]
[INFO] org.jboss.tools.jsf.vpe.jsf.test .................. SUCCESS [13:01.636s]
[INFO] org.jboss.tools.jsf.vpe.jstl.test ................. SUCCESS [2:11.375s]
[INFO] org.jboss.tools.jsf.vpe.myfaces.test .............. SUCCESS [2:03.916s]
[INFO] org.jboss.tools.jsf.vpe.richfaces.test ............ SUCCESS [3:55.167s]
[INFO] org.jboss.tools.jsf.vpe.seam.test ................. SUCCESS [2:26.091s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:40:53.866s
[INFO] Finished at: Wed Sep 19 18:22:47 EDT 2012
[INFO] Final Memory: 79M/544M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.15.0:test (default-test) on project org.jboss.tools.jsf.ui.test: Error while executing platform: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed. Process timeout out after 3600 seconds -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.15.0:test (default-test) on project org.jboss.tools.jsf.ui.test: Error while executing platform
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error while executing platform
at org.eclipse.tycho.surefire.TestMojo.runTest(TestMojo.java:586)
at org.eclipse.tycho.surefire.TestMojo.execute(TestMojo.java:387)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: org.eclipse.sisu.equinox.launching.EquinoxLaunchingException: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed.
at org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxLauncher.execute(DefaultEquinoxLauncher.java:74)
at org.eclipse.tycho.surefire.TestMojo.runTest(TestMojo.java:584)
... 22 more
Caused by: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed.
at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:225)
at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:114)
at org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxLauncher.execute(DefaultEquinoxLauncher.java:72)
... 23 more
Caused by: java.lang.InterruptedException: Process timeout out after 3600 seconds
at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:186)
... 25 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.jboss.tools.jsf.ui.test
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :14
Killing Xvnc process ID 20135
Archiving artifacts
Recording test results
12 years, 3 months
Build failed in Jenkins: jbosstools-4.0_trunk.component--ws #42
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on dev82-rhel6-x86_64
Checking out a fresh workspace because <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> doesn't exist
Cleaning local Directory sources
Checking out http://anonsvn.jboss.org/repos/jbosstools/trunk/ws
A plugins
A plugins/org.jboss.tools.ws.jaxrs.ui
A plugins/org.jboss.tools.ws.jaxrs.ui/.classpath
A plugins/org.jboss.tools.ws.jaxrs.ui/META-INF
A plugins/org.jboss.tools.ws.jaxrs.ui/META-INF/MANIFEST.MF
A plugins/org.jboss.tools.ws.jaxrs.ui/.project
A plugins/org.jboss.tools.ws.jaxrs.ui/src
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/contentassist
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/contentassist/AnnotationCompletionProposal.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/contentassist/package-info.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/contentassist/TypedRegionVisitor.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/contentassist/MemberDeclarationVisitor.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/contentassist/MethodParametersCompletionProposalComputer.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/contentassist/MethodParametersCompletionProposal.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/contentassist/PathParamAnnotationValueCompletionProposalComputer.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/preferences
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/preferences/JaxrsValidatorConfigurationBlockDescriptionProvider.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/preferences/JaxrsValidatorConfigurationBlock.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/preferences/JaxrsPreferencesMessages.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/preferences/JaxrsPreferencePage.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/preferences/JaxrsSettingsPreferencePage.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/preferences/package-info.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/preferences/JaxrsValidatorPreferencePage.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/preferences/IConfigurationBlockDescriptionProvider.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/preferences/JaxrsPreferencesMessages.properties
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/facet
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/facet/JaxrsFacetedProjectListener.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/facet/PureJEE6LibraryInstallOperation.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/facet/PureJEE6LibraryUninstallOperation.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/facet/PureJEE6LibraryProviderInstallPanel.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/quickfix
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/quickfix/AddTargetAnnotationMarkerResolution.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/quickfix/JaxrsQuickFixMessages.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/quickfix/JaxrsMarkerResolutionGenerator.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/quickfix/package-info.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/quickfix/JaxrsQuickFixMessages.properties
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/JBossJaxrsUIPlugin.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/UriPathTemplateMethodMappingElement.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/UriPathTemplateMediaTypeMappingElement.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/UriPathTemplateElement.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/UriMappingsContentProvider.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/UriPathTemplateElementsSorter.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/UriPathTemplateCategory.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/UriMappingsLabelProvider.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/UriPathTemplatesSorter.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/UriPathTemplateElementAdapterFactory.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/action
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/action/OpenInWSTesterActionProvider.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/action/RefreshNavigatorActionProvider.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/action/OpenJavaEditorActionProvider.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/action/CopyToClipboardActionProvider.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/action/OpenInWSTesterAction.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/action/RefreshNavigatorAction.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/action/OpenJavaEditorAction.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/cnf/action/CopyToClipboardAction.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/internal
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/internal/utils
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/internal/utils/Logger.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/internal/utils/package-info.java
A plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/internal/launcher
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/internal/launcher/JaxrsPathModuleArtifactAdapter.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/internal/launcher/WSTesterClientDelegate.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/internal/launcher/WSTesterLaunchableAdapterDelegate.java
AU plugins/org.jboss.tools.ws.jaxrs.ui/src/org/jboss/tools/ws/jaxrs/ui/internal/launcher/JaxrsEndpointModuleArtifact.java
A plugins/org.jboss.tools.ws.jaxrs.ui/.options
A plugins/org.jboss.tools.ws.jaxrs.ui/plugin.properties
A plugins/org.jboss.tools.ws.jaxrs.ui/build.properties
A plugins/org.jboss.tools.ws.jaxrs.ui/pom.xml
A plugins/org.jboss.tools.ws.jaxrs.ui/icons
AU plugins/org.jboss.tools.ws.jaxrs.ui/icons/18249.synch_co.gif
AU plugins/org.jboss.tools.ws.jaxrs.ui/icons/restful_web_services_error.gif
AU plugins/org.jboss.tools.ws.jaxrs.ui/icons/url_mapping.gif
AU plugins/org.jboss.tools.ws.jaxrs.ui/icons/refresh.gif
AU plugins/org.jboss.tools.ws.jaxrs.ui/icons/copyqualifiedname.gif
AU plugins/org.jboss.tools.ws.jaxrs.ui/icons/error_ovr.gif
AU plugins/org.jboss.tools.ws.jaxrs.ui/icons/servlet_mapping.gif
AU plugins/org.jboss.tools.ws.jaxrs.ui/icons/systemprocess.gif
AU plugins/org.jboss.tools.ws.jaxrs.ui/icons/restful_web_services.gif
AU plugins/org.jboss.tools.ws.jaxrs.ui/icons/filter_mapping_in.gif
AU plugins/org.jboss.tools.ws.jaxrs.ui/icons/url_mapping_error.gif
AU plugins/org.jboss.tools.ws.jaxrs.ui/icons/filter_mapping_out.gif
AU plugins/org.jboss.tools.ws.jaxrs.ui/icons/error_co.gif
A plugins/org.jboss.tools.ws.jaxrs.ui/plugin.xml
A plugins/org.jboss.tools.ws.jaxrs.ui/.settings
A plugins/org.jboss.tools.ws.jaxrs.ui/.settings/org.eclipse.jdt.core.prefs
A plugins/org.jboss.tools.ws.core
A plugins/org.jboss.tools.ws.core/.classpath
A plugins/org.jboss.tools.ws.core/META-INF
A plugins/org.jboss.tools.ws.core/META-INF/MANIFEST.MF
A plugins/org.jboss.tools.ws.core/plugin_ja.properties
A plugins/org.jboss.tools.ws.core/.project
A plugins/org.jboss.tools.ws.core/src
A plugins/org.jboss.tools.ws.core/src/org
A plugins/org.jboss.tools.ws.core/src/org/jboss
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/utils
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/utils/StatusUtils.java
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/JBossWSCorePlugin.java
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/classpath
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/classpath/JBossWSRuntimeListConverter.java
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/classpath/JBossWSRuntimeClassPathInitializer.java
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/classpath/JBossWSRuntimeManager.java
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/classpath/JBossWSRuntime.java
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/facet
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/facet/delegate
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/facet/delegate/JBossWSInstallRuntimeDelegate.java
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/facet/delegate/JBossWSUnInstallRuntimeDelegate.java
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/facet/delegate/JBossWSFacetInstallDataModelProvider.java
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/facet/delegate/IJBossWSFacetDataModelProperties.java
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/messages
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/messages/JBossWSCore_ja.properties
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/messages/JBossWSCoreMessages.java
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/messages/JBossWSCore.properties
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/command
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/command/UninstallJBossWSClassPathCommand.java
A plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/command/JBossWSClassPathCommand.java
A plugins/org.jboss.tools.ws.core/plugin.properties
A plugins/org.jboss.tools.ws.core/build.properties
A plugins/org.jboss.tools.ws.core/pom.xml
AU plugins/org.jboss.tools.ws.core/about.html
A plugins/org.jboss.tools.ws.core/plugin.xml
A plugins/org.jboss.tools.ws.core/.settings
A plugins/org.jboss.tools.ws.core/.settings/org.eclipse.jdt.core.prefs
A plugins/org.jboss.tools.ws.creation.core
A plugins/org.jboss.tools.ws.creation.core/.classpath
A plugins/org.jboss.tools.ws.creation.core/META-INF
A plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF
A plugins/org.jboss.tools.ws.creation.core/plugin_ja.properties
A plugins/org.jboss.tools.ws.creation.core/.project
A plugins/org.jboss.tools.ws.creation.core/src
A plugins/org.jboss.tools.ws.creation.core/src/org
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/utils
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/utils/ClasspathParser.java
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/utils/JBossWSCreationUtils.java
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/utils/WSDLPropertyReader.java
AU plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/utils/RestEasyLibUtils.java
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/ImplementationClassCreationCommand.java
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/ClientSampleCreationCommand.java
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/BindingFilesValidationCommand.java
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/AbstractGenerateCodeCommand.java
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/RemoveClientJarsCommand.java
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/Java2WSCommand.java
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/MergeWebXMLCommand.java
AU plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/RSMergeWebXMLCommand.java
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/ValidateWSImplCommand.java
AU plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/ServiceCreationCommand.java
AU plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/ServiceSampleCreationCommand.java
AU plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/AddRestEasyJarsCommand.java
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/InitialClientCommand.java
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/InitialCommand.java
AU plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/RSServiceCreationCommand.java
AU plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/RSServiceSampleCreationCommand.java
AU plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/AddApplicationXMLCommand.java
A plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/WSDL2JavaCommand.java
AU plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/commands/WSDL2JavaHelpOptionCommand.java
FATAL: hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown
hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown
at hudson.remoting.Request.call(Request.java:149)
at hudson.remoting.Channel.call(Channel.java:681)
at hudson.FilePath.act(FilePath.java:773)
at hudson.FilePath.act(FilePath.java:766)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:735)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:677)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1212)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:573)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:462)
at hudson.model.Run.run(Run.java:1404)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:238)
Caused by: hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown
at hudson.remoting.Request.abort(Request.java:273)
at hudson.remoting.Channel.terminate(Channel.java:732)
at hudson.remoting.Channel$CloseCommand.execute(Channel.java:830)
at hudson.remoting.Channel$ReaderThread.run(Channel.java:1128)
Caused by: hudson.remoting.Channel$OrderlyShutdown
... 2 more
Caused by: Command close created at
at hudson.remoting.Command.<init>(Command.java:51)
at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:824)
at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:822)
at hudson.remoting.Channel.close(Channel.java:889)
at hudson.remoting.Channel.close(Channel.java:872)
at hudson.remoting.Channel$CloseCommand.execute(Channel.java:829)
... 1 more
12 years, 3 months
REMINDER: Code Freeze for JBT 4.0.0.Alpha2 / JBDS 6.0.0.Alpha2 is in two days on Sept 21 :: Feature Freeze on Oct 12
by Nick Boldt
I'll be branching for Alpha2 on Friday Sept 21 and spinning up the
stable_branch jobs this weekend so QE has something to kick around
starting Monday Sept 24.
09/21/12 6.0.0.Alpha2 Code Freeze / Branch M2
09/24/12 6.0.0.Alpha2 QE Start
10/04/12 6.0.0.Alpha2 QE End
10/05/12 6.0.0.Alpha2 Avail EA/CSP staging
This of course means trunk will be open for Beta1 work as soon as the
Alpha2 branches are created on Friday. Remember, our plan is to be
FEATURE COMPLETE by Oct 12!
Cheers,
--
Nick Boldt :: JBoss by Red Hat
Productization Lead :: JBoss Tools & Dev Studio
http://nick.divbyzero.com
12 years, 3 months
Common Validation: Help needed
by Xavier Coulon
Hi !
The JAX-RS tooling is now aligned on the CDI tooling and relies on the common-validation plugin to validate the JAX-RS elements.
So far, so good, but I have this issue that I'd like to solve: at workbench start-up, the method
public IStatus validate(Set<IFile> changedFiles, IProject project, ContextValidationHelper validationHelper,
IProjectValidationContext context, ValidatorManager manager, IReporter reporter) throws ValidationException
of my validator is called, but with an empty set of 'changedFiles'. Wouldn't it make more sense to call the
public IStatus validateAll(IProject project, ContextValidationHelper validationHelper,
IProjectValidationContext validationContext, ValidatorManager manager, IReporter reporter)
throws ValidationException
method instead ?
I can workaround that and call validateAll(..) when changesFiles.isEmpty() in the validate(..) method call, but I don't think it's the best approach.
WDYT ?
Thanks.
Best regards,
/Xavier
12 years, 3 months