[
https://issues.jboss.org/browse/JBIDE-10982?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-10982:
------------------------------------
Does this mean we can now remove all the calls to ant to run this?
{code}
ant -f ${WORKSPACE}/build/results/collect-test-results.xml collect.test.results.for.hudson
-q -logger org.apache.tools.ant.NoBannerLogger
{code}
Instead of generating a 1-test dummy file with Ant script, use Maven
to generate empty TEXT-{classname}.xml files before running surefire
-----------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-10982
URL:
https://issues.jboss.org/browse/JBIDE-10982
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Build/Releng, testing
Affects Versions: 3.3.0.Beta1
Reporter: Nick Boldt
Assignee: Mickael Istria
Fix For: 3.3.0.Beta3
Instead of generating a 1-test dummy file with Ant script [1], use Maven to generate
*empty* TEXT-{classname}.xml files before running surefire.
That way should a test fail it won't be see as red, but as yellow (due to unparseable
TEST*.xml file).
[1]
http://anonsvn.jboss.org/repos/jbosstools/trunk/build/results/collect-tes...
See also JBIDE-10964
--
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