[jbosstools-issues] [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

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue Jul 10 16:44:12 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-11814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705291#comment-12705291 ] 

Nick Boldt commented on JBIDE-11814:
------------------------------------

Trying to build JBDS from trunk, I'm now getting this:

{code}
[ERROR]   Software being installed: com.jboss.jbds.git.mylyn.feature.feature.group 6.0.0.qualifier
[ERROR]   Missing requirement: com.atlassian.connector.eclipse.directclickthrough.ui 3.0.5.v20120518 requires 'bundle javax.servlet [2.5.0,3.0.0)' but it could not be found
[ERROR]   Cannot satisfy dependency: com.jboss.jbds.git.mylyn.feature.feature.group 6.0.0.qualifier depends on: com.jboss.jbds.mylyn.feature.feature.group 0.0.0
[ERROR]   Cannot satisfy dependency: com.jboss.jbds.mylyn.feature.feature.group 6.0.0.qualifier depends on: com.atlassian.connector.eclipse.directclickthrough.ui 0.0.0
{code}

Looking at my JBDS 6 target platform & site, I see only:

{code}<unit id="javax.servlet" version="3.0.0.v201112011016"/>{code}

which results in 

{code}./plugins/javax.servlet_3.0.0.v201112011016.jar{code}

So... Hudson, we have a problem.



                
> 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.2, 3.4.0.M1
>
>
> 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 at 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 at 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

        


More information about the jbosstools-issues mailing list