Eclipse

Informationen

Die Eclipse Projekt Homepage.

Die Eclipse Wiki Homepage.

Download Page

Web Tools Platform Projekt Homepage.

Projekt Papyrus UML Reverse Engineering, neues Projekt "Papyrus UML Light"

Eclipse IDE for Arduino

Installation

Eclipse Basis

Installation Eclipse IDE for Java EE Developers

Plugins

Groovy   Update URL: http://dist.springsource.org/release/GRECLIPSE/e4.7   alle Features

TestNG   Update URL: http://beust.com/eclipse   In Preferences -> TestNG  "Use project TestNG jar" ausschalten

Optionale Plugins

TypeScript Plugin Palantir  (Right-click on a project and select Configure->Enable TypeScript Builder)

ObjectAid Plugin für UML Diagramme

Bash Shell Script Editor ShellEd

StartExplorer 

Maven Integration m2eclipse (m2e)   Update URL: http://download.eclipse.org/technology/m2e/releases

EGit

Update URL: http://download.eclipse.org/egit/updates

Subclipse

Zum Subversion passende Version installieren, aktuell V1.8.

Update URL: http://subclipse.tigris.org/update_1.8.x (alle Komponenten)

Username und Passwort werden in %APPDATA%\Subversion\auth gecached, d.h. soll die Abfrage forciert werden, dieses Directory löschen.

Maven SCM Handler for Subclipse http://subclipse.tigris.org/m2eclipse/1.0

Scala

Scala IDE for Eclipse

JBoss Tools

Update URL: http://download.jboss.org/jbosstools/updates/stable/juno/

Update URL: http://download.scala-ide.org/releases-29/stable/site

Überprüfung der Installation

Check out Maven Projects from SCM

Run einer Applikation in Eclipse

Run Unittest mit TestNG

Einstellungen

Java Properties definieren (Beispiel):

In VM arguments:

-Drte.dir.root=${env_var:RTE_DIR_ROOT}

Externen Folder addieren:

New->Folder->Advanced->Link to alternate Location-Browse

Projekt Settings im Workspace, kopieren von

.metadata/.plugins/org.eclipse.core.runtime/.settings

Shortcuts

Tutorial von Vogella