[packages/tomcat/dev-7.0.55] up to 7.0.63, build still fails

glen glen at pld-linux.org
Sun Jul 26 20:33:27 CEST 2015


commit b5209d9d5b1aaca6d27c0162316983f30018279b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Jul 26 21:33:21 2015 +0300

    up to 7.0.63, build still fails

 tomcat-build.xml.patch | 69 +++-----------------------------------------------
 tomcat.spec            |  4 +--
 2 files changed, 6 insertions(+), 67 deletions(-)
---
diff --git a/tomcat.spec b/tomcat.spec
index 8aef313..50f272e 100644
--- a/tomcat.spec
+++ b/tomcat.spec
@@ -14,12 +14,12 @@
 Summary:	Web server and Servlet/JSP Engine, RI for Servlet %{servletapiver}/JSP %{jspapiver} API
 Summary(pl.UTF-8):	Serwer www i silnik Servlet/JSP będący wzorcową implementacją API Servlet %{servletapiver}/JSP %{jspapiver}
 Name:		tomcat
-Version:	7.0.55
+Version:	7.0.63
 Release:	1
 License:	Apache v2.0
 Group:		Networking/Daemons/Java
 Source0:	http://www.apache.org/dist/tomcat/tomcat-7/v%{version}/src/apache-%{name}-%{version}-src.tar.gz
-# Source0-md5:	3297f4d0a9834711c2f552096859c23e
+# Source0-md5:	29fbc490b99140a671e4c84d152caee7
 Source1:	apache-%{name}.init
 Source2:	apache-%{name}.sysconfig
 Source3:	%{name}-build.properties
diff --git a/tomcat-build.xml.patch b/tomcat-build.xml.patch
index 7540f5d..b4b4e2d 100644
--- a/tomcat-build.xml.patch
+++ b/tomcat-build.xml.patch
@@ -1,68 +1,7 @@
---- apache-tomcat-7.0.52-src/build.xml.orig	2014-02-13 08:40:56.000000000 +0100
-+++ apache-tomcat-7.0.52-src/build.xml	2014-02-28 11:21:53.676705236 +0100
-@@ -482,60 +482,6 @@
-     
-   </target>
- 
--  <target name="validate" if="${execute.validate}"
--    depends="build-prepare,compile-prepare,download-validate"
--    description="Uses Checkstyle tool to perform style check for the source code">
--    <!-- Required so we can cache checkstyle results -->
--    <mkdir dir="${tomcat.output}/res/checkstyle"/>
--
--    <taskdef resource="checkstyletask.properties"
--             classpath="${checkstyle.jar}" />
--    <checkstyle config="res/checkstyle/checkstyle.xml">
--      <fileset dir="." >
--        <patternset refid="text.files" />
--        <include name="**/*.bat"/>
--        <include name="**/*.sh"/>
--        <exclude name="bin/setenv.*"/>
--        <exclude name=".*/**"/>
--        <exclude name="output/**"/>
--        <exclude name="modules/**"/>
--        <exclude name="**/*.mdl"/>
--        <exclude name="**/*_2.xml"/>
--        <exclude name="res/checkstyle/header-al2.txt"/>
--        <!-- Exclude auto-generated files -->
--        <exclude name="java/org/apache/el/parser/ELParser*.java" />
--        <exclude name="java/org/apache/el/parser/Node.java" />
--        <exclude name="java/org/apache/**/parser/JJT*ParserState.java" />
--        <exclude name="java/org/apache/**/parser/ParseException.java" />
--        <exclude name="java/org/apache/**/parser/SimpleCharStream.java" />
--        <exclude name="java/org/apache/**/parser/Token*.java" />
--        <!-- Exclude these else Gump runs validate on them -->
--        <exclude name="**/org/apache/tomcat/dbcp/**"/>
--        <exclude name="**/tomcat-deps/**"/>
--        <!-- Exclude simple test files -->
--        <exclude name="test/webapp-3.0/bug53257/**/*.txt"/>
--        <exclude name="test/webapp-3.0-fragments/WEB-INF/classes/*.txt"/>
--      </fileset>
--      <fileset dir="modules/jdbc-pool" >
--        <exclude name=".*/**"/>
--        <exclude name="**/MANIFEST.MF"/>
--        <patternset refid="text.files" />
--      </fileset>
--    </checkstyle>
--    <!-- javax package checks -->
--    <checkstyle config="res/checkstyle/javax-checkstyle.xml">
--      <fileset dir="java/javax" >
--        <include name="**/*.java"/>
--      </fileset>
--    </checkstyle>
--    <!-- org package checks -->
--    <checkstyle config="res/checkstyle/org-checkstyle.xml">
--      <fileset dir="java/org" >
--        <include name="**/*.java"/>
--      </fileset>
--    </checkstyle>
--  </target>
--
-   <target name="validate-eoln" depends="build-prepare,compile-prepare"
-     description="Validate that the source files have correct line ends">
- 
-@@ -595,7 +541,7 @@
-   <target name="compile" depends="compile-java6,compile-java7" />
+--- apache-tomcat-7.0.63-src/build.xml~	2015-06-30 11:15:44.000000000 +0300
++++ apache-tomcat-7.0.63-src/build.xml	2015-07-26 21:31:46.613106110 +0300
+@@ -632,7 +574,7 @@
+   <target name="compile" depends="compile-java6,check-java7,compile-java7" />
  
    <target name="compile-java6"
 -          depends="build-prepare,download-compile,compile-prepare,validate">
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tomcat.git/commitdiff/b5209d9d5b1aaca6d27c0162316983f30018279b



More information about the pld-cvs-commit mailing list