Author: jbeard
Date: Sun Nov  7 09:39:28 2010
New Revision: 1032245

URL: http://svn.apache.org/viewvc?rev=1032245&view=rev
Log:
Changed ant build to force preprocessing of stylesheets. Turned all unit tests 
back on.

Modified:
    commons/sandbox/gsoc/2010/scxml-js/trunk/build-common.xml

Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/build-common.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/build-common.xml?rev=1032245&r1=1032244&r2=1032245&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-js/trunk/build-common.xml (original)
+++ commons/sandbox/gsoc/2010/scxml-js/trunk/build-common.xml Sun Nov  7 
09:39:28 2010
@@ -38,10 +38,10 @@
        <property name="is_for_ie" value="is-for-ie"/>
        <property name="is_not_for_ie" value="is-not-for-ie"/>
 
-       <!--
        <property name="backends" value="switch,table,state"/>
-       -->
+       <!--
        <property name="backends" value="switch"/>
+       -->
        <property name="browsers" value="firefox,chrome"/>
        <!--
        <property name="browsers" value="firefox,${ie_browser_name},chrome"/>
@@ -80,18 +80,14 @@
 
        <path id="scxml_tests_xml">
                <pathelement location="test/kitchen_sink/KitchenSink.xml"/>
-               <!--
                <pathelement 
location="test/kitchen_sink/KitchenSink_dataModule.xml"/>
                <pathelement 
location="test/kitchen_sink/KitchenSink_performance.xml"/>
                <pathelement 
location="test/kitchen_sink/KitchenSink_executableContent.xml"/>
-               -->
                <pathelement 
location="test/conditional_transition/TestConditionalTransition.xml"/>
-               <!--
                <pathelement location="test/in_predicate/TestInPredicate.xml"/>
                <pathelement 
location="test/event_system_properties/TestEventSystemProperties.xml"/>
                <pathelement 
location="test/prefix_events/TestPrefixEvents.xml"/>
                <pathelement location="test/parallel/TestParallel.xml"/>
-               -->
        </path>
 
        <property name="drawing-tool-lib" value="demo/drawing-tool/lib"/>
@@ -556,7 +552,8 @@
                        style="${src}/xslt/util/preprocess_import.xsl" 
                        destdir="${build}"
                        scanincludeddirectories="false"
-                       useImplicitFileset="false">
+                       useImplicitFileset="false"
+                       force="true">
 
                        <fileset refid="stylesheets-to-preprocess"/>
 


Reply via email to