Public: GWT version of the JSR 303 Bean Validation TCK
So far only one test is wrapped, One test passses and one fails,
but this shows the patern to use to get the tests going.
The test failure is expected, and represent code that needs to be implemeted.
Review at http://gwt-code-reviews.appspot.com/1085801
Review by: rchandia@google.com
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9233 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/build.xml b/samples/build.xml
index 6b78224..b5061e1 100644
--- a/samples/build.xml
+++ b/samples/build.xml
@@ -42,6 +42,10 @@
<gwt.ant dir="validation" />
</target>
+ <target name="validationtck" description="Build validation TCK">
+ <gwt.ant dir="validationtck" />
+ </target>
+
<target name="-do" description="Run all subprojects" >
<antcall target="dynatable" />
<antcall target="dynatablerf" />
@@ -52,6 +56,7 @@
<antcall target="mail" />
<antcall target="showcase" />
<antcall target="validation" />
+ <!-- don't include validationtck, it is not really a sample -->
</target>
<target name="build" description="Builds GWT">