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

Unified Diff: compiler/build.xml

Issue 10872106: Fixed dartc test/build setup, so test can run on Windows. Might be related to dart:2623 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removed debugging printouts Created 8 years, 4 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/dart-compiler.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/build.xml
diff --git a/compiler/build.xml b/compiler/build.xml
index 0bff03fd959262b9552d32d53492b7dd8850e36b..c9ccff9f9bae45da38d24e4001fe2817669a4a0c 100644
--- a/compiler/build.xml
+++ b/compiler/build.xml
@@ -140,6 +140,12 @@
</copy>
<chmod file="${dist.dir}/bin/dart_analyzer" perm="a+rx"/>
+ <copy file="scripts/dart_analyzer.bat" tofile="${dist.dir}/bin/dart_analyzer.bat">
+ <filterset>
+ <filter token="CLASSPATH" value="$DART_ANALYZER_LIBS/dart_analyzer.jar:${analyzer.classpath.runtime.win}"/>
+ </filterset>
+ </copy>
+
<!--
TODO: The following files are not strictly due to dist, move them out.
-->
« no previous file with comments | « no previous file | compiler/dart-compiler.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698