Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2238)

Unified Diff: editor/docs/README.txt

Issue 8631010: Move bundled libraries out of plugins (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | editor/tools/features/com.google.dart.tools.deploy.feature/feature.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/docs/README.txt
===================================================================
--- editor/docs/README.txt (revision 1856)
+++ editor/docs/README.txt (working copy)
@@ -183,6 +183,22 @@
files.
====================================
+ Building Dart Libraries
+====================================
+
+For development, we require that the Eclipse installation directory have a "libraries" directory
+containing the bundled dart:<name> libraries (e.g. dart:core). To build this directory...
+
+1) Right click on editor/build/build_rcp.xml
+2) Select "Run As > Ant Build..."
+3) Click the "Targets" tab and make sure only the "setupDevWorkspace" target is checked
+4) Click the "JRE" tab and select "Run in the same JRE as the workspace"
+5) Click "Run"
+
+Alternately, you can run the Ant script outside Eclipse
+by defining the "eclipse.home" property to point to your Eclipse installation
+
+====================================
Launching the Dart Editor
====================================
« no previous file with comments | « no previous file | editor/tools/features/com.google.dart.tools.deploy.feature/feature.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698