[
https://issues.jboss.org/browse/JBIDE-23761?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-23761:
-------------------------------------
Core tests site:
http://download.jboss.org/jbosstools/neon/snapshots/updates/coretests/mas...
If you click org.jboss.ide.eclipse.as.test.feature and open it, and look at the
feature.xml, it has following content:
{code}
<plugin id="org.jboss.tools.jmx.core.test" download-size="35"
install-size="68" version="1.8.2.v20161121-2100" />
<plugin id="org.jboss.tools.as.management.itests"
download-size="8528" install-size="8570"
version="3.2.2.v20161128-1945" unpack="false" />
<plugin id="org.jboss.tools.as.test.core" download-size="363"
install-size="734" version="3.2.2.v20161121-2100" />
<plugin id="org.jboss.tools.as.itests" download-size="65"
install-size="141" version="3.2.2.v20161121-2100" />
{code}
But the code in jbt-master has following content
{code}
<plugin id="org.jboss.tools.jmx.core.test"
download-size="0" install-size="0" version="0.0.0" />
<plugin id="org.jboss.ide.eclipse.as.reddeer"
download-size="0" install-size="0" version="0.0.0" />
<plugin id="org.jboss.tools.as.test.core" download-size="0"
install-size="0" version="0.0.0" />
<plugin id="org.jboss.tools.as.itests" download-size="0"
install-size="0" version="0.0.0" />
<plugin id="org.jboss.tools.as.management.itests"
download-size="0" install-size="0" version="0.0.0"
unpack="false" />
<plugin id="org.jboss.tools.as.ui.bot.itests"
download-size="0" install-size="0" version="0.0.0" />
{code}
So something here is very strange
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/mas...
[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-ser...
[2]
http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-bui...
Submit PR against this:
https://github.com/jbosstools/jbosstools-build-sites/blob/master/aggregat...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)