dart-archive / eclipse3

DEPRECATED - NO LONGER maintained/supported - Eclipse plugins and Dart Editor
8 stars 6 forks source link

eclipse3

Eclipse plugins and Dart Editor

Build Status

Getting and installing the Dart plugin

In Eclipse, choose Help > Install new software… and add this URL:

http://dart-lang.github.io/eclipse3

Providing feedback

Please file issues and feedback using the Github issue tracker.

Building

To check it out:

gclient config git@github.com:dart-lang/eclipse3.git
gclient sync
gclient runhooks

To setup your dev workspace:

cd tools/features/com.google.dart.tools.deploy.feature_releng
java -jar $ANTJAR -f build_rcp.xml -Declipse.home=$E3HOME setupDevWorkspace

To build plugins:

cd tools/features/com.google.dart.eclipse.feature_releng
java -jar $ANTJAR -f build.xml -Declipse.home=$E3HOME

To build editor:

cd tools/features/com.google.dart.tools.deploy.feature_releng
java -jar $ANTJAR -f build_rcp.xml -Declipse.home=$E3HOME

To commit:

git commit -m 'your message'
git cl upload
<repeat as necessary until lgtm>
git cl land

To resync ...

git pull