[
https://issues.jboss.org/browse/JBIDE-12387?page=com.atlassian.jira.plugi...
]
Andrej Podhradsky updated JBIDE-12387:
--------------------------------------
Steps to Reproduce:
1. Add the following profile
<profile>
<id>jbds</id>
<repositories>
<repository>
<id>jbosstools-target-site</id>
<
url>http://www.qa.jboss.com/binaries/RHDS/updates/jbds-target-platform...
<layout>p2</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>core</id>
<
url>http://www.qa.jboss.com/binaries/RHDS/updates/development/5.0.1.GA...
<layout>p2</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>soa</id>
<
url>http://www.qa.jboss.com/binaries/RHDS/updates/development/5.0.0.GA...
rl>
<layout>p2</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>swtbot</id>
<
url>http://download.eclipse.org/technology/swtbot/helios/dev-build/upd...
<layout>p2</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>
</profile>
2. Run 'mvn clean install -Pjbds'
was:
1. Add the following profile
<profile>
<id>jbds</id>
<repositories>
<repository>
<id>jbosstools-target-site</id>
<
url>http://www.qa.jboss.com/binaries/RHDS/updates/jbds-target-platform...
<layout>p2</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>core</id>
<
url>http://www.qa.jboss.com/binaries/RHDS/updates/development/5.0.1.GA...
<layout>p2</layout>
<snapshots>
2. Run 'mvn clean install -Pjbds'
Cannot run swtbot test against JBDS
-----------------------------------
Key: JBIDE-12387
URL:
https://issues.jboss.org/browse/JBIDE-12387
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Reporter: Andrej Podhradsky
Assignee: Nick Boldt
I tried to run swt bot tests (bpel) using maven against JBDS (5.0.1) but the following
error occurs
[ERROR] Cannot resolve project dependencies:
[ERROR] You requested to install 'org.eclipse.platform.ide 0.0.0' but it could
not be found
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira