Author: gturrell
Date: Thu Jul 19 07:08:05 2007
New Revision: 557628

URL: http://svn.apache.org/viewvc?view=rev&rev=557628
Log:
WODEN-169 - fix to ant <makeurl> conversion to succeed before the (subject) w3c 
test directory has been downloaded.

Modified:
    incubator/woden/trunk/java/build.xml

Modified: incubator/woden/trunk/java/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/woden/trunk/java/build.xml?view=diff&rev=557628&r1=557627&r2=557628
==============================================================================
--- incubator/woden/trunk/java/build.xml (original)
+++ incubator/woden/trunk/java/build.xml Thu Jul 19 07:08:05 2007
@@ -46,8 +46,8 @@
        <property name="buildType" value="N" />
        
        <!-- create file URL properties for URI resolver -->
-       <makeurl 
file="${basedir}/test/org/apache/woden/resolver/resources/w3cTests.catalog" 
property="w3cTests.catalog" />
-       <makeurl file="${w3cDir}" property="w3cTests.catalog.baseloc" />
+       <makeurl 
file="${basedir}/test/org/apache/woden/resolver/resources/w3cTests.catalog" 
property="w3cTests.catalog" validate="false"/>
+       <makeurl file="${w3cDir}" property="w3cTests.catalog.baseloc" 
validate="false"/>
 
        <target name="buildAll" depends="clean, init, buildAPI, 
buildImplAndAPI, buildANT, buildEclipsePlugin, buildJavadoc, buildTests, 
runTests" />
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to