nicolaken    02/03/04 07:34:55

  Modified:    .        build.xml
  Log:
  Added target installscratchpadwar that works as installwar but includes also 
scratchpad libs.
  
  Revision  Changes    Path
  1.174     +18 -0     xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.173
  retrieving revision 1.174
  diff -u -r1.173 -r1.174
  --- build.xml 1 Mar 2002 13:49:43 -0000       1.173
  +++ build.xml 4 Mar 2002 15:34:55 -0000       1.174
  @@ -278,6 +278,24 @@
       <antcall target="install"/>
     </target>
   
  +
  +  <!-- =================================================================== -->
  +  <!-- Installs Cocoon war with scratchpad stuff in a specified directory  -->
  +  <!-- =================================================================== -->
  +  <target name="installscratchpadwar" description="* Installs the war package in a 
specified directory">
  +    <echo message=" This contains SCRATCHPAD BUILDS. It is not guaranteed to 
work."/>
  +    <echo message=" You have been warned. "/>
  +  
  +    <taskdef name="user-input" classname="UserInputTask"
  +        classpath="./tools/anttasks"/>
  +        
  +    <property name="include.webapp.libs" value="true"/>
  +    <property name="include.scratchpad.libs" value="true"/>    
  +    <property name="install.war" value=""/>
  +    <user-input name="install.war">Please select an installation 
directory</user-input>
  +    <antcall target="install"/>
  +  </target>
  +  
     <!-- =================================================================== -->
     <!-- Trial builds - end                                                  -->
     <!-- =================================================================== -->
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to