Eclipse plugins and Dart Editor
In Eclipse, choose Help > Install new software… and add this URL:
http://dart-lang.github.io/eclipse3
Please file issues and feedback using the Github issue tracker.
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