OLD | NEW |
1 Notes about Dart Editor workspace setup, development, build, and deploy. | 1 Notes about Dart Editor workspace setup, development, build, and deploy. |
2 | 2 |
3 ==================================== | 3 ==================================== |
4 Installation | 4 Installation |
5 ==================================== | 5 ==================================== |
6 | 6 |
7 * Install Eclipse 3.7 | 7 * Install Eclipse 3.7 |
8 http://eclipse.org/downloads/ | 8 http://eclipse.org/downloads/ |
9 | 9 |
10 * Install SVN support into Eclipse 3.7 | 10 * Install SVN support into Eclipse 3.7 |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 | 187 |
188 ==================================== | 188 ==================================== |
189 Launching the Plugin | 189 Launching the Plugin |
190 ==================================== | 190 ==================================== |
191 | 191 |
192 Once your projects have been imported, go to the Package Explorer and | 192 Once your projects have been imported, go to the Package Explorer and |
193 right-click on the "com.google.dart.tools.ui" project. Go to "Run As", and selec
t | 193 right-click on the "com.google.dart.tools.ui" project. Go to "Run As", and selec
t |
194 "Eclipse Application". Another instance of Eclipse should launch, running the Da
rt | 194 "Eclipse Application". Another instance of Eclipse should launch, running the Da
rt |
195 plugin! | 195 plugin! |
196 | 196 |
| 197 ==================================== |
| 198 Building Dart Editor |
| 199 ==================================== |
| 200 |
| 201 Run the build_rcp.xml ant script in the com.google.dart.tools.deploy.feature_rel
eng project. |
OLD | NEW |