You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/07/19 09:22:36 UTC

svn commit: r795500 - /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.docs/src/ant/buildjavadoc.xml

Author: spoole
Date: Sun Jul 19 09:22:33 2009
New Revision: 795500

URL: http://svn.apache.org/viewvc?rev=795500&view=rev
Log:
fixed problem where build fails on clean install

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.docs/src/ant/buildjavadoc.xml

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.docs/src/ant/buildjavadoc.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.docs/src/ant/buildjavadoc.xml?rev=795500&r1=795499&r2=795500&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.docs/src/ant/buildjavadoc.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.docs/src/ant/buildjavadoc.xml Sun Jul 19 09:22:33 2009
@@ -13,14 +13,10 @@
 	<taskdef resource="org/apache/kato/anttasks/anttasks.properties">
 					<classpath path="${path}"/>
 	</taskdef>
-	<!--
-	<taskdef name="fop"   classname="org.apache.fop.tools.anttasks.Fop">
-		<classpath path="${path}"/>
-	</taskdef>
-	-->	
+	
 	<target name="clean" >
 		<!-- remove the old docbook -->
-		<delete dir="${target}/docbkx" failonerror="true" includeemptydirs="true"/>
+		<delete dir="${target}/docbkx" failonerror="false" includeemptydirs="true"/>
 		
 	</target>