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

Unified Diff: editor/build/README.txt

Issue 8370010: Adjust and update the readmes for the editor. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 2 months 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/docs/README.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/build/README.txt
===================================================================
--- editor/build/README.txt (revision 0)
+++ editor/build/README.txt (revision 0)
@@ -0,0 +1,16 @@
+Notes about Dart Editor workspace setup, development, build, and deploy.
+
+====================================
+ Building the Dart Editor
+====================================
+
+In the dart/editor/tools/features/com.google.dart.tools.deploy.feature_releng/build-settings
+directory, copy the user.properties file to <username>.properties, where <username> is your
+login name. Adjust the two properties in that file to point to:
+
+ -the Dart Editor source directory (dart/editor)
+ -a build output directory
+
+Run the build_rcp.xml ant script in the com.google.dart.tools.deploy.feature_releng project
+(ant -f build_rcp.xml). It will create Windows, Linux, and Mac builds in the 'out' directory
+of the build directory specified above.
« no previous file with comments | « no previous file | editor/docs/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698