[jbosstools-issues] [JBoss JIRA] (JBIDE-23761) ensure that latest x.y.3 AS, archives, & runtime test-framework plugins/features are added to the coretests site

Nick Boldt (JIRA) issues at jboss.org
Fri Jan 20 11:37:00 EST 2017


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

Nick Boldt edited comment on JBIDE-23761 at 1/20/17 11:36 AM:
--------------------------------------------------------------

Rob's solution from 3 days ago was incomplete. Here are a couple more PRs to make it MORE complete:

https://github.com/jbosstools/jbosstools-server/pull/462 (merged already?)
https://github.com/jbosstools/jbosstools-server/pull/463 (to be merged)
https://github.com/jbosstools/jbosstools-server/pull/464 (not sure if this will help)

Basically the problem is that the jbosstools-server_master job is building the old x.y.2.v2016 versions of plugins into the update site it's creating, instead of the new x.y.3.v2017 versions:

{code}
http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-server_master/2017-01-20_07-39-38-B1393/all/repo/features/org.jboss.ide.eclipse.as.test.feature.source_3.2.2.v20161128-1945.jar
http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-server_master/2017-01-20_07-39-38-B1393/all/repo/features/org.jboss.ide.eclipse.as.test.feature_3.2.2.v20161128-1945.jar

http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-server_master/2017-01-20_07-39-38-B1393/all/repo/plugins/org.jboss.tools.as.itests.source_3.2.2.v20161121-2100.jar
http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-server_master/2017-01-20_07-39-38-B1393/all/repo/plugins/org.jboss.tools.as.itests_3.2.2.v20161121-2100.jar

http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-server_master/2017-01-20_07-39-38-B1393/all/repo/plugins/org.jboss.tools.as.management.itests.source_3.2.2.v20161128-1945.jar
http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-server_master/2017-01-20_07-39-38-B1393/all/repo/plugins/org.jboss.tools.as.management.itests_3.2.2.v20161128-1945.jar

http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-server_master/2017-01-20_07-39-38-B1393/all/repo/plugins/org.jboss.tools.as.test.core.source_3.2.2.v20161121-2100.jar
http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-server_master/2017-01-20_07-39-38-B1393/all/repo/plugins/org.jboss.tools.as.test.core_3.2.2.v20161121-2100.jar

http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-server_master/2017-01-20_07-39-38-B1393/all/repo/plugins/org.jboss.tools.jmx.core.test.source_1.8.2.v20161121-2100.jar
http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-server_master/2017-01-20_07-39-38-B1393/all/repo/plugins/org.jboss.tools.jmx.core.test_1.8.2.v20161121-2100.jar
{code}

instead of:

{code}
/home/nboldt/tru/jbosstools-server/site/target/repository/features/org.jboss.ide.eclipse.as.test.feature_3.2.3.v20170119-2212.jar
/home/nboldt/tru/jbosstools-server/site/target/repository/features/org.jboss.ide.eclipse.as.test.feature.source_3.2.3.v20170119-2212.jar

/home/nboldt/tru/jbosstools-server/site/target/repository/plugins/org.jboss.tools.as.itests_3.2.3.v20170119-2157.jar
/home/nboldt/tru/jbosstools-server/site/target/repository/plugins/org.jboss.tools.as.itests.source_3.2.3.v20170119-2157.jar

/home/nboldt/tru/jbosstools-server/site/target/repository/plugins/org.jboss.tools.as.management.itests_3.2.3.v20170119-2157.jar
/home/nboldt/tru/jbosstools-server/site/target/repository/plugins/org.jboss.tools.as.management.itests.source_3.2.3.v20170119-2157.jar

/home/nboldt/tru/jbosstools-server/site/target/repository/plugins/org.jboss.tools.as.test.core_3.2.3.v20170119-2157.jar
/home/nboldt/tru/jbosstools-server/site/target/repository/plugins/org.jboss.tools.as.test.core.source_3.2.3.v20170119-2157.jar

/home/nboldt/tru/jbosstools-server/site/target/repository/plugins/org.jboss.tools.jmx.core.test_1.8.3.v20170119-2157.jar
/home/nboldt/tru/jbosstools-server/site/target/repository/plugins/org.jboss.tools.jmx.core.test.source_1.8.3.v20170119-2157.jar
{code}


was (Author: nickboldt):
Rob's solution from 3 days ago was incomplete. Here are a couple more PRs to make it MORE complete:

https://github.com/jbosstools/jbosstools-server/pull/462 (merged already?)
https://github.com/jbosstools/jbosstools-server/pull/463 (to be merged)


> ensure that latest x.y.3 AS, archives, & runtime test-framework plugins/features are added to the coretests site
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-23761
>                 URL: https://issues.jboss.org/browse/JBIDE-23761
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build, server, updatesite
>    Affects Versions: 4.4.3.AM1
>            Reporter: Nick Boldt
>            Assignee: Rob Stryker
>             Fix For: 4.4.3.AM2
>
>
> [7:30 AM] Pavol Srna: @RobStryker hi Rob, got a minute?
> [7:31 AM] Pavol Srna: @RobStryker wondering if the (as, runtime) test-framework can be made available e.g. here: http://download.jboss.org/jbosstools/neon/snapshots/updates/coretests/master/
> [7:31 AM] Pavol Srna: what do you think?
> [7:34 AM] Pavol Srna: I don't see it in the org.jboss.ide.eclipse.as.test.feature on site, maybe needs a rebuild?
> [12:49 PM] Nick Boldt: if you want more test plugins/features in the coretests site... make sure they're part of the server site [1] and then PR me to add them to the coretests site [2].
> [1] http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-server_master/latest/all/repo/
> [2] http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-build-sites.aggregate.coretests-site_master/latest/all/repo/
> Submit PR against this:
> https://github.com/jbosstools/jbosstools-build-sites/blob/master/aggregate/coretests-site/category.xml#L50



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list