Create export directory if it doesn't exist
-------------------------------------------
Key: ARQ-212
URL:
https://jira.jboss.org/browse/ARQ-212
Project: Arquillian
Issue Type: Bug
Components: Configuration
Affects Versions: 1.0.0.Alpha2
Reporter: Dan Allen
Priority: Minor
Fix For: 1.0.0.Alpha3
Arquillian supports exporting the archive to a directory when the test is run using the
following configuration:
<engine>
<deploymentExportPath>/tmp/</deploymentExportPath>
</engine>
However, if this directory doesn't exist, Arquillian fails. Instead, Arquillian should
attempt to create the directory (and any parent directory).
Also, the user should not be required to add a trailing slash. Be sure to add a test to
verify that it's not required.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira