Revision: 6574 Author: [email protected] Date: Sat Oct 31 07:56:31 2009 Log: Adding the missing -web option to test.nometa.remote target.
Patch by: jlabanca Review by: jat (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=6574 Modified: /trunk/user/build.xml ======================================= --- /trunk/user/build.xml Fri Oct 23 16:28:56 2009 +++ /trunk/user/build.xml Sat Oct 31 07:56:31 2009 @@ -239,7 +239,7 @@ <fileset id="test.nometa.remote.tests" dir="${javac.junit.out}" includes="${gwt.junit.testcase.web.includes}" excludes="${gwt.junit.testcase.web.excludes}" /> - <gwt.junit test.args="${test.args} -XdisableClassMetadata -out www -runStyle RemoteWeb:${gwt.hosts.web.remote} -batch module" + <gwt.junit test.args="${test.args} -XdisableClassMetadata -web -out www -runStyle RemoteWeb:${gwt.hosts.web.remote} -batch module" test.out="${junit.out}/nometa-remote" test.cases="test.nometa.remote.tests" > <extraclasspaths> --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
