You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/02/14 16:44:12 UTC

svn commit: r1070528 - /incubator/wookie/trunk/build.xml

Author: scottbw
Date: Mon Feb 14 15:44:11 2011
New Revision: 1070528

URL: http://svn.apache.org/viewvc?rev=1070528&view=rev
Log:
Exclude flatpack tests from post-compile-core - they need to be run after building the sample Widgets

Modified:
    incubator/wookie/trunk/build.xml

Modified: incubator/wookie/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/build.xml?rev=1070528&r1=1070527&r2=1070528&view=diff
==============================================================================
--- incubator/wookie/trunk/build.xml (original)
+++ incubator/wookie/trunk/build.xml Mon Feb 14 15:44:11 2011
@@ -289,7 +289,7 @@
       <batchtest>
         <fileset dir="${project.build.classes.test.dir}"
                  includes="**/*Test.class"
-                 excludes="**/Abstract*Test.class,**/functional/*Test.class,**/integration/*Test.class" />
+                 excludes="**/Abstract*Test.class,**/functional/*Test.class,**/integration/*Test.class,**/flatpack/*Test.class" />
       </batchtest>
     </junit>
   </target>