Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] ecj maven version

Hi Robert,

It seems you want  https://bugs.eclipse.org/476650  resolved.
Notable difference: that bug speaks about publishing to repo.eclipse.org, 
which is within our own reach, whereas no-one here seems to be
in the position to publish to maven central.

Also note, that you could always use the existing org.eclipse.jdt.core
artifacts as published on repo.eclipse.org.

cheers,
Stephan

----- ursprüngliche Nachricht ---------

Subject: [jdt-core-dev] ecj maven version
Date: Mi 23 Sep 2015 11:43:13 CEST
From: Robert Bain<robertandrewbain@xxxxxxxxx>
To: jdt-core-dev@xxxxxxxxxxx<jdt-core-dev@xxxxxxxxxxx>

I see that the most recently available version of ecj in maven central is:

<dependency>
    <groupId>org.eclipse.jdt.core.compiler</groupId>
    <artifactId>ecj</artifactId>
    <version>4.4.2</version>
</dependency>

Eclipse 4.5.0 comes with an updated jdt-core. Does anyone know who's responsible for maintaining this and if / when it's likely to be updated? The reason I ask is because my company is using the maven plugin for the build process but the jdt version embedded in Eclipse Mars whilst running up the app in dev mode / running unit tests from eclipse. We'd like to have the compiler version consistent across the board.


---- ursprüngliche Nachricht Ende ----

Back to the top