vgritsenko 02/03/01 05:49:43 Modified: . build.xml Log: Patch from [EMAIL PROTECTED] (Nicola Ken Barozzi) fixes installwar target Revision Changes Path 1.173 +2 -0 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.172 retrieving revision 1.173 diff -u -r1.172 -r1.173 --- build.xml 24 Feb 2002 11:10:58 -0000 1.172 +++ build.xml 1 Mar 2002 13:49:43 -0000 1.173 @@ -270,6 +270,8 @@ <!-- Installs Cocoon war file in a specified directory --> <!-- =================================================================== --> <target name="installwar" description="* Installs the war package in a specified directory"> + <taskdef name="user-input" classname="UserInputTask" + classpath="./tools/anttasks"/> <property name="include.webapp.libs" value="true"/> <property name="install.war" value=""/> <user-input name="install.war">Please select an installation directory</user-input>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]