vmassol 2004/05/22 04:41:40
Modified: . build.properties.sample build.properties.vmassol
framework build.properties.sample
Log:
- Tuned text so that it works for any J2EE API
- Added required servlet.jar property in the framework build.properties sample
Revision Changes Path
1.111 +5 -5 jakarta-cactus/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- build.properties.sample 20 May 2004 08:18:18 -0000 1.110
+++ build.properties.sample 22 May 2004 11:41:39 -0000 1.111
@@ -42,10 +42,10 @@
# below. You do not have to put all the external jars in a single location.
lib.repo = ${user.home}/.maven/repository
-# The location of the J2EE API jar. Depending on the version (1.2 or 1.3) of
-# it, the corresponding Cactus Framework will be built. For example if you use
-# J2EE 1.3 jar, then the Cactus jar will contain the Filter Redirector which is
-# only available for Servlet 2.3 (part of J2EE 1.3).
+# The location of the J2EE API jar. Depending on its version the corresponding
+# Cactus Framework will be built. For example if you use a J2EE 1.3 jar, then
+# the Cactus jar will contain the Filter Redirector which is only available for
+# Servlet 2.3+ (part of J2EE 1.3+).
#
# Note: In the future we'll work towards using the JSR jars provided by
# the Geronimo project.
1.23 +5 -5 jakarta-cactus/build.properties.vmassol
Index: build.properties.vmassol
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.properties.vmassol,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.properties.vmassol 21 May 2004 13:58:48 -0000 1.22
+++ build.properties.vmassol 22 May 2004 11:41:39 -0000 1.23
@@ -35,10 +35,10 @@
# below. You do not have to put all the external jars in a single location.
lib.repo = c:/Apps/maven/repository
-# The location of the J2EE API jar. Depending on the version (1.2 or 1.3) of
-# it, the corresponding Cactus Framework will be built. For example if you use
-# J2EE 1.3 jar, then the Cactus jar will contain the Filter Redirector which is
-# only available for Servlet 2.3 (part of J2EE 1.3).
+# The location of the J2EE API jar. Depending on its version the corresponding
+# Cactus Framework will be built. For example if you use a J2EE 1.3 jar, then
+# the Cactus jar will contain the Filter Redirector which is only available for
+# Servlet 2.3+ (part of J2EE 1.3+).
#
# Note: In the future we'll work towards using the JSR jars provided by
# the Geronimo project.
1.39 +16 -6 jakarta-cactus/framework/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/build.properties.sample,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- build.properties.sample 14 May 2004 10:33:35 -0000 1.38
+++ build.properties.sample 22 May 2004 11:41:39 -0000 1.39
@@ -21,11 +21,21 @@
# below. You do not have to put all the external jars in a single location.
lib.repo = ${user.home}/.maven/repository
-# The location of the J2EE API jar. Depending on the version (1.2 or 1.3) of
-# it, the corresponding Cactus Framework will be built. For example if you use
-# J2EE 1.3 jar, then the Cactus jar will contain the Filter Redirector which is
-# only available for Servlet 2.3 (part of J2EE 1.3).
-j2ee.jar = ${lib.repo}/j2ee/jars/j2ee-1.3.jar
+# The location of the J2EE API jar. Depending on its version the corresponding
+# Cactus Framework will be built. For example if you use a J2EE 1.3 jar, then
+# the Cactus jar will contain the Filter Redirector which is only available for
+# Servlet 2.3+ (part of J2EE 1.3+).
+#
+# Note: In the future we'll work towards using the JSR jars provided by
+# the Geronimo project.
+# - For J2EE 1.3: http://java.sun.com/j2ee/sdk_1.3/
+# - For J2EE 1.2: http://java.sun.com/j2ee/sdk_1.2.1/
+j2ee.jar = ${lib.repo}/jboss/jars/jboss-j2ee-3.2.3.jar
+#j2ee.jar = ${lib.repo}/j2ee/jars/j2ee-1.2.jar
+
+# Location of the Servlet API jar.
+servlet.jar = ${lib.repo}/servletapi/jars/servletapi-2.3.jar
+#servlet.jar = ${lib.repo}/servletapi/jars/servletapi-2.2.jar
# The location of the Commons Logging jar
commons.logging.jar = ${lib.repo}/commons-logging/jars/commons-logging-1.0.3.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]