Sorry for the late response, somehow missed this email on Friday. Our initial focus for tycho was (and still is) building eclipse plugins developed with PDE. As such, tycho requires all dependencies to be OSGi bundles and uses build target platform to resolve dependencies. Next dev build will have initial target platform management support, however, and can use bundles coming from maven repository.
As far as I know, httpclient jar does not have necessary OSGi manifest attributes, and cannot be directly used in a tycho build. Our current approach is to "wrap" such artifacts into OSGi bundles (see, for example, how we include maven embedder into m2e) but I am open for suggestions about how to make consumption of plain JARs in tycho builds easier. > I have a MANIFEST.MF declaring this dependency: > Require-Bundle: org.apache.commons.httpclient > > I'm trying to stick the httpclient Jar into my local repository so that > Maven/Tycho can resolve this dependency. > > I tried several combinations of groupId, artifactId and version when > installing > my artifact into the local repository, but I am unable to make this error > go > away: > > Resolution errors: > Bundle mybundle - Missing Constraint: Require-Bundle: > org.apache.commons.httpclient; bundle-version="0.0.0" > > What would be the correct coordinate? > > Is Maven/Tycho able to resolve Eclipse plugin dependencies from the local > repository? > > Thanks! > -Max > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email