[
https://issues.jboss.org/browse/JBDS-3338?page=com.atlassian.jira.plugin....
]
Mickael Istria commented on JBDS-3338:
--------------------------------------
This seems to be caused by Tycho now looking directly in target/ folder for a p2 repo,
which in most case should be an empty repository. But for JBDS, there are some
composite_.xml files that are created and that make Tycho believe there is actually a repo
there (which is wrong).
JBDS Build fails with Tycho 0.22
--------------------------------
Key: JBDS-3338
URL:
https://issues.jboss.org/browse/JBDS-3338
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: build, updatesite
Affects Versions: 9.0.0.Alpha1
Reporter: Mickael Istria
Assignee: Mickael Istria
Priority: Blocker
Fix For: 9.0.0.Alpha1
JBDS build is failing with Tycho 0.22
{code}
[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-p2-publisher-plugin:0.22.0:publish-products
(default-publish-products) on project installer:
Execution default-publish-products of goal
org.eclipse.tycho:tycho-p2-publisher-plugin:0.22.0:publish-products failed:
org.eclipse.equinox.p2.core.ProvisionException: Unable to read repository at
file:/qa/hudson_workspace/workspace/devstudio.product_master/sources/product/installer/target/.
No repository found at
file:/qa/hudson_workspace/workspace/devstudio.product_master/sources/product/installer/target/jbds/.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)