Hi, I've updated my packaging to make it possible to run the test suite. In order to run the test suite, I use the following command :
$ GWT_EXTTOOLS=~/mshared/tmp/gwt_build/gwt-TOOLS-svn/ ant -propertyfile debian/ant.properties -DartifactVersion=2.4.0 -f dev/build.xml test GWT_EXTTOOLS is the same as GWT_TOOLS, i.e. the location of a checkout of svn checkout http://google-web-toolkit.googlecode.com/svn/tools (I use a different env var to prevent using private libs instead of debian ones). Missing build deps : - htmlunit is now in debian - sablecc (needed to build jsilver) : http://sousmonlit.dyndns.org/~niol/gitweb/?p=sablecc.git/.git;a=summary - jsilver : http://sousmonlit.dyndns.org/~niol/gitweb/?p=jsilver.git/.git;a=summary Cheers, Alex -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

