Revision: 6171 Author: [email protected] Date: Sun Sep 20 13:15:01 2009 Log: Fix dev tests.
http://code.google.com/p/google-web-toolkit/source/detail?r=6171 Modified: /branches/farewellSwt/dev/build.xml ======================================= --- /branches/farewellSwt/dev/build.xml Sun Sep 20 12:33:31 2009 +++ /branches/farewellSwt/dev/build.xml Sun Sep 20 13:15:01 2009 @@ -18,7 +18,8 @@ <target name="compile.tests" depends="build, compile.emma" description="Compiles the test code for this project"> <mkdir dir="${javac.junit.out}" /> - <gwt.javac destdir="${javac.junit.out}"> + <gwt.javac srcdir="" destdir="${javac.junit.out}"> + <src path="core/src" /> <src path="core/test" /> <src path="oophm/src" /> <src path="oophm/overlay" /> --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
