[
https://issues.jboss.org/browse/JBIDE-11121?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-11121 at 12/13/12 12:02 PM:
---------------------------------------------------------------
I think some steps might be missing. Here's what I had to do... or at least I *assume*
this will work. Had to shut down laptop while jbosstools-4.2.1.a tp build was running:
{code}
git clone
git://github.com/jbosstools/jbosstools-maven-plugins/
pushd jbosstools-maven-plugins/tycho-plugins/; mvn install; popd
git clone
git://github.com/mickaelistria/jbosstools-build.git
pushd jbosstools-build; git checkout JBIDE-11121
pushd parent; mvn install; popd
pushd target-platforms/jbosstools-4.2.1.a/; mvn install; popd
pushd target-platforms/soatools-4.2.1.a/; mvn install; popd
git clone
git://github.com/jbosstools/jbosstools-bpel.git
pushd jbosstools-bpel
sed -i -e "s/4.1.0.Alpha1-SNAPSHOT/4.1.0.JBIDE-11121-SNAPSHOT/g" pom.xml
mvn clean verify -P soa -Dno.jbosstools.site -Dtycho.localArtifacts=ignore
popd
{code}
was (Author: nickboldt):
I think some steps might be missing. Here's what I had to do:
{code}
git clone
git://github.com/jbosstools/jbosstools-maven-plugins/
pushd jbosstools-maven-plugins/tycho-plugins/; mvn install; popd
git clone
git://github.com/mickaelistria/jbosstools-build.git
pushd jbosstools-build; git checkout JBIDE-11121
pushd parent; mvn install; popd
pushd target-platforms/jbosstools-4.2.1.a/; mvn install; popd
pushd target-platforms/soatools-4.2.1.a/; mvn install; popd
git clone
git://github.com/jbosstools/jbosstools-bpel.git
pushd jbosstools-bpel
sed -i -e "s/4.1.0.Alpha1-SNAPSHOT/4.1.0.JBIDE-11121-SNAPSHOT/g" pom.xml
mvn clean verify -P soa -Dno.jbosstools.site -Dtycho.localArtifacts=ignore
popd
{code}
Generate target platforms for JBT/JBDS SOA Tooling which include:
JBT/JBDS Core TP + last stable Core milestone
---------------------------------------------------------------------------------------------------------------
Key: JBIDE-11121
URL:
https://issues.jboss.org/browse/JBIDE-11121
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: SOA Tooling
Affects Versions: 3.3.0.Beta1-SOA
Reporter: Nick Boldt
Assignee: Douglas Palmer
Priority: Blocker
Labels: f2f2012
Fix For: 4.0.0.Alpha1-SOA
Attachments: ModeShapeToolsBuildLog.txt
Generate target platforms for JBT/JBDS SOA Tooling which include:
1. JBT Core TP + last stable JBT Core milestone.
2. JBDS Core TP + last stable JBDS Core milestone.
Then, all SOA Component jobs should be rekeyed to use these new TPs when building instead
of the JBT/JBDS Core ones.
This includes Drools, which currently builds against Helios instead of Indigo, and
Savara, which has requirements which are not as yet in the JBT/JBDS Core TPs (eg., GMF and
Graphiti).
--
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