Revision: 6575 Author: [email protected] Date: Sat Oct 31 08:00:32 2009 Log: tr...@6574 was merged into this branch Added -web option to test.nometa.remote ant target. svn merge --ignore-ancestry -c 6574 https://google-web-toolkit.googlecode.com/svn/trunk .
http://code.google.com/p/google-web-toolkit/source/detail?r=6575 Modified: /releases/2.0/branch-info.txt /releases/2.0/user/build.xml ======================================= --- /releases/2.0/branch-info.txt Fri Oct 30 16:12:45 2009 +++ /releases/2.0/branch-info.txt Sat Oct 31 08:00:32 2009 @@ -143,6 +143,10 @@ Revert r6456 because it was causing JUnitShell to wait indefinitely. svn merge --ignore-ancestry -c 6570 http://google-web-toolkit.googlecode.com/svn/trunk/ . -tr...@6570 was merged into this branch +tr...@6572 was merged into this branch Fixing the UiBinderTestApp svn merge --ignore-ancestry -c 6572 https://google-web-toolkit.googlecode.com/svn/trunk . + +tr...@6574 was merged into this branch + Added -web option to test.nometa.remote ant target. + svn merge --ignore-ancestry -c 6574 https://google-web-toolkit.googlecode.com/svn/trunk . ======================================= --- /releases/2.0/user/build.xml Wed Oct 28 08:49:46 2009 +++ /releases/2.0/user/build.xml Sat Oct 31 08:00:32 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 -~----------~----~----~----~------~----~------~--~---
