Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] [m2e-dev] New m2e discovery catalog published

See replies inline.

On Sat, Jun 9, 2012 at 10:32 PM, Andrew Eisenberg <andrew@xxxxxxxxxxxx> wrote:
Great work!

Some questions:

* Do we have to do anything to make sure our old configurators remain
available?
Configurators/Connectors are listed in http://git.eclipse.org/c/m2e/m2e-discovery-catalog.git/tree/org.eclipse.m2e.discovery.oss/connectors.xml. They should be available provided they're flagged as compatible with the proper m2e version (see below) at build time, and all required dependencies are available, at run time.
 
* Will old configurators automatically be available for both m2e 1.0 and 1.1?
No, they need to declare <m2e-versions>1.0,1.1</m2e-versions> 

* What happens if you have different versions of your configurator
that is only installable on either juno or indigo (because of a tight
dependency on JDT, for example)?  Is there any way to specify this?
My understanding based on previous conversations is that this isn't
possible, but I just want to make sure.
This is not currently supported. My experience is that a connector targeted for Juno doesn't appear on the catalog when run on Indigo.
I haven't tried it, and don't know if that'd work but, maybe define 2 entries in the connectors.xml (one for each target platform) would work.


* If we need to make changes to existing configurators in the catalog,
what's the best way of doing this?
For the moment  http://wiki.eclipse.org/Submitting_M2E_marketplace_entries still applies. Make sure you provide test projects and instructions to properly test the connectors. We need to make sure connectors in the catalog don't break anything.
We'll try to make contributing connectors easier in the future but that's still a work in progress.
 

On Sat, Jun 9, 2012 at 10:09 AM, Fred Bricon <fbricon@xxxxxxxxx> wrote:
> Hi,
>
> we finally published the latest version of the m2e catalog for both m2e 1.0
> and 1.1 versions, available immediately. I would have published it yesterday
> as I planned originally, but had trouble connecting to Eclipse
> infrastructure.
>
> This new catalog adds :
> * m2e-apt (annotation processing support)
> : https://bugs.eclipse.org/bugs/show_bug.cgi?id=380147 (must be enabled
> explicitely in the workspace preferences under Maven > Annotation
> Processing)
> * m2e-jdt-compiler (support for compilerId=eclipse|jdt)
> :https://bugs.eclipse.org/bugs/show_bug.cgi?id=370983
> * m2e-wro4j (support for maven-wro4j-plugin)
>  : https://bugs.eclipse.org/bugs/show_bug.cgi?id=373129
>
> Kudos to Jason Van Zyl, who allowed us to release the catalog jars directly
> to Maven Central. I'll try to process/add new catalog entries next week.
>
> Regards,
>
> Fred Bricon
>
> --
> "Have you tried turning it off and on again" - The IT Crowd
>
> _______________________________________________
> m2e-dev mailing list
> m2e-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-dev
>
_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev



--
"Have you tried turning it off and on again" - The IT Crowd

Back to the top