[
https://issues.jboss.org/browse/JBIDE-16088?page=com.atlassian.jira.plugi...
]
Xavier Coulon commented on JBIDE-16088:
---------------------------------------
Brian's fix resolves the dependency problem and the webservices component keeps
building against the 4.1.1.x TP, but it hangs on my machine at this step:
{code}
mvn clean verify -Dtpc.version=4.40.0.Alpha1-SNAPSHOT -Pmultiple.target -fae
...
...
...
[INFO]
[INFO] --- tycho-surefire-plugin:0.19.0:test (default-test) @
org.jboss.tools.ws.creation.core.test ---
[INFO] Expected eclipse log file:
/Users/xcoulon/code/jbosstools/jbosstools-webservices/tests/org.jboss.tools.ws.creation.core.test/target/work/data/.metadata/.log
[INFO] Command line:
/bin/sh -c cd
/Users/xcoulon/code/jbosstools/jbosstools-webservices/tests/org.jboss.tools.ws.creation.core.test
&& /Library/Java/JavaVirtualMachines/jdk1.7.0_12.jdk/Contents/Home/jre/bin/java
-Dosgi.noShutdown=false -Dosgi.os=macosx -Dosgi.ws=cocoa -Dosgi.arch=x86_64
'-javaagent:/Users/xcoulon/.m2/repository/org/jacoco/org.jacoco.agent/0.6.1.201212231917/org.jacoco.agent-0.6.1.201212231917-runtime.jar=destfile=/Users/xcoulon/code/jbosstools/jbosstools-webservices/target/jacoco.exec,append=true,includes=org.jboss.tools.ws.creation.core*'
-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -XstartOnFirstThread
'-Djbosstools.test.jre.6=${jbosstools.test.jre.6}'
'-Djbosstools.test.jre.5=${jbosstools.test.jre.5}'
-Djbosstools.test.jboss.home.4.2=/Users/xcoulon/code/jbosstools/jbosstools-webservices/tests/org.jboss.tools.ws.creation.core.test/target/requirements/jboss-4.2.3.GA
-Dusage_reporting_enabled=false -Dorg.jboss.tools.tests.skipPrivateRequirements=true
-Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true -Dosgi.clean=true -jar
/Users/xcoulon/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20130327-1440/org.eclipse.equinox.launcher-1.3.0.v20130327-1440.jar
-data
/Users/xcoulon/code/jbosstools/jbosstools-webservices/tests/org.jboss.tools.ws.creation.core.test/target/work/data
-install
/Users/xcoulon/code/jbosstools/jbosstools-webservices/tests/org.jboss.tools.ws.creation.core.test/target/work
-configuration
/Users/xcoulon/code/jbosstools/jbosstools-webservices/tests/org.jboss.tools.ws.creation.core.test/target/work/configuration
-application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties
/Users/xcoulon/code/jbosstools/jbosstools-webservices/tests/org.jboss.tools.ws.creation.core.test/target/surefire.properties
Could not acquire PlatformAdmin server
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.ws.creation.core.test.JBossWSCreationCoreTestSuite
{code}
Compilation error when building WebServices against Luna TP
-----------------------------------------------------------
Key: JBIDE-16088
URL:
https://issues.jboss.org/browse/JBIDE-16088
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: target-platform, webservices
Reporter: Xavier Coulon
Assignee: Brian Fitzpatrick
Fix For: 4.2.x
I have the following dependency resolution problem when building the Web Services
component against the Luna TP:
{code}
[INFO] Resolving dependencies of MavenProject:
org.jboss.tools.ws.plugins:org.jboss.tools.ws.creation.core:1.6.0-SNAPSHOT @
/Users/xcoulon/code/jbosstools/jbosstools-webservices/plugins/org.jboss.tools.ws.creation.core/pom.xml
[INFO] Cannot complete the request. Generating details.
[INFO] Cannot complete the request. Generating details.
[INFO] {osgi.ws=cocoa, osgi.os=macosx, osgi.arch=x86,
org.eclipse.update.install.features=true}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.jboss.tools.ws.creation.core 1.6.0.qualifier
[ERROR] Missing requirement: org.jboss.tools.ws.creation.core 1.6.0.qualifier requires
'bundle org.apache.ant [1.8.2,1.9.0)' but it could not be found
[ERROR]
[ERROR] Internal error: java.lang.RuntimeException: No solution found because the problem
is unsatisfiable.: [Unable to satisfy dependency from org.jboss.tools.ws.creation.core
1.6.0.qualifier to bundle org.apache.ant [1.8.2,1.9.0).; No solution found because the
problem is unsatisfiable.] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: No
solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from
org.jboss.tools.ws.creation.core 1.6.0.qualifier to bundle org.apache.ant [1.8.2,1.9.0).;
No solution found because the problem is unsatisfiable.]
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira