]
Jeff MAURY commented on JBIDE-24129:
------------------------------------
I took the 2) approach when providing the PR for webservices. The goal for having the
itests into the component repo is to have the dev team write itests with new features and
having to download DevStudio would be counter-productive. So I'm more 2) oriented even
if it requires more attention in the beginning.
download-devstudio profile breaks component builds
--------------------------------------------------
Key: JBIDE-24129
URL:
https://issues.jboss.org/browse/JBIDE-24129
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, integration-tests
Affects Versions: 4.4.4.AM2
Reporter: Pavol Srna
Assignee: Pavol Srna
Priority: Critical
Fix For: 4.4.4.AM3
We have used download-devstudio profile to run the integration tests against full
devstudio in the past. This stopped working recently.
{code}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: com.jboss.devstudio.core.feature.feature.group
10.4.0.v20170324-0935
[ERROR] Missing requirement: com.jboss.devstudio.core.rpm.feature.feature.group
10.4.0.v20170324-0935 requires 'org.jboss.ide.eclipse.as.feature.feature.group
[3.2.4.v20170315-1707]' but it could not be found
[ERROR] Cannot satisfy dependency: com.jboss.devstudio.core.feature.feature.group
10.4.0.v20170324-0935 depends on: com.jboss.devstudio.core.rpm.feature.feature.group
[10.4.0.v20170324-0935]
[ERROR]
[ERROR] See
http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for
help.
[ERROR] Cannot resolve dependencies of MavenProject:
org.jboss.tools.as.plugins:org.jboss.ide.eclipse.as.dmr:3.2.4-SNAPSHOT @
/Users/psrna/GitHub/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.dmr/pom.xml: See
log for details -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
{code}