Hi,
Further to my query yesterday on development areas, I am using the
following target to expand the war for use with a tomcat context
Index: build/build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-jetspeed/build/build.xml,v
retrieving revision 1.99
diff -u -r1.99 build.xml
--- build/build.xml 2001/08/23 23:30:20 1.99
+++ build/build.xml 2001/09/04 08:33:23
@@ -418,6 +418,13 @@
</target>
<!--
===================================================================
-->
+ <!-- Creates the war file
-->
+ <!--
===================================================================
-->
+ <target name="unzip-war" depends="war" description="Expands the
war file">
+ <unwar src="${build.dir}/${project.name}.war"
dest="${build.dir}/webapp"/>
+ </target>
+
+ <!--
===================================================================
-->
<!-- Creates a binary release war file with javadocs API
-->
<!--
===================================================================
-->
<target
=====
Need somewhere to Live in London - http://freeflats.com
__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]