[jbosstools-issues] [JBoss JIRA] (JBIDE-10013) Break OpenShift into its own component

Nick Boldt (Commented) (JIRA) jira-events at lists.jboss.org
Mon Oct 24 22:06:45 EDT 2011


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

Nick Boldt commented on JBIDE-10013:
------------------------------------

Ran the whole thing again from the pom-core.xml file using -Popenshift-bootstrap, and got one test plugin failing:

{code}
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] BUILD FAILURE
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.13.0:test (default-test) on project org.jboss.tools.openshift.egit.test: There are test failures.
{code}

So, I've changed that plugin's pom so it's a plugin, not a test-plugin:

{code}
openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml
{code}

When you have actual tests to run in that plugin, please revert these changes in the pom.xml. I left a TODO in there for you. :)

                
> Break OpenShift into its own component
> --------------------------------------
>
>                 Key: JBIDE-10013
>                 URL: https://issues.jboss.org/browse/JBIDE-10013
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: JBossAS/Servers, openshift
>    Affects Versions: 3.3.0.M4
>            Reporter: Rob Stryker
>            Assignee: Nick Boldt
>            Priority: Blocker
>             Fix For: 3.3.0.Beta1
>
>
> Openshift and egit plugins and features and tests need to be moved from the AsTools component into it's own. Steps are as follows:
> 1) Copy code over, including test features 
> 2) Modify descriptors / plugin.xml / feature.xml / site.xml etc
> 3) Remove openshift from astools build, including test features
> 4) Add openshift component to beta1 build
>   - 2 new jobs in Hudson
>   - link into ~/trunk/build/aggregate/*/site.xml as appropriate
> 5) update ~/trunk/build/pom*.xml to provide hooks to build w/ bootstrap
> 6) add to swimlanes.txt to record job interlinkages
> 7) verify both AS and OpenShift can build locally from bootstrap profiles
> 8) verify comtinuous and tests jobs work after this change, and that both AS and OpenShift components are built
> 9) verify new stuff in updates/nightly/trunk site (once aggregate builds are running again)

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