]
Paul Leacu resolved JBTIS-539.
------------------------------
Fix Version/s: 9.0.0.Beta1
Resolution: Done
Cleaned things up a little. If you haven't changed the TP then all you need do is:
{code}
1. Check out sources from master branch
2. cd ./jbosstools; mvn clean install; cd ..
3. cd ./devstudio;mvn clean install
-DCOMPOSITE_EA_SITE=file://`pwd`/../jbosstools/site-ea/target/repository/
{code}
missing dependency org.kie.eclipse when building JBDS IS
--------------------------------------------------------
Key: JBTIS-539
URL:
https://issues.jboss.org/browse/JBTIS-539
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: distribution
Affects Versions: 4.3.0.Beta1
Reporter: Nick Boldt
Assignee: Paul Leacu
Fix For: 9.0.0.Beta1
When I try to build the JBDS IS site, I get a missing dependency. What am I doing wrong?
1. check out sources from master branch
2. cd target-platform; mvn clean install -Pmirror
(works)
3. cd ../jbosstools; mvn clean install -Pstable -Pearlyaccess
(works)
4. cd ../devstudio; mvn clean install -Pstable -Pearlyaccess
Fails:
{code}
[INFO] Resolving dependencies of MavenProject:
com.jboss.jbds.integration-stack:site-ea:9.0.0-SNAPSHOT @
/home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-stack/devstudio/site-ea/pom.xml
[INFO] {osgi.os=macosx, osgi.ws=cocoa, org.eclipse.update.install.features=true,
osgi.arch=x86_64}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: site-ea
raw:9.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):9.0.0-SNAPSHOT
[ERROR] Missing requirement: site-ea
raw:9.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):9.0.0-SNAPSHOT requires
'org.kie.eclipse.feature.feature.group 0.0.0' but it could not be found{code}
From where should I be resolving org.kie.eclipse.feature? It's in the JBTIS site, but
JBDSIS can't find it. :(