Generate the soyc jar as well during 'ant dist-bikeshed'
Patch by: amitmanjhi
Review by: rjrjr (desk review)
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7870 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/build.xml b/build.xml
index 70b7e41..d9abe5f 100755
--- a/build.xml
+++ b/build.xml
@@ -36,6 +36,7 @@
<target name="dist-bikeshed" depends="buildonly"
description="[action] Build bikeshed and minimal stuff, without distro packaging">
<call-subproject subproject="bikeshed" subtarget="build" />
+ <call-subproject subproject="soyc" subtarget="build" />
<gwt.ant dir="distro-source" target="build" />
</target>
@@ -71,6 +72,12 @@
<gwt.ant dir="bikeshed" />
</target>
+ <target name="soyc" description="[subdir] Builds (or runs ${target} if set) only the soyc library">
+ <call-subproject subproject="dev" subtarget="build"/>
+ <call-subproject subproject="user" subtarget="build"/>
+ <gwt.ant dir="tools/soyc-vis" />
+ </target>
+
<target name="tools" description="[subdir] Builds (or runs ${target} if set) only the tools">
<call-subproject subproject="user" subtarget="build"/>
<gwt.ant dir="tools" />