[
https://issues.jboss.org/browse/AS7-2996?page=com.atlassian.jira.plugin.s...
]
Ondrej Zizka commented on AS7-2996:
-----------------------------------
So, first, DR8 was missing jboss-modules.jar, that's fixed now.
Then, the ${jboss.dist} was overriden in the integration module. That's fixed too.
Now I'm getting
{code}
JBAS014681: Neither
/home/ondra/work/AS7/ozizka-as7/testsuite/integration/smoke/target/jbossas-smoke/standalone/configuration/standalone-full.xml
nor
/home/ondra/work/AS7/ozizka-as7/testsuite/integration/smoke/target/workdir/standalone-full.xml
exist
{code}
The problem is that the overriden Maven property works everywhere except Ant plugin which
is used to copy and configure the AS.
Looking for workaround.
TS: AS7 testsuite does not take -Djboss.dist from CLI and always runs
against the built AS7 from /build/target/jboss-as* dir
----------------------------------------------------------------------------------------------------------------------------
Key: AS7-2996
URL:
https://issues.jboss.org/browse/AS7-2996
Project: Application Server 7
Issue Type: Sub-task
Components: Test Suite
Reporter: Ivo Studensky
Assignee: Ondrej Zizka
Please check the usage of -Djboss.dist parameter provided from the command line. It seems
the testsuite does not take it and still uses jboss.dist as defined in
testsuite/pom.xml#<properties>. Looks like maven properties are a bit different than
system properties, read for example the following:
http://maven.40175.n5.nabble.com/Overriding-properties-from-command-line-...
Thanks.
--
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