Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] m2e-tycho : what is its scope ?

Thanks Igor for your answer.
Importing m2e-eclipse projects in eclipse I could see how convenient is m2e-tycho, auto transforming those pom first bundle projects into "real" bundles.

Now, if I understand correctly, as an Eclipse plugin Manifest first developer, m2e-tycho is just useful to shutdown m2e errors messages about "I don't know what is an eclipse-plugin/eclipse-feature packaging".

Even more, still as an Eclipse plugin Manifest first developer, since I have to rely on PDE target platform resolver, the only value added by m2eclipse is to provide me with the "Run as Maven ..." contextual menus.

I trust you you had good reasons to stop investigating the use of Tycho dependency resolver inside
Eclipse, but if you committed this work in a (public) branch, I'd be curious to have a look.

Thanks again
Regards,
Anthony




 
Le contenu de ce courriel s'adresse au destinataire seulement. Il contient de l'information pouvant être confidentielle. Vous ne devez ni le copier ni l'utiliser ni le divulguer à qui que ce soit à moins que vous soyez le destinataire ou une personne désignée autorisée. Si vous le receviez par erreur, veuillez nous aviser immédiatement et le détruire.
 
The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.
 

De : tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] De la part de Igor Fedorenko
Envoyé : 27 octobre 2011 15:44
À : tycho-user@xxxxxxxxxxx
Objet : Re: [tycho-user] m2e-tycho : what is its scope ?

There is no well-defined scope and no roadmap for m2e-tycho. The project
was originally setup to help Sonatype developers work on m2e and related
projects and we still add and fix things on as needed basis.

I had a working prototype that used Tycho dependency resolver inside
Eclipse and it was able to compile and launch tests and applications,
all without PDE. Running Tycho dependency resolver inside Eclipse turned
out to be rather hard problem and I decided against developing the
prototype any further.

--
Regards,
Igor

On 11-10-27 10:38 AM, Dahanne, Anthony wrote:
> Hello all, I just tried m2e-tycho, and I'm wondering certain things
> about the roadmap of this m2e-eclipse extension. In fact, I
> understand it is a great way to expose a pom first bundle as a true
> bundle to Eclipse (and hence allow resolutions of import packages and
> require bundles from other bundles in the workspace), as Stuart
> mentioned no that long ago on bnd-tools mailing list
> http://groups.google.com/group/bndtools-users/browse_thread/thread/cd57ab1d9818542
>
>  Now, is there a roadmap, a goal , that would define what this plugin
> should do in the future ?
>
> In particular would it be possible to use this plugin to replace PDE
> in the IDE ?; if it was capable of resolving<repositories>  tags from
> Tycho project's pom and also<target>  couldn't we imagine that ?
>
> Importing a tycho project would be as easy as a importing any other
> projects with m2eclipse : import maven projects and you're done,
> everything is set up for you.(target platform, classpath entries)
>
> I hope my message makes sense, I did not find a project page about
> m2e-tycho, just the github repo
> (https://github.com/sonatype/m2eclipse-tycho ) and some messages on
> mailing lists.
>
> Thanks,
>
> Anthony Dahanne Développeur logiciel / Software Developer Compuware
> Montreal 75 Rue Queen, Suite 6500 Montreal, QC, Canada H3C 2N6
> +1-514-798-8949
>
>
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top