Hi!
I downloaded the latest GWT sources (trunk and tools) and compiled it successfully with ant. But when I run "ant test" I get the following error:
compile.tests:
[mkdir] Created dir: C:\work-gwt-test\trunk\build\out\build-tools\ant-gwt\bin-test
[gwt.javac] Compiling 2 source files to C:\work-gwt-test\trunk\build\out\build-tools\ant-gwt\bin-test
[gwt.javac] C:\work-gwt-test\trunk\build-tools\ant-gwt\test\com\google\gwt\ant\taskdefs\SvnInfoTest.java:53: error: cannot access Task
[gwt.javac] gitSvnInfo = SvnInfo.getGitSvnInfo(dir);
[gwt.javac] ^
[gwt.javac] class file for org.apache.tools.ant.Task not found
[gwt.javac] 1 error
BUILD FAILED
C:\work-gwt-test\trunk\build.xml:137: The following error occurred while executing this line:
C:\work-gwt-test\trunk\build.xml:27: The following error occurred while executing this line:
C:\work-gwt-test\trunk\build.xml:110: The following error occurred while executing this line:
C:\work-gwt-test\trunk\build-tools\build.xml:36: The following error occurred while executing this line:
C:\work-gwt-test\trunk\build-tools\build.xml:10: The following error occurred while executing this line:
C:\work-gwt-test\trunk\build-tools\ant-gwt\build.xml:20: Compile failed; see the compiler error output for details.
What do I need to do in order to get this running? (I am using Windows 7.)
Thank you!
Marko