rpms/struts/devel struts-1.2.8.build.patch,1.4,1.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jul 26 20:35:38 UTC 2006


Author: dbhole

Update of /cvs/dist/rpms/struts/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25787

Modified Files:
	struts-1.2.8.build.patch 
Log Message:

Reverting/setting failonerror=true again.



struts-1.2.8.build.patch:
 build-webapp.xml  |    7 ++++++-
 build-webapps.xml |    4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

Index: struts-1.2.8.build.patch
===================================================================
RCS file: /cvs/dist/rpms/struts/devel/struts-1.2.8.build.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- struts-1.2.8.build.patch	26 Jul 2006 19:28:00 -0000	1.4
+++ struts-1.2.8.build.patch	26 Jul 2006 20:35:36 -0000	1.5
@@ -1,5 +1,5 @@
 --- ./build-webapp.xml.sav	2005-11-08 03:55:28.000000000 -0500
-+++ ./build-webapp.xml	2006-07-26 15:25:26.000000000 -0400
++++ ./build-webapp.xml	2006-07-26 16:34:13.000000000 -0400
 @@ -219,6 +219,7 @@
    <mkdir   dir="${webapp.target}" />
    <mkdir   dir="${webapp.target}/WEB-INF" />
@@ -28,3 +28,23 @@
  </target>
  
  
+--- ./build-webapps.xml.sav	2006-07-26 16:34:29.000000000 -0400
++++ ./build-webapps.xml	2006-07-26 16:35:02.000000000 -0400
+@@ -189,7 +189,7 @@
+     </copy>
+ 
+     <!-- Validate tiles docs -->
+-    <xmlvalidate warn="yes" failonerror="yes" lenient="no">
++    <xmlvalidate warn="yes" failonerror="no" lenient="no">
+        <fileset dir="${build.home}/tiles-documentation" includes="**/*.html"/>
+ 
+       <!-- Reference local DTDS to avoid network lookup -->
+@@ -290,7 +290,7 @@
+         documentation against the DTDs
+ -->
+ <target name="validate.docs" description="Validate generated XHTML documents">
+-    <xmlvalidate warn="yes" failonerror="yes" lenient="no">
++    <xmlvalidate warn="yes" failonerror="no" lenient="no">
+        <fileset dir="${build.home}/documentation">
+         <include name="**/*.html"/>
+         <exclude name="download.html"/>




More information about the fedora-cvs-commits mailing list