[
https://issues.jboss.org/browse/JBIDE-11390?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-11390:
------------------------------------
Content here:
http://download.jboss.org/jbosstools/updates/nightly/coretests/trunk/
Available via parent pom. Include in your pom (eg. in runtime-soa/pom.xml) like this:
{code}
...
<repositories>
...
<repository>
<id>jbosstools-nightly-tests</id>
<url>${jbosstools-nightly-tests}</url>
<layout>p2</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
...
</repositories>
...
{code}
publish JBT test plugins to aggregate site so SOA can use them
downstream
-------------------------------------------------------------------------
Key: JBIDE-11390
URL:
https://issues.jboss.org/browse/JBIDE-11390
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Build/Releng, SOA Tooling, testing, updatesite
Affects Versions: 3.3.0.Beta1-SOA, 3.3.0.Beta3
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 3.3.0.Beta3
Builds like runtime-soa can't run tests because they depend on upstream plugins like
org.jboss.tools.runtime.test, which is published to the staging composite but NOT to an
aggregate site.
{code:title=http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/job/jbosstools-3.3_trunk.component--runtime-soa/16/console}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test
(default-test) on project org.jboss.tools.runtime.soa.test:
Cannot find test suite project
with Bundle-SymbolicName org.jboss.tools.runtime.test -> [Help 1]
{code}
So, because SOA depends on our stable site (nightly or milestone) we need a place to put
these plugins and features which is DIFFERENT from the webtools, core, soa & bottests
sites.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira