Revision: 10646
Author:   gwt.mirror...@gmail.com
Date:     Wed Sep 14 06:33:50 2011
Log:      Update the checkstule path for validation sample
Fix the @NotSupported count

Review at http://gwt-code-reviews.appspot.com/1547803

Review by: rj...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=10646

Modified:
 /trunk/samples/common.ant.xml
 /trunk/user/build.xml

=======================================
--- /trunk/samples/common.ant.xml       Wed Jun  1 11:14:07 2011
+++ /trunk/samples/common.ant.xml       Wed Sep 14 06:33:50 2011
@@ -189,8 +189,8 @@
   <target name="checkstyle" description="Static analysis of source">
     <gwt.checkstyle outputdirectory="${sample.build}">
       <fileset dir="src" >
-        <exclude name="org/**/super/org/**/*.java"/>
- <exclude name="com/google/gwt/sample/validation*/**/ValidationMessages.java" />
+        <exclude name="main/java/org/**/super/org/**/*.java"/>
+ <exclude name="main/java/com/google/gwt/sample/validation*/**/ValidationMessages.java" />
       </fileset>
     </gwt.checkstyle>
   </target>
=======================================
--- /trunk/user/build.xml       Fri Jul  1 09:12:59 2011
+++ /trunk/user/build.xml       Wed Sep 14 06:33:50 2011
@@ -803,13 +803,14 @@
<countfilter match="@Failing" property="jsr303.marked.Failing" init="0"/> <countfilter match="@NonTckTest" property="jsr303.marked.NonTckTest" init="0"/> <countfilter match="@NotSupported" property="jsr303.marked.NotSupported" init="0"/> - <countfilter match="@TestNotCompatible" property="jsr303.marked.NotSupported" init="0"/> + <countfilter match="@TestNotCompatible" property="jsr303.marked.TestNotCompatible" init="0"/>
         </filterchain>
       </scan>

       <!-- force to zero if not set above -->
       <property name="jsr303.marked.Failing" value="0"/>
       <property name="jsr303.marked.NonTckTest" value="0"/>
+      <property name="jsr303.marked.NotSupported" value="0"/>
       <property name="jsr303.marked.TestNotCompatible" value="0"/>

       <echo message="Marked Failing = ${jsr303.marked.Failing}" />

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to