components/tomcat-8/Makefile
changeset 4248 7b59b5b80fb0
parent 4151 5ddf681dc2fa
child 4339 6501cf9c29f9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/tomcat-8/Makefile	Thu Apr 30 04:31:45 2015 -0700
@@ -0,0 +1,84 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		tomcat
+COMPONENT_VERSION=	8.0.21
+COMPONENT_PROJECT_URL=	http://tomcat.apache.org/
+COMPONENT_SRC_NAME=	apache-tomcat
+COMPONENT_SRC=		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)-src
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:9fe0d4f0f86593a78eec952b257c7282765604926c30fe13c9dbe6f9f35674d8
+COMPONENT_ARCHIVE_URL=	http://www.apache.org/dist/tomcat/tomcat-8/v$(COMPONENT_VERSION)/src/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	utility/tomcat
+
+# Tomcat subcomponents
+COMPONENT_ARCHIVE_1= ecjsrc-4.4.2.jar
+COMPONENT_ARCHIVE_HASH_1= \
+    sha256:ad3daf77ab710268f88c41fba87218dcdf502b423217a3799b5227ddf03b5858
+COMPONENT_ARCHIVE_URL_1= http://archive.eclipse.org/eclipse/downloads/drops4/R-4.4.2-201502041700/$(COMPONENT_ARCHIVE_1)
+
+TPNO=			22471
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/ant.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+PATCH_LEVEL=0
+
+COMPONENT_BUILD_ARGS=-Dbase.path=$(BUILD_DIR_NO_ARCH) -Dtomcat.build=$(PROTO_DIR)
+
+# Tomcat tests doesn't like cloning.
+CLONEY=echo
+COMPONENT_PRE_BUILD_ACTION= \
+	$(CP) -r $(SOURCE_DIR)/* $(@D);
+
+# Build ECJ jar from sources.
+COMPONENT_PRE_BUILD_ACTION+= \
+	($(MKDIR) $(@D)/ECJ/scripts/binary/META-INF; cd $(@D)/ECJ ; \
+	    $(JAVA_HOME)/bin/jar xf $(COMPONENT_DIR)/$(COMPONENT_ARCHIVE_1); \
+	    $(CP) META-INF/MANIFEST.MF scripts/binary/META-INF/; \
+	    JAVA_HOME="$(JAVA_HOME)" LC_ALL="en_US.UTF-8" $(ANT) )
+
+# Create configuration backup archive for custom user's deployments.
+COMPONENT_POST_BUILD_ACTION= \
+	(cd $(PROTO_DIR) ; $(RM) conf/CONF.tar.gz ; \
+	    gtar cfz conf/CONF.tar.gz conf/* )
+
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
+build:	$(BUILD_NO_ARCH)
+
+install: build
+
+test:	$(SKIP_TEST)
+
+REQUIRED_PACKAGES += developer/java/junit
+REQUIRED_PACKAGES += runtime/java/jre-8
+REQUIRED_PACKAGES += shell/ksh93
+REQUIRED_PACKAGES += system/core-os
+REQUIRED_PACKAGES += system/network