[jbosstools-issues] [JBoss JIRA] (JBIDE-11663) Both nightly-staging-composite and staging-aggregate profiles activated automatically for swtbot tests

Nick Boldt (JIRA) jira-events at lists.jboss.org
Wed Jun 6 10:46:18 EDT 2012


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

Nick Boldt commented on JBIDE-11663:
------------------------------------

Because the profiles in question aren't enabled by default so this change makes them optional:

{code}
                        <activation>
                                <!-- JBIDE-11663 disable automatic enablement when swtbot.test.skip = false 
                                <property>
                                        <name>swtbot.test.skip</name>
                                        <value>false</value>
                                </property>
                                -->
                        </activation>
{code}

                
> Both nightly-staging-composite and staging-aggregate profiles activated automatically for swtbot tests
> ------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-11663
>                 URL: https://issues.jboss.org/browse/JBIDE-11663
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng
>    Affects Versions: 3.3.0.Beta3
>            Reporter: Lucia Jelinkova
>            Assignee: Nick Boldt
>             Fix For: 3.4.0.M1
>
>
> With addition of staging-aggregate profiles there are 4 profiles activated by default when swtbot.test.skip property is set to "false" (as is used for all swtbot tests). 
> As a result, both the nightly and aggregation repositories are added for resolving target platform. 
> {code}
> [INFO] Adding repository http://download.jboss.org/jbosstools/updates/target-platform_3.3.indigo.SR2/latest/
> [INFO] Adding repository http://download.jboss.org/jbosstools/updates/nightly/soa-tooling/trunk/
> [INFO] Adding repository http://download.jboss.org/jbosstools/updates/nightly/core/trunk/
> [INFO] Adding repository http://download.jboss.org/jbosstools/builds/staging/_composite_/soa-tooling/trunk/
> [INFO] Adding repository http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk/
> {code}
> Please, remove automatic activation of those profiles when swtbot.test.skip=false. QE would prefer to specify those profiles on the command line. 

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