kevinoneill 2003/08/03 17:49:21
Modified: . build.xml
Log:
changed the xindice location to "/xindice".
changed the logging during the junit tests to no op. Makes reading the test
results easier and doesn't fill your screen with garbage.
Revision Changes Path
1.52 +17 -2 xml-xindice/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xindice/build.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- build.xml 1 Aug 2003 18:21:18 -0000 1.51
+++ build.xml 4 Aug 2003 00:49:21 -0000 1.52
@@ -65,7 +65,7 @@
<!-- Testing properties -->
<property name="test.xmlrpc.driver" value="xerces"/>
<property name="test.xmlrpc.hostport" value="localhost:8888"/>
- <property name="test.xmlrpc.service-location" value="/Xindice/"/>
+ <property name="test.xmlrpc.service-location" value="/xindice/"/>
<!-- Compilation properties -->
<property name="compile.debug" value="on"/>
@@ -177,8 +177,11 @@
</target>
<target name="test-unit" depends="test-build, test-validate">
<junit fork="yes" printsummary="yes" haltonfailure="no">
+ <jvmarg
value="-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog"/>
+ <!--
<jvmarg
value="-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog"/>
<jvmarg
value="-Dorg.apache.commons.logging.simplelog.defaultlog=info"/>
+ -->
<test name="org.apache.xindice.UnitTests"/>
<formatter type="plain" usefile="no"/>
<classpath>
@@ -191,10 +194,13 @@
<java classname="junit.textui.TestRunner" fork="yes">
<arg line="-class
org.apache.xindice.client.xmldb.resources.BinaryResourceTest"/>
<jvmarg value="-Dxindice.home=${basedir}"/>
+ <jvmarg
value="-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog"/>
+ <!--
<jvmarg
value="-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog"/>
<jvmarg
value="-Dorg.apache.commons.logging.simplelog.defaultlog=info"/>
<jvmarg
value="-Dorg.apache.commons.logging.simplelog.log.org.apache.xindice.core=info"/>
<jvmarg
value="-Dorg.apache.commons.logging.simplelog.log.org.apache.xindice.xml=info"/>
+ -->
<classpath>
<path refid="project.class.path"/>
<pathelement location="${test.build.dir}"/>
@@ -206,8 +212,11 @@
<arg line="-class org.apache.xindice.IntegrationEmbedTests"/>
<jvmarg
value="-DPropertyManager.file=${test.dir}/config/test-configuration.props"/>
<jvmarg value="-Dxindice.home=${basedir}"/>
+ <jvmarg
value="-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog"/>
+ <!--
<jvmarg
value="-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog"/>
<jvmarg
value="-Dorg.apache.commons.logging.simplelog.defaultlog=info"/>
+ -->
<classpath>
<path refid="project.class.path"/>
<pathelement location="${test.build.dir}"/>
@@ -253,8 +262,11 @@
<java classname="junit.textui.TestRunner" fork="yes">
<arg line="-class org.apache.xindice.IntegrationXmlRpcTests"/>
<jvmarg value="-Dxindice.home=${basedir}"/>
+ <jvmarg
value="-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog"/>
+ <!--
<jvmarg
value="-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog"/>
<jvmarg
value="-Dorg.apache.commons.logging.simplelog.defaultlog=debug"/>
+ -->
<jvmarg value="-Dtest.xmlrpc.hostport=${test.xmlrpc.hostport}"/>
<jvmarg
value="-Dtest.xmlrpc.service-location=${test.xmlrpc.service-location}"/>
<jvmarg value="-Dtest.xmlrpc.driver=${test.xmlrpc.driver}"/>
@@ -269,8 +281,11 @@
<arg line="-class org.apache.xindice.IntegrationManagedTests"/>
<jvmarg
value="-DPropertyManager.file=${test.dir}/config/test-configuration.props"/>
<jvmarg value="-Dxindice.home=${basedir}"/>
+ <jvmarg
value="-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog"/>
+ <!--
<jvmarg
value="-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog"/>
<jvmarg
value="-Dorg.apache.commons.logging.simplelog.defaultlog=info"/>
+ -->
<classpath>
<path refid="project.class.path"/>
<pathelement location="${test.build.dir}"/>