[jbosstools-issues] [JBoss JIRA] (JBIDE-15694) For JBIDE 4.1.1.Beta1: Code Freeze + Branch [OpenShift]

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Thu Oct 17 18:08:01 EDT 2013


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

Andre Dietisheim commented on JBIDE-15694:
------------------------------------------

running build initially failed. 

{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.18.1:compile (default-compile) on project org.jboss.tools.openshift.express.ui: Compilation failure: Compilation failure:
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/domain/DestroyDomainDialog.java:[38,0]
[ERROR] return (returnCode & INCLUDE_APPS) != 0;
[ERROR] ^^^^^^^^^^^^
[ERROR] INCLUDE_APPS cannot be resolved to a variable
[ERROR] 1 problem (1 error)
[ERROR] -> [Help 1]
{code}

The class it was complainign about was in org.jboss.tools.common.ui, tycho build had the following:

{code}
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.jboss.tools.common.ui/3.6.0.Alpha1-v20130930-1219
{code}

Ignoring locally built artifacts then helped:

{code}
-Dtycho.localArtifacts=ignore
{code}

{code}
mvn clean verify -Dtpc.version=4.31.0.Final -Dtycho.localArtifacts=ignore
{code}

finally worked:

{code}
[INFO] Reactor Summary:
[INFO] 
[INFO] openshift.all ..................................... SUCCESS [0.320s]
[INFO] openshift.plugins ................................. SUCCESS [0.010s]
[INFO] org.jboss.tools.openshift.egit.core ............... SUCCESS [1.747s]
[INFO] org.jboss.tools.openshift.egit.ui ................. SUCCESS [1.992s]
[INFO] org.jboss.tools.openshift.express.client .......... SUCCESS [1.323s]
[INFO] org.jboss.tools.openshift.express.core ............ SUCCESS [1.366s]
[INFO] org.jboss.tools.openshift.express.ui .............. SUCCESS [3.125s]
[INFO] openshift.tests ................................... SUCCESS [0.005s]
[INFO] org.jboss.tools.openshift.egit.test ............... SUCCESS [24.575s]
[INFO] org.jboss.tools.openshift.express.test ............ SUCCESS [24.079s]
[INFO] openshift.features ................................ SUCCESS [0.008s]
[INFO] org.jboss.tools.openshift.egit.integration.feature  SUCCESS [0.207s]
[INFO] org.jboss.tools.openshift.express.feature ......... SUCCESS [0.169s]
[INFO] org.jboss.tools.openshift.egit.integration.test.feature  SUCCESS [0.081s]
[INFO] org.jboss.tools.openshift.express.test.feature .... SUCCESS [0.122s]
[INFO] openshift.site .................................... SUCCESS [5.976s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:45.476s
[INFO] Finished at: Fri Oct 18 00:03:05 CEST 2013
[INFO] Final Memory: 79M/724M
{code}
                
> For JBIDE 4.1.1.Beta1: Code Freeze + Branch [OpenShift]
> -------------------------------------------------------
>
>                 Key: JBIDE-15694
>                 URL: https://issues.jboss.org/browse/JBIDE-15694
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: openshift
>            Reporter: Nick Boldt
>            Priority: Blocker
>              Labels: task
>             Fix For: 4.1.1.Beta1
>
>
> For JBIDE 4.1.1.Beta1 [OpenShift]: Please perform the following tasks:
> 0. If nothing has changed in your component since the last milestone or GA release on this branch, *{color:red}Reject this JIRA{color}*.
> Otherwise:
> 0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.1.1.Beta1
> 1. Ensure your component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1. 
> *NOTE:* If you already did this for the previous milestone you do *not* need to do so again.
> {code}
> mvn -Dtycho.mode=maven org.sonatype.tycho:tycho-versions-plugin:0.17.0:set-version -DnewVersion=1.0.1-SNAPSHOT
> {code}
> 2. Update your root pom to use parent pom version 4.1.1.Beta1-SNAPSHOT; 
> {code}
>   <parent>
>     <groupId>org.jboss.tools</groupId>
>     <artifactId>parent</artifactId>
>     <version>4.1.1.Beta1-SNAPSHOT</version>
>   </parent>
> {code}
> 3. Ensure you've built & run your plugin tests using the latest target platform version 4.31.0.Beta1;
> {code}
> mvn clean verify -Dtpc.version=4.31.0.Final  # (if the TP is already released)
>   or
> mvn clean verify -Dtpc.version=4.31.1.Alpha1-SNAPSHOT # (if still being staged)
> {code}
> 4. Branch from your existing jbosstools-4.1.x branch into a new jbosstools-4.1.1.Beta1x branch; 
> {code}
> git checkout jbosstools-4.1.x
> git pull origin jbosstools-4.1.x
> git checkout -b jbosstools-4.1.1.Beta1x
> git push origin jbosstools-4.1.1.Beta1x
> {code}
> 5. Close (not resolve) this JIRA when done.
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and+fixVersion+%3D+%227.1.0.Beta1%22%29+or+%28project+in+%28JBIDE%29+and+fixVersion+%3D+%224.1.1.Beta1%22%29%29+AND+labels+%3D+task], or [Search for OpenShift task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and+fixVersion+%3D+%227.1.0.Beta1%22%29+or+%28project+in+%28JBIDE%29+and+fixVersion+%3D+%224.1.1.Beta1%22%29%29+AND+labels+%3D+task+and+component+in+%28%22openshift%22%29]

--
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 jbosstools-issues mailing list