[jbosstools-issues] [JBoss JIRA] (JBIDE-12766) new TP generation method includes slightly different output in the TP

Mickael Istria (JIRA) jira-events at lists.jboss.org
Tue Oct 2 03:14:02 EDT 2012


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

Mickael Istria commented on JBIDE-12766:
----------------------------------------

{quote}
org.eclipse.ui.ide_3.8.1.v20120829-085332.jar is missing from the new target platforms (older org.eclipse.ui.ide_3.8.1.v20120828-165804.jar is present in JBT TP, but missing entirely in JBDS TP)
{quote}
http://download.jboss.org/jbosstools/updates/target-platform_4.0.juno.SR1-experimental/latest/plugins/ and http://www.qa.jboss.com/binaries/RHDS/updates/jbds-target-platform_4.0.juno.SR1-experimental/latest/plugins/ both contain org.eclipse.ui.ide_3.8.1.v20120828-165804.jar (from the http://download.jboss.org/jbosstools/updates/requirements/juno/201209280900-R/ site).

{quote}
org.apache.lucene_3.5.0.v20120319-2345.jar is missing from the new target platforms. Is it still needed?
{quote}
Eclipse Help only requires 2.9.0 (that is part of the TP). Lucene 3.5.0 is only required for CodeRecommanders, that we don't ship in product nor Central. So I think it's not necessary so far.
                
> new TP generation method includes slightly different output in the TP
> ---------------------------------------------------------------------
>
>                 Key: JBIDE-12766
>                 URL: https://issues.jboss.org/browse/JBIDE-12766
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng, target-platform
>    Affects Versions: 4.0.0.Beta1
>            Reporter: Nick Boldt
>            Assignee: Mickael Istria
>
> Comparing the contents of the target platform generated using my old method and [~mickael_istria] 's newer method, I see:
> {code}
>     $ diff target-platform_4.0.juno.SR1-experimental/ target-platform_4.0.juno.SR1 -rqy | grep Only | sort
>     Only in target-platform_4.0.juno.SR1/e421-wtp341.target/plugins: com.thoughtworks.xstream_1.3.1.v201111240924.jar
>     Only in target-platform_4.0.juno.SR1/e421-wtp341.target/plugins: org.apache.lucene_3.5.0.v20120319-2345.jar
>     Only in target-platform_4.0.juno.SR1/e421-wtp341.target/plugins: org.eclipse.ui.ide_3.8.1.v20120829-085332.jar
>     Only in target-platform_4.0.juno.SR1/e421-wtp341.target/plugins: org.mortbay.jetty.server_6.1.23.v201012071420.jar
>     Only in target-platform_4.0.juno.SR1/e421-wtp341.target/plugins: org.mortbay.jetty.util_6.1.23.v201012071420.jar
>     Only in target-platform_4.0.juno.SR1/e421-wtp341.target/plugins: org.xmlpull_1.1.3.4_v201201052148.jar
> {code}
> vs.
> {code}
>     Only in target-platform_4.0.juno.SR1-experimental/e421-wtp341.target/plugins: com.thoughtworks.xstream_1.3.0.v20100826-1640.jar
>     Only in target-platform_4.0.juno.SR1-experimental/e421-wtp341.target/plugins: javax.servlet_2.5.0.v201103041518.jar
>     Only in target-platform_4.0.juno.SR1-experimental/e421-wtp341.target/plugins: javax.servlet.jsp_2.0.0.v201101211617.jar
>     Only in target-platform_4.0.juno.SR1-experimental/e421-wtp341.target/plugins: org.mortbay.jetty.server_6.1.23.v201004211559.jar
>     Only in target-platform_4.0.juno.SR1-experimental/e421-wtp341.target/plugins: org.mortbay.jetty.util_6.1.23.v201004211559.jar
> {code}
> AND
> {code}
>     $ diff jbds-target-platform_4.0.juno.SR1 jbds-target-platform_4.0.juno.SR1-experimental/ -rqy | grep -v "blobstore" | grep "Only" | sort
>     Only in jbds-target-platform_4.0.juno.SR1-experimental/jbds600-e421-wtp341.target/plugins: com.thoughtworks.xstream_1.3.0.v20100826-1640.jar
>     Only in jbds-target-platform_4.0.juno.SR1-experimental/jbds600-e421-wtp341.target/plugins: javax.servlet_2.5.0.v201103041518.jar
>     Only in jbds-target-platform_4.0.juno.SR1-experimental/jbds600-e421-wtp341.target/plugins: javax.servlet.jsp_2.0.0.v201101211617.jar
>     Only in jbds-target-platform_4.0.juno.SR1-experimental/jbds600-e421-wtp341.target/plugins: org.mortbay.jetty.server_6.1.23.v201004211559.jar
>     Only in jbds-target-platform_4.0.juno.SR1-experimental/jbds600-e421-wtp341.target/plugins: org.mortbay.jetty.util_6.1.23.v201004211559.jar
> {code}
> vs.
> {code}
>     Only in jbds-target-platform_4.0.juno.SR1/jbds600-e421-wtp341.target/plugins: com.thoughtworks.xstream_1.3.1.v201111240924.jar
>     Only in jbds-target-platform_4.0.juno.SR1/jbds600-e421-wtp341.target/plugins: org.apache.lucene_3.5.0.v20120319-2345.jar
>     Only in jbds-target-platform_4.0.juno.SR1/jbds600-e421-wtp341.target/plugins: org.eclipse.ui.ide_3.8.1.v20120829-085332.jar
>     Only in jbds-target-platform_4.0.juno.SR1/jbds600-e421-wtp341.target/plugins: org.mortbay.jetty.server_6.1.23.v201012071420.jar
>     Only in jbds-target-platform_4.0.juno.SR1/jbds600-e421-wtp341.target/plugins: org.mortbay.jetty.util_6.1.23.v201012071420.jar
>     Only in jbds-target-platform_4.0.juno.SR1/jbds600-e421-wtp341.target/plugins: org.xmlpull_1.1.3.4_v201201052148.jar
> {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


More information about the jbosstools-issues mailing list