You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ru...@apache.org on 2006/03/17 06:34:09 UTC

svn commit: r386545 - /webservices/commons/modules/XmlSchema/maven.xml

Author: ruchithf
Date: Thu Mar 16 21:34:06 2006
New Revision: 386545

URL: http://svn.apache.org/viewcvs?rev=386545&view=rev
Log:
Fixed maven.xml to obtain the maven.test.skip value correctly

Modified:
    webservices/commons/modules/XmlSchema/maven.xml

Modified: webservices/commons/modules/XmlSchema/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/modules/XmlSchema/maven.xml?rev=386545&r1=386544&r2=386545&view=diff
==============================================================================
--- webservices/commons/modules/XmlSchema/maven.xml (original)
+++ webservices/commons/modules/XmlSchema/maven.xml Thu Mar 16 21:34:06 2006
@@ -11,8 +11,8 @@
     xmlns:ant="jelly:ant">
 
     <preGoal name="test:compile">
-    	<j:if test="${maven.test.skip} != 'true'">
-	        <u:file var="file" name="${maven.build.dir}/xmlschema2002-01-16"/>
+        <j:if test="${context.getVariable('maven.test.skip') != 'true'}">
+		<u:file var="file" name="${maven.build.dir}/xmlschema2002-01-16"/>
 	        <j:if test="${!file.exists()}">
 	        	<echo>Downloading 6MB XML Schema test suite. This make take a few minutes...</echo>
 				<ant:get dest="${maven.build.dir}/xsts-2002-01-16.tar.gz"