[jboss-jira] [JBoss JIRA] (AS7-6350) Remove hard-coded paths to AS distribution

Ondrej Zizka (JIRA) jira-events at lists.jboss.org
Tue Jan 22 16:14:22 EST 2013


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

Ondrej Zizka commented on AS7-6350:
-----------------------------------

What I would suggest here is to make Arq modules use `jboss.dist` instead of `jboss.home` as it could clash with testsuite's `jboss.home`, and then use 
{code}
-Djboss.dist=${pwd}build/target/jboss-eap-${project.version}`.
{code}

Another alternative is to parametrize the path for whole AS build.

                
> Remove hard-coded paths to AS distribution
> ------------------------------------------
>
>                 Key: AS7-6350
>                 URL: https://issues.jboss.org/browse/AS7-6350
>             Project: Application Server 7
>          Issue Type: Enhancement
>          Components: Build System, Test Suite
>            Reporter: Paul Gier
>            Assignee: Ondrej Zizka
>             Fix For: 7.2.0.Alpha1
>
>
> There are currently a lot of places in the arquillian and testsuite modules which contain a hard-coded path to the location of the AS distribution (build/target/jbossas).  This makes it difficult to change this path when re-branding the AS.
> It would be good if these could be configured to use a single POM property such as jboss.home and/or jboss.dist so that the path can be updated in a single place.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list