[
https://issues.jboss.org/browse/ARQ-638?page=com.atlassian.jira.plugin.sy...
]
Aslak Knutsen commented on ARQ-638:
-----------------------------------
This could be a feature of the AS7 Managed Container impl controlled via
ContainerConfiguration.
{code}
void setup(config) {
if(config.clean()) {
delete(config.getJbossHome(), config.getConfiguration(), 'tmp')
....
}
}
{code}
Option to "clean" the container before running tests
----------------------------------------------------
Key: ARQ-638
URL:
https://issues.jboss.org/browse/ARQ-638
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Configuration, JBoss Containers
Affects Versions: 1.0.0.CR5
Reporter: Ondrej Zizka
It would be nice to have an option to have the container cleaned before launching it.
For AS7 as an example, that would mean deleting
* standalone/log
* standalone/data
* standalone/tmp
* standalone/deployments (?)
--
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