Skip to content

Commit

Permalink
remove "draftCompile" from gwt compiler options since it produces bog…
Browse files Browse the repository at this point in the history
…us code
  • Loading branch information
client9 committed Apr 8, 2010
1 parent 3888abc commit abc6a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htmlparser/gwt2/build.sh
Expand Up @@ -19,7 +19,7 @@ fi
GWT=gwt-2.0.3
GWT_ZIP="${GWT}.zip"

if [ ! -d "${GWT}" ]; then
if [ ! -d "${GWT}" ]; then
wget "http://google-web-toolkit.googlecode.com/files/${GWT_ZIP}"
unzip ${GWT_ZIP}
fi
Expand All @@ -38,9 +38,9 @@ java \
com.google.gwt.dev.Compiler \
-logLevel ERROR \
-style PRETTY \
-draftCompile \
nu.validator.htmlparser.HtmlParser;

# -draftCompile \
cp war/nu.validator.htmlparser.HtmlParser/nu.validator.htmlparser.HtmlParser.nocache.js ../../src/parser/htmlparser.js

echo "DONE"
Expand Down

0 comments on commit abc6a72

Please sign in to comment.