[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
Wed May 16 12:48:17 EDT 2012


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

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

JBDS TP includes 11 duplicated IUs:

{code}
# Warning: 2 versions found for javax.activation:
# javax.activation.version=1.1.0.v201105071233
# javax.activation.version=1.1.0.v201005080500
# Warning: 2 versions found for javax.servlet:
# javax.servlet.version=3.0.0.v201103241727
# javax.servlet.version=2.5.0.v201103041518
# Warning: 2 versions found for javax.servlet.jsp:
# javax.servlet.jsp.version=2.2.0.v201103241009
# javax.servlet.jsp.version=2.0.0.v201101211617
# Warning: 2 versions found for javax.wsdl:
# javax.wsdl.version=1.6.2.v201012040545
# javax.wsdl.version=1.5.1.v201012040544
# Warning: 2 versions found for javax.xml.bind:
# javax.xml.bind.version=2.2.0.v201105210648
# javax.xml.bind.version=2.1.9.v201005080401
# Warning: 2 versions found for javax.xml.soap:
# javax.xml.soap.version=1.3.0.v201105210645
# javax.xml.soap.version=1.2.0.v201005080501
# Warning: 2 versions found for org.apache.commons.lang:
# org.apache.commons.lang.version=2.4.0.v201005080502
# org.apache.commons.lang.version=2.1.0.v201005080500
# Warning: 2 versions found for org.apache.commons.logging:
# org.apache.commons.logging.version=1.1.1.v201101211721
# org.apache.commons.logging.version=1.0.4.v201101211617
# Warning: 2 versions found for org.apache.lucene:
# org.apache.lucene.version=2.9.1.v201101211721
# org.apache.lucene.version=1.9.1.v201101211617
# Warning: 2 versions found for org.jdom:
# org.jdom.version=1.1.1.v201101151400
# org.jdom.version=1.0.0.v201005080400
# Warning: 2 versions found for org.junit:
# org.junit.version=4.8.2.v4_8_2_v20110321-1705
# org.junit.version=3.8.2.v3_8_2_v20100427-1100
{code}
                
> 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 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