summaryrefslogtreecommitdiffstats
path: root/parser/html/java/htmlparser/HtmlParser-compile-detailed
blob: a4102d642c305107faaee9255e923c1fe8d127c2 (plain)
1
2
3
#!/bin/sh
APPDIR=`dirname $0`;
java -XstartOnFirstThread -Xmx256M -cp "$APPDIR/src:$APPDIR/gwt-src:$APPDIR/super:/Developer/gwt-mac-1.5.1/gwt-user.jar:/Developer/gwt-mac-1.5.1/gwt-dev-mac.jar" com.google.gwt.dev.GWTCompiler -style DETAILED -out "$APPDIR/www" "$@" nu.validator.htmlparser.HtmlParser;