2011/06/25

Eclipse 3.7 Indigo for Linux and empty list of Available Software Sites

I just installed the Eclipse 3.7 Indigo release in my Debian GNU/Linux Squeeze box but the list of "Available Software Sites" was empty.

In this blog the problem was solved using this link:

http://download.eclipse.org/releases/indigo





2011/06/08

ECJ mavenized!

ECJ v20 has finally been mavenized and now lives in the Maven's central repository, enjoy!

<dependency>
        <groupId>edu.gmu.cs</groupId>
        <artifactId>ecj</artifactId>
        <version>20.0</version>
        <type>jar</type>
</dependency>

The project is hosted by The Open Source Project Repository Hosting at Sonatype.