[jbosstools-issues] [JBoss JIRA] (JBIDE-12323) Provide IU in 2 different versions in TP

Nick Boldt (JIRA) jira-events at lists.jboss.org
Fri Jul 13 01:14:12 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-12323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt closed JBIDE-12323.
------------------------------

    Resolution: Done


I've disabled the use of http://anonsvn.jboss.org/repos/jbosstools/trunk/build/target-platform/targetUpdateFromRepo.xml and have switched the default operation from useLatest=true to false.

So... we can now have a TP with multiple versions of the same IU.

{code}
                        <!-- for these IUs we need multiple versions -->
                        <unit id="javax.wsdl" version="1.6.2.v201012040545"/>
                        <unit id="javax.wsdl" version="1.5.1.v201012040544"/>
                        <unit id="org.jdom" version="1.1.1.v201101151400"/>
                        <unit id="org.jdom" version="1.0.0.v201005080400"/>
                        <unit id="org.apache.commons.lang" version="2.6.0.v201205030909"/>
                        <unit id="org.apache.commons.lang" version="2.4.0.v201005080502"/>
                        <unit id="org.apache.commons.lang" version="2.1.0.v201005080500"/>
                        <unit id="javax.servlet" version="3.0.0.v201112011016"/>
                        <unit id="javax.servlet" version="2.5.0.v200910301333"/>
                        <unit id="javax.servlet.jsp" version="2.2.0.v201112011158"/>
                        <!-- <unit id="javax.servlet.jsp" version="2.0.0.v201101211617"/> -->
                        <unit id="javax.servlet.jsp" version="2.0.0.v200806031607"/>
                        <unit id="javax.wsdl" version="1.6.2.v201012040545"/>
                        <unit id="javax.wsdl" version="1.5.1.v201012040544"/>
                        <unit id="javax.xml.bind" version="2.2.0.v201105210648"/>
                        <unit id="javax.xml.bind" version="2.1.9.v201005080401"/>
                        <unit id="javax.xml.soap" version="1.3.0.v201105210645"/>
                        <unit id="javax.xml.soap" version="1.2.0.v201005080501"/>
                        <unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
                        <unit id="org.apache.commons.logging" version="1.0.4.v201101211617"/>
                        <unit id="org.apache.lucene" version="2.9.1.v201101211721"/>
                        <unit id="org.apache.lucene" version="1.9.1.v201101211617"/>
                        <unit id="org.junit" version="4.10.0.v4_10_0_v20120426-0900"/>
                        <unit id="org.junit" version="3.8.2.v3_8_2_v20100427-1100"/>
...

{code}
                
> Provide IU in 2 different versions in TP
> ----------------------------------------
>
>                 Key: JBIDE-12323
>                 URL: https://issues.jboss.org/browse/JBIDE-12323
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: Build/Releng, target-platform, updatesite, UpStream
>            Reporter: Mickael Istria
>            Assignee: Nick Boldt
>            Priority: Blocker
>             Fix For: 3.4.0.M1
>
>
> Target platform for 3.8 requires javax.servlet 2.5 (for atlassian stuff) and javax.servlet 3.0 (for catalina, jasper and co).
> Current mechanism to generate target files does not allow to have 2 different versions of the same IU in the target site.

--
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