https://gwt-code-reviews.appspot.com/1727808/diff/16001/distro-source/build.xml File distro-source/build.xml (right):
https://gwt-code-reviews.appspot.com/1727808/diff/16001/distro-source/build.xml#newcode39 distro-source/build.xml:39: <zipfileset file="${gwt.build.lib}/gwt-elemental.jar" prefix="${project.distname}" /> Will this cause the build to fail if gwt-elemental.jar is not present? https://gwt-code-reviews.appspot.com/1727808/diff/16001/maven/lib-gwt.sh File maven/lib-gwt.sh (right): https://gwt-code-reviews.appspot.com/1727808/diff/16001/maven/lib-gwt.sh#newcode136 maven/lib-gwt.sh:136: maven-deploy-file $mavenRepoUrl $mavenRepoId "$JAVADOC_FILE_PATH" $gwtPomFile javadoc || warnJavaDoc "gwt-${i}" Will the javadoc target generate the javadoc for elemental? https://gwt-code-reviews.appspot.com/1727808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
