[jboss-jira] [JBoss JIRA] (AS7-2211) TS: Fix -Ddebug (-Djpda)
Ondrej Zizka (JIRA)
jira-events at lists.jboss.org
Fri Mar 9 01:59:36 EST 2012
[ https://issues.jboss.org/browse/AS7-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12637075#comment-12637075 ]
Ondrej Zizka edited comment on AS7-2211 at 3/9/12 1:58 AM:
-----------------------------------------------------------
Fixed in integ pom.xml - `${surefire.system.args}` was not picked up. Now it's:
{code}
<server.jvm.args>$\{surefire.system.args} $\{ip.server.stack}</server.jvm.args>
{code}
was (Author: ozizka):
Fixed in integ pom.xml - `${surefire.system.args}` was not picked up. Now it's:
{code}
<server.jvm.args>${surefire.system.args} ${ip.server.stack}</server.jvm.args>
{code}
> TS: Fix -Ddebug (-Djpda)
> ------------------------
>
> Key: AS7-2211
> URL: https://issues.jboss.org/browse/AS7-2211
> Project: Application Server 7
> Issue Type: Sub-task
> Components: Test Suite
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
>
> {code}
> ozizka-as7/testsuite/integration $ mvn install -Dclustering.integration.tests -Djpda
> {code}
> doesn't work.
--
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
More information about the jboss-jira
mailing list