Author: carnold Date: Tue Jan 24 14:47:36 2006 New Revision: 372040 URL: http://svn.apache.org/viewcvs?rev=372040&view=rev Log: Bug 33016: Spinning XML Schema off to sandbox
Modified: logging/log4j/trunk/tests/build.xml Modified: logging/log4j/trunk/tests/build.xml URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/tests/build.xml?rev=372040&r1=372039&r2=372040&view=diff ============================================================================== --- logging/log4j/trunk/tests/build.xml (original) +++ logging/log4j/trunk/tests/build.xml Tue Jan 24 14:47:36 2006 @@ -1,6 +1,22 @@ +<!-- + Copyright 2002, 2006 The Apache Software Foundation. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> <!-- This file is an ANT build script. ANT is a Java based build tool. --> -<!-- It is availale from http://ant.apache.org --> +<!-- It is available from http://ant.apache.org --> <!-- ================================================================= --> @@ -204,7 +220,6 @@ Plugins, FileWatchdog, CachedDateFormat, - Schema, Encoding, Syslog "/> @@ -716,20 +731,6 @@ </junit> </target> - <target name="Schema" depends="check, build"> - <available classname="org.apache.xerces.jaxp.SAXParserFactoryImpl" property="xerces-available"/> - <fail unless="xerces-available" message="Schema tests require Xerces-J 2.x on class path."/> - <junit printsummary="yes" fork="yes" haltonfailure="${haltonfailure}"> - <classpath> - <pathelement path="${tests.javac.dest}"/> - <pathelement path="${java.class.path}"/> - </classpath> - <jvmarg value="-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl"/> - <formatter type="plain" usefile="false"/> - <test name="org.apache.log4j.xml.SchemaTestCase" /> - </junit> - </target> - <target name="Encoding" depends="check, build, cleanOutputDir"> <junit printsummary="yes" fork="yes" haltonfailure="${haltonfailure}"> <classpath refid="tests.classpath"/> @@ -804,8 +805,8 @@ <available resource="clovertasks" property="clover-present"/> <fail unless="clover-present"> - clover.jar must be in the classpath and should alos be - placed in the lib directory. A version of clover + clover.jar must be in the classpath and -Dclover.jar should be + specified or clover.jar placed in the lib directory. A version of clover (http://www.cenqua.com/clover) for use with ASF projects is available from the committers/donated-licenses/clover module in the SVN repository. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]