kschrader 01/08/24 14:34:54
Modified: . currenttdk.sh
Log:
Many build changes.
Getting this to build has become a huge PITA.
Revision Changes Path
1.5 +73 -0 jakarta-turbine-tdk/currenttdk.sh
Index: currenttdk.sh
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/currenttdk.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- currenttdk.sh 2001/08/24 13:37:58 1.4
+++ currenttdk.sh 2001/08/24 21:34:54 1.5
@@ -16,6 +16,10 @@
# jakarta-regexp
# jakarta-servletapi-4
# jakarta-tomcat-4.0
+# jakarta-commons-sandbox/util
+# jakarta-commons-sandbox/email
+# jakarta-commons/collections
+# jakarta-velocity
# jakarta-turbine-torque
# jakarta-turbine-fulcrum
# jakarta-turbine-3
@@ -35,6 +39,8 @@
cd build
./build-regexp.sh clean
./build-regexp.sh
+ # Need to figure out a good way to copy
+ # to lib.repo
)
# Update ServletApi stuff
@@ -61,6 +67,73 @@
fi
ant clean
ant dist
+)
+
+# Build Commons Util
+(
+ echo -------------------------
+ echo BUILDING COMMONS UTIL
+ echo -------------------------
+ cd ../jakarta-commons-sandbox/util/
+ if $TDKCVS = "true"
+ then cvs up -Pd
+ fi
+ ant clean
+ ant install-jar
+)
+
+# Build Commons E-Mail
+(
+ echo -------------------------
+ echo BUILDING COMMONS E-MAIL
+ echo -------------------------
+ cd ../jakarta-commons-sandbox/email/
+ if $TDKCVS = "true"
+ then cvs up -Pd
+ fi
+ ant clean
+ ant install-jar
+)
+
+# Build Commons Collections
+(
+ echo ------------------------------
+ echo BUILDING COMMONS COLLECTIONS
+ echo ------------------------------
+ cd ../jakarta-commons/collections
+ if $TDKCVS = "true"
+ then cvs up -Pd
+ fi
+ ant clean
+ ant dist
+ # Need a good way to copy this jar
+ # as well.
+)
+
+# Build Velocity
+(
+ echo -------------------
+ echo BUILDING VELOCITY
+ echo -------------------
+ cd ../jakarta-velocity
+ if $TDKCVS = "true"
+ then cvs up -Pd
+ fi
+ ant clean
+ ant install-jar
+)
+
+# Build XML-RPC
+(
+ echo ------------------
+ echo BUILDING XML-RPC
+ echo ------------------
+ cd ../xml-rpc/build
+ if $TDKCVS = "true"
+ then cvs up -Pd
+ fi
+ ant clean
+ ant install-jar
)
# Build Torque
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]