Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Latest commit

 

History

History
66 lines (45 loc) · 1.31 KB

readme.md

File metadata and controls

66 lines (45 loc) · 1.31 KB

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