OLD | NEW |
(Empty) | |
| 1 Notes about Dart Editor workspace setup, development, build, and deploy. |
| 2 |
| 3 ==================================== |
| 4 Building the Dart Editor |
| 5 ==================================== |
| 6 |
| 7 In the dart/editor/tools/features/com.google.dart.tools.deploy.feature_releng/bu
ild-settings |
| 8 directory, copy the user.properties file to <username>.properties, where <userna
me> is your |
| 9 login name. Adjust the two properties in that file to point to: |
| 10 |
| 11 -the Dart Editor source directory (dart/editor) |
| 12 -a build output directory |
| 13 |
| 14 Run the build_rcp.xml ant script in the com.google.dart.tools.deploy.feature_rel
eng project |
| 15 (ant -f build_rcp.xml). It will create Windows, Linux, and Mac builds in the 'ou
t' directory |
| 16 of the build directory specified above. |
OLD | NEW |