[JBoss JIRA] (JBTIS-1157) SY category in RH Central is not marked as installed if it is installed from update site
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1157?page=com.atlassian.jira.plugin... ]
Paul Leacu resolved JBTIS-1157.
-------------------------------
Resolution: Done
See !fix1.png|thumbnail!
To Test:
{code}
./devstudio -vmargs -Djboss.discovery.directory.url=https://devstudio.redhat.com/11/staging/updates/integration-stack/discovery/11.0.0.CR3-SNAPSHOT/devstudio-directory.xml -Djboss.discovery.site.integration-stack.url=https://devstudio.redhat.com/11/staging/updates/integration-stack/discovery/11.0.0.CR3-SNAPSHOT/
{code}
> SY category in RH Central is not marked as installed if it is installed from update site
> ----------------------------------------------------------------------------------------
>
> Key: JBTIS-1157
> URL: https://issues.jboss.org/browse/JBTIS-1157
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 11.0.0.CR2
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Fix For: 11.0.0.GA
>
> Attachments: devstudiois_central.png, fix1.png
>
>
> SwitchYard category in RH Central is not marked as installed if it is installed from update site.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months
[JBoss JIRA] (JBIDE-24788) [Maven 3.5] hibernate site does not include new hibernate.reddeer plugin; skipTests not working
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24788?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-24788:
------------------------------------
The first manifestation of this was that the hibernate site was not publishing the new hibernate.bot.ui and hibernate.reddeer plugins, so the coretests site was not picking them up and the integration tests site was broken due to the missing dep.
So I fixed that, but then realized that we introduced a circular self-dependency in the coretests site by adding the new ITests profile [1] to the parent pom. This meant that when building the coretests site, the maven reactor would resolve against a previous coretests site build, rather than the local artifacts of the local build. That too has been fixed.
But then I discovered another problem w/ the way that the browsersim deployment was being done - the resulting update site contained all the latest plugins physically, but was NOT containing them via the p2 metadata; the result was that the JBT aggregate site was broken due to missing dependency: org.jboss.tools.cordovasim.eclipse 3.8.4.v20170530-1153 requires 'bundle org.jboss.tools.browsersim.eclipse 3.8.0
So, I've had to redo the way the browsersim standalone zip is built and deployed... that work is in progress but will hopefully allow me to resolve the missing deps and get a good JBT aggregate site build. And from there, we can rebuild devstudio installer & rpm, and finally get the bits staged later today. Future work TBD in https://issues.jboss.org/browse/JBIDE-24798
> [Maven 3.5] hibernate site does not include new hibernate.reddeer plugin; skipTests not working
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-24788
> URL: https://issues.jboss.org/browse/JBIDE-24788
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.5.0.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 4.5.0.Final
>
>
> After switching jobs to use maven 3.5.0, publishing is no longer working -- old artifacts are being pulled from JBT site, rather than using locally-built artifacts.
> So, hibernate site does not include new hibernate.reddeer plugin, causing this failure in the integration tests site build:
> {code}11:54:30 [ERROR] Missing requirement: org.jboss.tools.forge.ui.bot.test 4.4.100.qualifier requires 'bundle org.jboss.tools.hibernate.reddeer 0.0.0' but it could not be found
> {code} - https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> Also, the -DskipTests flag is not working.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months