Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Eclipse support for pomDependencies=consider

I believe this pretty much means rewriting large part of PDE from
scratch and Tycho development team does not have plans to do this.

--
Regards,
Igor

On 11-07-12 11:57 AM, Robert Munteanu wrote:
Thank you. Is there an open bug I can add myself to CC? If not, is one
worth opening?

Robert

On Mon, Jul 11, 2011 at 6:49 PM, Igor Fedorenko<igor@xxxxxxxxxxxxxx>  wrote:
You need to import pom-first projects into workspace, there is no
integration between PDE workspace target platform and Tycho
pomDependencies=consider feature.


--
Regards,
Igor

On 11-07-11 3:06 PM, Robert Munteanu wrote:

Hi,

I'm trying to set up a Tycho 0.12.0 build to include a jar file - with
proper OSGI headers - which is found in the local maven repository (
~/.m2/repository ) .

I've done the following:

- added pomDependencies = consider to target-platform-configuration in
the parent pom.xml
- added a dependency to the maven artifact in the parent pom.xml
- added a Require-Bundle statement to the MANIFEST.MF of one of the
plug-ins

This was enough for the maven build to resolve the target platform.

I have imported the projects in Eclipse ( including the parent one )
and have installed the M2Eclipse-Tycho configurator from the m2e
marketplace. The pom dependency is not resolved, and the MANIFEST.MF
Require-Bundle entry can not be resolved.

Is there anything I've missed?

Thanks,

Robert

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user






Back to the top