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

Mickael Istria (JIRA) jira-events at lists.jboss.org
Wed May 16 05:55:20 EDT 2012


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

Mickael Istria commented on JBIDE-11714:
----------------------------------------

> What happens when we need AS 7.0, 7.1 and 7.2 ? Will mvn be ok downloading that ?

You end by multiple GAV <artifactItem> in the <artifactItems> element.

> And I couldn't see how the destination directory ended up being known to the tests ? Which property do they get that information from ?

In the specific case of this test, it's in the swtbot.properties file. Some other tests directly use systemProperties in pom.

> One thing i'm not sure about but did the old requirements unzip into a project target folder as done in this or did it share the unzipped content ?

The "managed by Ant and requirements.properties" approach downloads and unzips in [root]/requirements/target. However, since there is one copy of requirements/ for each job, it is not shared on Hudson.
Locally, if you use the same requirements/ folder, unzipped version are shared (I guess). With Maven, you share only zipped version, in the M2_REPO.
                
> 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
>
>         Attachments: JBIDE-11714-ws-sample.patch
>
>
> 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