Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] IllegalArgumentException: bundleLocation not found

Hi Jeff,

> Do you use P2 repositories, Maven ones or a mix of both ?
> Did you declare your remote Maven repo as snapshots aware ?

the project is an incubator project whose POMs inherit from the
non-incubator project's POMs; these POMs are resolved from the declared
<repository>. See [1] for an example. Likewise, other build-related
artifacts (JARs containing license resources or checkstyle configuration
files) are resolved from the Maven repo at repo.eclipse.org.

Now, all code artifacts are supposed to be fetched from the
non-incubator project's p2 repository [3], which is properly declared in
the target definition.

Hope that explains the situation a bit more.

Andreas

[1]
<https://git.eclipse.org/c/recommenders.incubator/org.eclipse.recommenders.codesearch.git/tree/plugins/org.eclipse.recommenders.codesearch.rcp/pom.xml?id=2f6ba2c54624d34436d43908c169208f84f07900#n14>

[2]
<https://git.eclipse.org/c/recommenders.incubator/org.eclipse.recommenders.codesearch.git/tree/plugins/org.eclipse.recommenders.codesearch.rcp/pom.xml?id=2f6ba2c54624d34436d43908c169208f84f07900#n41>

[3] <http://download.eclipse.org/recommenders/updates/head/>

-- 
Codetrails UG (haftungsbeschränkt)
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940


Back to the top