[
https://issues.jboss.org/browse/LOCUS-43?page=com.atlassian.jira.plugin.s...
]
Nick Boldt edited comment on LOCUS-43 at 7/8/15 3:48 PM:
---------------------------------------------------------
With this PR [1], the target platform can resolve these plugins onto disk:
[1]
https://github.com/jbosstools/jbosstools-locus/pull/45
{code:title=jbosstools-locus/target-platforms/multiple/target/locus-multiple.target.repo/plugins/}
$ ls | sort
org.aopalliance_1.0.0.v201105210816.jar
org.aopalliance_1.0.0.v201105210816.jar.pack.gz
org.apache.ant_1.8.4.v201303080030.jar
org.apache.ant_1.8.4.v201303080030.jar.pack.gz
org.apache.commons.beanutils_1.8.0.v201205091237.jar
org.apache.commons.beanutils_1.8.0.v201205091237.jar.pack.gz
org.apache.commons.collections_3.2.0.v2013030210310.jar
org.apache.commons.collections_3.2.0.v2013030210310.jar.pack.gz
org.apache.commons.logging_1.1.1.v201101211721.jar
org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz
org.eclipse.gemini.management_2.0.0.RELEASE.jar
org.eclipse.osgi_3.8.2.v20130124-134944.jar
org.eclipse.osgi_3.8.2.v20130124-134944.jar.pack.gz
org.hamcrest.core_1.3.0.v201303031735.jar
org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz
org.junit_4.11.0.v201303080030.jar
org.junit_4.11.0.v201303080030.jar.pack.gz
org.springframework.aop_3.1.4.RELEASE.jar
org.springframework.beans_3.1.4.RELEASE.jar
org.springframework.context_3.1.4.RELEASE.jar
org.springframework.core_3.1.4.RELEASE.jar
org.springframework.expression_3.1.4.RELEASE.jar
org.springframework.transaction_3.1.4.RELEASE.jar
osgi.enterprise_4.2.0.v201108120515.jar
osgi.enterprise_4.2.0.v201108120515.jar.pack.gz
{code}
was (Author: nickboldt):
https://github.com/jbosstools/jbosstools-locus/pull/45
Migrate Locus build to use org.jboss.tools.tycho-plugins and Tycho
0.22; fix tp resolution problems
---------------------------------------------------------------------------------------------------
Key: LOCUS-43
URL:
https://issues.jboss.org/browse/LOCUS-43
Project: JBoss Tools Locus
Issue Type: Bug
Affects Versions: 1.2.0
Reporter: Nick Boldt
If you attempt to fetch sources with -Dmirror-target-to-repo.includeSources=true the TP
build fails:
{code}
[INFO] Validating
/home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-locus/target-platforms/multiple/locus-multiple.target...
[ERROR] Resolution failed:
[ERROR] Software being installed: org.springframework.aop 3.1.4.RELEASE
[ERROR] Missing requirement: org.springframework.aop 3.1.4.RELEASE requires
'package org.aopalliance.aop [1.0.0,2.0.0)' but it could not be found
[INFO] Failed, see Error log below
[ERROR] Validation found errors in 1 .target files:
Could not resolve content of locus-multiple.target{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)