Author: [email protected]
Date: Mon Apr 6 09:50:04 2009
New Revision: 5188
Modified:
releases/1.6/user/src/com/google/gwt/junit/tools/junit-hosted.cmdsrc
releases/1.6/user/src/com/google/gwt/junit/tools/junit-hostedsrc
releases/1.6/user/src/com/google/gwt/junit/tools/junit-web.cmdsrc
releases/1.6/user/src/com/google/gwt/junit/tools/junit-websrc
Log:
Updated junitCreator templates to find bytecode in /war/WEB-INF/classes
rather than /bin.
Modified:
releases/1.6/user/src/com/google/gwt/junit/tools/junit-hosted.cmdsrc
==============================================================================
--- releases/1.6/user/src/com/google/gwt/junit/tools/junit-hosted.cmdsrc
(original)
+++ releases/1.6/user/src/com/google/gwt/junit/tools/junit-hosted.cmdsrc
Mon Apr 6 09:50:04 2009
@@ -1 +1 @@
-...@java -Dgwt.args="-out www-test" -Xmx256M
-cp
"%~dp0\src;%~dp0\test;%~dp0\bin;@junitPath;@gwtUserPath;@gwtdevp...@extraclasspathssemicolon"
junit.textui.TestRunner @clientpacka...@classname %*
\ No newline at end of file
+...@java -Dgwt.args="-out www-test" -Xmx256M
-cp
"%~dp0\src;%~dp0\test;%~dp0\war\WEB-INF\classes;@junitPath;@gwtUserPath;@gwtdevp...@extraclasspathssemicolon"
junit.textui.TestRunner @clientpacka...@classname %*
\ No newline at end of file
Modified: releases/1.6/user/src/com/google/gwt/junit/tools/junit-hostedsrc
==============================================================================
--- releases/1.6/user/src/com/google/gwt/junit/tools/junit-hostedsrc
(original)
+++ releases/1.6/user/src/com/google/gwt/junit/tools/junit-hostedsrc Mon
Apr 6 09:50:04 2009
@@ -1,3 +1,3 @@
#!/bin/sh
APPDIR=`dirname $0`;
-java @vmargs -Dgwt.args="-out www-test" -Xmx256M
-cp
"$APPDIR/src:$APPDIR/test:$APPDIR/bin:@junitPath:@gwtUserPath:@gwtdevp...@extraclasspathscolon"
junit.textui.TestRunner @clientpacka...@classname "$@";
+java @vmargs -Dgwt.args="-out www-test" -Xmx256M
-cp
"$APPDIR/src:$APPDIR/test:$APPDIR/war/WEB-INF/classes:@junitPath:@gwtUserPath:@gwtdevp...@extraclasspathscolon"
junit.textui.TestRunner @clientpacka...@classname "$@";
Modified: releases/1.6/user/src/com/google/gwt/junit/tools/junit-web.cmdsrc
==============================================================================
--- releases/1.6/user/src/com/google/gwt/junit/tools/junit-web.cmdsrc
(original)
+++ releases/1.6/user/src/com/google/gwt/junit/tools/junit-web.cmdsrc Mon
Apr 6 09:50:04 2009
@@ -1 +1 @@
-...@java -Dgwt.args="-web -out www-test" -Xmx256M
-cp
"%~dp0\src;%~dp0\test;%~dp0\bin;@junitPath;@gwtUserPath;@gwtdevp...@extraclasspathssemicolon"
junit.textui.TestRunner @clientpacka...@classname %*
\ No newline at end of file
+...@java -Dgwt.args="-web -out www-test" -Xmx256M
-cp
"%~dp0\src;%~dp0\test;%~dp0\war\WEB-INF\classes;@junitPath;@gwtUserPath;@gwtdevp...@extraclasspathssemicolon"
junit.textui.TestRunner @clientpacka...@classname %*
\ No newline at end of file
Modified: releases/1.6/user/src/com/google/gwt/junit/tools/junit-websrc
==============================================================================
--- releases/1.6/user/src/com/google/gwt/junit/tools/junit-websrc
(original)
+++ releases/1.6/user/src/com/google/gwt/junit/tools/junit-websrc Mon Apr
6 09:50:04 2009
@@ -1,3 +1,3 @@
#!/bin/sh
APPDIR=`dirname $0`;
-java @vmargs -Dgwt.args="-web -out www-test" -Xmx256M
-cp
"$APPDIR/src:$APPDIR/test:$APPDIR/bin:@junitPath:@gwtUserPath:@gwtdevp...@extraclasspathscolon"
junit.textui.TestRunner @clientpacka...@classname "$@";
+java @vmargs -Dgwt.args="-web -out www-test" -Xmx256M
-cp
"$APPDIR/src:$APPDIR/test:$APPDIR/war/WEB-INF/classes:@junitPath:@gwtUserPath:@gwtdevp...@extraclasspathscolon"
junit.textui.TestRunner @clientpacka...@classname "$@";
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---