Has anyone succeeded to get this working on Windows?
I'm using:
dart-sdk (win32) : revision 3325
Dart Editor (win32_x86_64) build 3325
I've followed the instructions and put a frog.options file in my Dart
Editor directory (next to the .exe) w/ the following content:
com.google.dart.tools.core/build/frog = true
com.google.dart.tools.core/deploy/frog = true
com.google.dart.tools.core/debug/frog = true
com.google.dart.tools.core/platform/name = frog
com.google.dart.tools.core/libraries/embedded =
com.google.dart.tools.core/libraries/path = dart-sdk/lib
When I launch the Dart Editor (with -debug frog.options command line)
and open the Sunflower sample, for instance, I get a compile error:
File not found: lib/html/html.dart
any ideas?