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

Unified Diff: compiler/eclipse.workspace/README.txt

Issue 9677041: Remove D8 and JS compiling cruft from dartc eclipse config (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated patch Created 8 years, 9 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 | compiler/eclipse.workspace/dartc/.classpath » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/eclipse.workspace/README.txt
diff --git a/compiler/eclipse.workspace/README.txt b/compiler/eclipse.workspace/README.txt
index 42c47bbfa9feefaf1b13df828822f40f90d1fae6..3f0eaa07bb40d9ffa2449707da71fcc8fdbf79f6 100644
--- a/compiler/eclipse.workspace/README.txt
+++ b/compiler/eclipse.workspace/README.txt
@@ -12,8 +12,6 @@ HOW TO
3. Add the following "Path Variable" to your workspace:
(Open Preferences... > General > Workspace > Linked Resources)
DART_TRUNK: point to the root of your checkout
- D8_EXEC: for example DART_TRUNK/compiler/out/Debug_dartc/d8
- or on a mac DART_TRUNK/compiler/xcodebuild/Debug_dashc/d8
4. Add a "Classpath Variable" to your workspace called DART_TRUNK
@@ -33,27 +31,19 @@ HOW TO
9. Click Finish. (At this point Eclipse may get stuck, if so, exit
Eclipse by right-clicking on the dock icon, and restart).
-10. Repeat steps 5-9, to import the project in third_party/closure-compiler-src
-
-11. Open the "build.xml" file in the "closure-compiler-src" project.
-
-12. In the Outline view, right-click on the "jar [default]" target, and select
- "Run as..." > "Ant Build". (This will build its version of Rhino and JarJar
- it).
-
-13. Open Preferences... > Java > Compiler > Errors/Warnings > Potential
+10. Open Preferences... > Java > Compiler > Errors/Warnings > Potential
programming problems. Change "Serializable class without
serialVersionUID" to "Ignore".
-14. Import the launch configuration (File > Import... > Run/Debug >
+11. Import the launch configuration (File > Import... > Run/Debug >
Launch Configurations).
-15. Click "Next >"
+12. Click "Next >"
-16. In SVN, browse to: compiler/eclipse.workspace/tests.
+13. In SVN, browse to: compiler/eclipse.workspace/tests.
-17. Select "tests".
+14. Select "tests".
-18. Click Finish.
+15. Click Finish.
-19. Try running the tests: Run > Run History > dartc test suites.
+16. Try running the tests: Run > Run History > dartc test suites.
« no previous file with comments | « no previous file | compiler/eclipse.workspace/dartc/.classpath » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698