[arquillian-issues] [JBoss JIRA] Commented: (ARQ-148) Support EL-like expressions for sysprops and env variables in arquillian.xml

Karel Piwko (JIRA) jira-events at lists.jboss.org
Thu Sep 30 06:26:40 EDT 2010


    [ https://jira.jboss.org/browse/ARQ-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12554245#action_12554245 ] 

Karel Piwko commented on ARQ-148:
---------------------------------

A System.getProperty() call can be used to retrieve a property while processing XML configuration if it was passed to Surefire plugin. We can mimics Maven behavior, that is pass property value if found, pass String literally if property with given name was not found.

> Support EL-like expressions for sysprops and env variables in arquillian.xml
> ----------------------------------------------------------------------------
>
>                 Key: ARQ-148
>                 URL: https://jira.jboss.org/browse/ARQ-148
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: Configuration
>            Reporter: Andrew Rubinger
>             Fix For: 1.0.0.Beta1
>
>
> Likely we might need to rely on configuration available from the system or environment, so support usage like:
> <tag>${jboss.home}</tag>
> <tag>${env.jboss.home}</tag>
> ...inside arquillian.xml

-- 
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