Revision: 7870
Author: [email protected]
Date: Fri Apr 2 15:29:40 2010
Log: Generate the soyc jar as well during 'ant dist-bikeshed'
Patch by: amitmanjhi
Review by: rjrjr (desk review)
http://code.google.com/p/google-web-toolkit/source/detail?r=7870
Modified:
/trunk/build.xml
=======================================
--- /trunk/build.xml Fri Apr 2 08:52:03 2010
+++ /trunk/build.xml Fri Apr 2 15:29:40 2010
@@ -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" />
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors