[arquillian-issues] [JBoss JIRA] Updated: (ARQ-212) Create export directory if it doesn't exist

Dan Allen (JIRA) jira-events at lists.jboss.org
Sat Jul 10 17:22:46 EDT 2010


     [ https://jira.jboss.org/browse/ARQ-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Allen updated ARQ-212:
--------------------------

    Attachment: ARQ-212.patch


Proposed patch. The only thing I'm not sure of is whether we want to do the checking for the existence of the export directory in the exporter or the configuration loader.

> 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
>
>         Attachments: ARQ-212.patch
>
>
> 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

        


More information about the arquillian-issues mailing list