]
Nick Boldt commented on JBTIS-539:
----------------------------------
Verified, your new approach works.
Here's a PR to update the READMEs in case you want the above documented for other
users:
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. :(