[JBoss JIRA] (JBIDE-8460) Get JBossTools added to wtp 3.2's list of server adapters :: Helios
by Ondrej Dockal (Jira)
[ https://issues.redhat.com/browse/JBIDE-8460?page=com.atlassian.jira.plugi... ]
Ondrej Dockal closed JBIDE-8460.
--------------------------------
> Get JBossTools added to wtp 3.2's list of server adapters :: Helios
> -------------------------------------------------------------------
>
> Key: JBIDE-8460
> URL: https://issues.redhat.com/browse/JBIDE-8460
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: upstream
> Affects Versions: 3.2.0.Final
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Priority: Major
> Fix For: 3.2.2.Final
>
> Attachments: JBIDE-8460.jpg, discoverPlugin.zip, jbosstools32x-install-new-adapter-into-heliosSR2JEEbundle.png, jbosstools32x-install-new-adapter-into-heliosSR2JEEbundle_p2_installer.png, jbosstools32x-server-adapters-installed-into-heliosSR2JEEbundle.png, jbosstools32x-webtools-site-vs-33x-webtools-site.png, jbosstools33x-install-new-adapter-into-indigoSR1JEEbundle.png, jbosstools33x-server-adapters-installed-into-indigoSR1JEEbundle.png
>
>
> It seems what happens is you must make use of the org.eclipse.wst.server.discovery plugin. This plugin has a file (discovery.xml) which has "sites", and those sites (such as http://public.dhe.ibm.com/software/websphere/wasce/updates/) seem to be an eclipse update site.
> The entry point for this wizard is in the New Runtime wizard. At the top is a hyperlink that reads "Download other adapters" (or something similar). It then queries these sites, and allows you to select one of those available.
> It seems the objects are then downloaded as IInstallableUnit's, which is in the org.eclipse.equinox.p2.metadata package.
> I kinda lose track of it here, but, I suspect that after this it is downloaded as an actual eclipse bundle and added into the eclipse installation. But I guess I could trace through further
> Changes to our site would require adding the category and adding it to certain features in our site.xml.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-12766) new TP generation method includes slightly different output in the TP
by Ondrej Dockal (Jira)
[ https://issues.redhat.com/browse/JBIDE-12766?page=com.atlassian.jira.plug... ]
Ondrej Dockal closed JBIDE-12766.
---------------------------------
> new TP generation method includes slightly different output in the TP
> ---------------------------------------------------------------------
>
> Key: JBIDE-12766
> URL: https://issues.redhat.com/browse/JBIDE-12766
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, target-platform
> Affects Versions: 4.0.0.Beta1
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Priority: Major
>
> 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 was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBDS-631) Reverse Step filtering in Dev. studio
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBDS-631?page=com.atlassian.jira.plugin.... ]
Jeff MAURY closed JBDS-631.
---------------------------
Resolution: Done
> Reverse Step filtering in Dev. studio
> -------------------------------------
>
> Key: JBDS-631
> URL: https://issues.redhat.com/browse/JBDS-631
> Project: Red Hat CodeReady Studio (devstudio)
> Issue Type: Feature Request
> Components: 3rd-party-dependencies
> Affects Versions: 2.0.0.cr2
> Reporter: Shaun Appleton
> Priority: Major
> Fix For: 12.15.0.GA
>
>
> Would it be possible to have an option to reverse the step filtering? Ie. to have the filters be inclusion instead of exclusion filters?
> I am unsure about the normal case in enterprise development but in our case at least all packages are prefixed dk.telenor.*
> It would be very useful if it where possible to specify just one debugging step filter (ie. include dk.telenor packages).
> Workaround is to add all possible packages, select all then un-select the ones you are interested in.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months