[jbosstools-issues] [JBoss JIRA] (JBIDE-15806) Migrate jbosstools-4.1.x and master branches to use Tycho 0.19.0
Andre Dietisheim (JIRA)
jira-events at lists.jboss.org
Tue Nov 5 04:38:02 EST 2013
[ https://issues.jboss.org/browse/JBIDE-15806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850750#comment-12850750 ]
Andre Dietisheim commented on JBIDE-15806:
------------------------------------------
works for openshift jbosstools-4.1.x
{code}
mvn clean verify -DtychoVersion=0.19.0 -Dtycho.localArtifacts=ignore
{code}
{code}
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building openshift.site 2.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ openshift.site ---
[INFO] Deleting /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/site/target
[INFO]
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ openshift.site ---
[INFO] The project's OSGi version is 2.5.1.Beta1-v20131105-0934
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean-1) @ openshift.site ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.1.201212231917:prepare-agent (default) @ openshift.site ---
[INFO] argLine set to -javaagent:/home/adietish/.m2/repository/org/jacoco/org.jacoco.agent/0.6.1.201212231917/org.jacoco.agent-0.6.1.201212231917-runtime.jar=destfile=/home/adietish/jboss-workspaces/jbosstools-github/target/jacoco.exec,append=true,includes=org.jboss.tools.*
[INFO]
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ openshift.site ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:0.19.0:publish-products (default-publish-products) @ openshift.site ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:0.19.0:publish-categories (default-publish-categories) @ openshift.site ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:0.19.0:attach-artifacts (default-attach-artifacts) @ openshift.site ---
[INFO]
[INFO] --- tycho-p2-repository-plugin:0.19.0:assemble-repository (default-assemble-repository) @ openshift.site ---
[INFO]
[INFO] --- tycho-p2-repository-plugin:0.19.0:archive-repository (default-archive-repository) @ openshift.site ---
[INFO] Building zip: /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/site/target/openshift.site-2.5.1-SNAPSHOT.zip
[INFO]
[INFO] --- repository-utils:0.16.0.CR2:generate-repository-facade (generate-facade) @ openshift.site ---
[WARNING] No org.jboss.tools.central.discovery plugin in repo. Skip generation of 'jbosstools-directory.xml'
[INFO] Building zip: /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/site/target/openshift.site-2.5.1-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] openshift.all ..................................... SUCCESS [0.337s]
[INFO] openshift.plugins ................................. SUCCESS [0.005s]
[INFO] org.jboss.tools.openshift.egit.core ............... SUCCESS [1.639s]
[INFO] org.jboss.tools.openshift.egit.ui ................. SUCCESS [0.360s]
[INFO] org.jboss.tools.openshift.express.client .......... SUCCESS [0.774s]
[INFO] org.jboss.tools.openshift.express.core ............ SUCCESS [1.478s]
[INFO] org.jboss.tools.openshift.express.ui .............. SUCCESS [3.641s]
[INFO] openshift.tests ................................... SUCCESS [0.005s]
[INFO] org.jboss.tools.openshift.egit.test ............... SUCCESS [18.991s]
[INFO] org.jboss.tools.openshift.express.test ............ SUCCESS [22.625s]
[INFO] openshift.features ................................ SUCCESS [0.009s]
[INFO] org.jboss.tools.openshift.egit.integration.feature SUCCESS [0.183s]
[INFO] org.jboss.tools.openshift.express.feature ......... SUCCESS [0.188s]
[INFO] org.jboss.tools.openshift.egit.integration.test.feature SUCCESS [0.102s]
[INFO] org.jboss.tools.openshift.express.test.feature .... SUCCESS [0.162s]
[INFO] openshift.site .................................... SUCCESS [5.380s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:17.010s
[INFO] Finished at: Tue Nov 05 10:34:59 CET 2013
[INFO] Final Memory: 75M/726M
[INFO] ------------------------------------------------------------------------
{code}
> Migrate jbosstools-4.1.x and master branches to use Tycho 0.19.0
> ----------------------------------------------------------------
>
> Key: JBIDE-15806
> URL: https://issues.jboss.org/browse/JBIDE-15806
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.1.1.CR1, 4.2.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Mickael Istria
>
> With the release of Tycho 0.19, we should explore moving up to that in our parent pom, Locus, and TP builds.
> {quote}
> Tycho milestone 0.19.0 has been released and is available from maven central.
> See the release notes [1] for details of enhancements and bug fixes in this release.
> Thanks to Mickael Istria, Nepomuk Seiler, Roland Grunberg, and Thanh Ha who contributed patches for this release.
> And thanks and to everyone who helped us with testing the staged version.
> Regards,
> Tycho team
> [1] http://wiki.eclipse.org/Tycho/Release_Notes/0.19
> {quote}
--
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