Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-dev] Update to Eclipse Juno, Goodbye Connectivity

Hi everybody,

I just checked in changes to trunk that
- remove the deprecated Connectivity system (bundles org.eclipse.smila.connectivity.*) completely.
- require Eclipse 4.2 as the target platform. Get it from http://download.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/.
- require checkstye-5.5-all.jar in the lib.dir for the build process (we still had 4.3 there, which doesn't check Java7 code correctly). Get it here: http://sourceforge.net/projects/checkstyle/files/
- use jacoco for code coverage measurement. Get it here: http://eclemma.org/jacoco/

See the HowTos in our wiki for more information:
http://wiki.eclipse.org/SMILA/Documentation/HowTo/Howto_set_up_dev_environment
http://wiki.eclipse.org/SMILA/Documentation/HowTo/Howto_set_up_target_platform
http://wiki.eclipse.org/SMILA/Documentation/HowTo/Howto_build_a_SMILA-Distribution

Cheers,
Juergen.

Back to the top