[JBoss JIRA] (JBDS-2805) move Central TP site declaration from JBT parent pom to JBDS installer pom
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2805?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2805:
-----------------------------
CDW release: + (was: ?)
> move Central TP site declaration from JBT parent pom to JBDS installer pom
> --------------------------------------------------------------------------
>
> Key: JBDS-2805
> URL: https://issues.jboss.org/browse/JBDS-2805
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: 3rd-party-certification, 3rd-party-dependencies, build, installer
> Affects Versions: 7.1.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 8.0.0.Alpha1
>
>
> Fairly sure that the only place this variable
> {code:title=https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml#L78}
> <jboss-central-target-platform-site>http://download.jboss.org/jbosstools/targetplatforms/jbtcentraltarget/kep...</jboss-central-target-platform-site>
> {code}
> is used is in the JBDS installer pom:
> {code:title=https://github.com/jbdevstudio/jbdevstudio-product/blob/master/installer/pom.xml#L74}
> <repository>
> <!-- JBDS-2623 use Central TP instead of TestNG mirror -->
> <id>jboss-central-target-platform-site</id>
> <url>${jboss-central-target-platform-site}</url>
> <layout>p2</layout>
> <snapshots>
> <enabled>true</enabled>
> </snapshots>
> <releases>
> <enabled>true</enabled>
> </releases>
> </repository>
> {code}
> So why don't we just move it into JBDS entirely, instead of declaring it in JBT parent pom?
--
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
12 years, 5 months
[JBoss JIRA] (JBIDE-16088) Compilation error when building WebServices against Luna TP
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16088?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-16088:
---------------------------------------------
http://download.eclipse.org/eclipse/downloads/drops4/S-4.4M1-201308072000... states luna now bundles 1.9.2 which our bundle explicitly says it does not support with its version ranges [1.8.2,1.9.0)
wonder if that range is set by us or derived from what what we used from wtp webservices?
> 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
>
> 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
12 years, 5 months