[jbosstools-issues] [JBoss JIRA] (JBIDE-11714) Replace requirements folder & requirements bootstrap job by "self-hosted" content in pom.xml ?

Vlado Pakan (JIRA) jira-events at lists.jboss.org
Fri May 4 10:42:17 EDT 2012


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

Vlado Pakan commented on JBIDE-11714:
-------------------------------------

In pom.xml file is this code:
{noformat}
<properties>
...
<jbosstools.test.jboss-as.home>${requirement.build.root}/jboss-as-web-7.0.2.Final</jbosstools.test.jboss-as.home>
    <systemProperties>... -Djbosstools.test.jboss-as.home=${jbosstools.test.jboss-as.home} ...</systemProperties>
...
</properties>
{noformat}

And in swtbot.properties file is this code:
{noformat}
SERVER=AS,7.0,default,${jbosstools.test.jboss-as.home}
{noformat}

As you can see variable ${jbosstools.test.jboss-as.home} is used to specify runtime location. swtbot.properties is special properties file used by swt bot tests.
If test needs something additional then system variables are used. For example richfaces library location is specified via system property as you can see in http://svn.jboss.org/repos/jbosstools/trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/pom.xml variable org.jboss.tools.vpe.ui.bot.test.richfaces.ui.jar.location
                
> Replace requirements folder & requirements bootstrap job by "self-hosted" content in pom.xml ?
> ----------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-11714
>                 URL: https://issues.jboss.org/browse/JBIDE-11714
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>    Affects Versions: 3.3.0.Beta3
>            Reporter: Mickael Istria
>            Assignee: Mickael Istria
>            Priority: Minor
>             Fix For: 3.3.0.CR1
>
>
> Currently, jobs depdend on the requirement folder to perform tests (requirement contains scripts aimed to retrieving runtimes for tests). Instead, we should think about creating a Maven Mojo or something more convenient so that test pom.xml could directly contain their setup.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list