You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2002/03/01 14:49:43 UTC

cvs commit: xml-cocoon2 build.xml

vgritsenko    02/03/01 05:49:43

  Modified:    .        build.xml
  Log:
  Patch from xml-cocoon@nicolaken.com (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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org