[
https://issues.jboss.org/browse/LOCUS-43?page=com.atlassian.jira.plugin.s...
]
Nick Boldt commented on LOCUS-43:
---------------------------------
Now, instead of a failure, when you build the TP and include sources, you get sources
(where available):
{code}
$ mvn clean install -Pmultiple2repo -Dmirror-target-to-repo.includeSources=true
$ cd target-platforms/multiple/target/locus-multiple.target.repo/plugins/ && ls |
sort | grep source
org.apache.ant.source_1.8.4.v201303080030.jar
org.apache.ant.source_1.8.4.v201303080030.jar.pack.gz
org.apache.commons.beanutils.source_1.8.0.v201205091237.jar
org.apache.commons.beanutils.source_1.8.0.v201205091237.jar.pack.gz
org.apache.commons.collections.source_3.2.0.v2013030210310.jar
org.apache.commons.collections.source_3.2.0.v2013030210310.jar.pack.gz
org.apache.commons.logging.source_1.1.1.v201101211721.jar
org.apache.commons.logging.source_1.1.1.v201101211721.jar.pack.gz
org.eclipse.osgi.source_3.8.2.v20130124-134944.jar
org.eclipse.osgi.source_3.8.2.v20130124-134944.jar.pack.gz
org.hamcrest.core.source_1.3.0.v201303031735.jar
org.hamcrest.core.source_1.3.0.v201303031735.jar.pack.gz
org.junit.source_4.11.0.v201303080030.jar
org.junit.source_4.11.0.v201303080030.jar.pack.gz
osgi.enterprise.source_4.2.0.v201108120515.jar
osgi.enterprise.source_4.2.0.v201108120515.jar.pack.gz
{code}
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
Fix For: 1.3.0
If you attempt to fetch sources with `-Dvalidate-target-platform.failOnError=true` or
`-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)