[JBoss JIRA] (JBIDE-11814) when regenerating .target file from local cache, ensure TP includes LATEST when there are more than one version of the same IU present
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-11814:
----------------------------------
Summary: when regenerating .target file from local cache, ensure TP includes LATEST when there are more than one version of the same IU present
Key: JBIDE-11814
URL: https://issues.jboss.org/browse/JBIDE-11814
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: target-platform, updatesite
Affects Versions: 3.3.0.Beta3
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Blocker
Fix For: 3.3.0.CR1
recent updates to TP include watching javax.servlet and jdom backleveling themselves.
This is probably caused by the fact that the TP folder when generated includes multiple versions of the same IUs:
[12:18:30]nboldt@thunk:~/tru/build/target-platform/JBDS_REPO
$ find . -name "javax.servlet*"
./plugins/javax.servlet.jsp_2.0.0.v201101211617.jar
./plugins/javax.servlet.jsp_2.2.0.v201103241009.jar
./plugins/javax.servlet_2.5.0.v201103041518.jar
./plugins/javax.servlet_3.0.0.v201103241727.jar
[12:18:14]nboldt@thunk:~/tru/build/target-platform/JBT_REPO
$ cd ~/tru/buildfind . -name "javax.servlet*"
./plugins/javax.servlet.jsp_2.0.0.v201101211617.jar
./plugins/javax.servlet.jsp_2.2.0.v201103241009.jar
./plugins/javax.servlet.jsp.source_2.0.0.v201101211617.jar
./plugins/javax.servlet_2.5.0.v201103041518.jar
./plugins/javax.servlet_3.0.0.v201103241727.jar
./plugins/javax.servlet.source_2.5.0.v201103041518.jar
$ find . -name "*jdom*"
./plugins/org.jdom_1.1.1.v201101151400.jar
./plugins/org.jdom_1.0.0.v201005080400.jar
./plugins/org.jdom_jaxen_1.0.0.20081203-1100.jar
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] (JBIDE-12044) Wrong version for RSE feature in unified.target
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-12044:
--------------------------------------
Summary: Wrong version for RSE feature in unified.target
Key: JBIDE-12044
URL: https://issues.jboss.org/browse/JBIDE-12044
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.4.x
Reporter: Mickael Istria
Fix For: 3.4.x
I tried to use the unified.target from trunk (3.4.0-SNAPSHOT) and got:
{quote}
Failed to resolve target definition /home/mistria/.m2/repository/org/jboss/tools/org.jboss.tools.target.platform/3.4.0-SNAPSHOT/org.jboss.tools.target.platform-3.4.0-SNAPSHOT-unified.target: Could not find "org.eclipse.rse.feature.group/3.3.2.R33x_v201110030150-7L7CFGH8wqio8s-qYtkPgn8qWd4T" in the repositories of the current location -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Failed to resolve target definition /home/mistria/.m2/repository/org/jboss/tools/org.jboss.tools.target.platform/3.4.0-SNAPSHOT/org.jboss.tools.target.platform-3.4.0-SNAPSHOT-unified.target
{quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months