[arquillian-issues] [JBoss JIRA] Commented: (ARQAJO-23) Setup matrix jobs for browser support

Karel Piwko (JIRA) jira-events at lists.jboss.org
Wed Sep 7 08:29:26 EDT 2011


    [ https://issues.jboss.org/browse/ARQAJO-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626767#comment-12626767 ] 

Karel Piwko commented on ARQAJO-23:
-----------------------------------

Lukas, Jura, Maven uses

{code}
${project.parent.basedir}
{code}

I'm usually reusing it as an extra property which has always the same absolute value independent of actual submodule:

{code:xml}
    <properties>
        <testsuite.basedir>${project.parent.basedir}/../../</testsuite.basedir>       <!-- dependending on parent location ../../ might not be needed -->
    </properties>
{code}

Than I can refer to ${testsuite.basedir} everywhere (parent, module, submodule, subsubmodule) and I always get a valid path.


> Setup matrix jobs for browser support
> -------------------------------------
>
>                 Key: ARQAJO-23
>                 URL: https://issues.jboss.org/browse/ARQAJO-23
>             Project: Arquillian Ajocado
>          Issue Type: Feature Request
>          Components: ftest
>            Reporter: Lukáš Fryč
>            Assignee: Juraj Huska
>             Fix For: 1.0.0.CR3
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the arquillian-issues mailing list