crossley    2002/10/27 22:12:30

  Modified:    .        build.xml
               tools    build-s.xml
  Log:
  Re-enabling scratchpad builds.
  
  Revision  Changes    Path
  1.272     +9 -0      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.271
  retrieving revision 1.272
  diff -u -r1.271 -r1.272
  --- build.xml 18 Oct 2002 14:09:06 -0000      1.271
  +++ build.xml 28 Oct 2002 06:12:30 -0000      1.272
  @@ -265,6 +265,15 @@
     </target>
   
     <!-- =================================================================== -->
  +  <!-- Scratchpad build (see also installscratchpadwar target)             -->
  +  <!-- =================================================================== -->
  +  <target name="scratchpad" depends="init"
  +          description="Interactive scratchpad builds">
  +    <ant target="scratchpad-init" antfile="tools/build-s.xml"
  +         inheritRefs="true" />
  +  </target>
  +
  +  <!-- =================================================================== -->
     <!-- Installs Cocoon war file in a specified directory                   -->
     <!-- =================================================================== -->
     <target name="installwar" depends="init"
  
  
  
  1.6       +6 -6      xml-cocoon2/tools/build-s.xml
  
  Index: build-s.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/tools/build-s.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build-s.xml       7 Mar 2002 16:09:46 -0000       1.5
  +++ build-s.xml       28 Oct 2002 06:12:30 -0000      1.6
  @@ -1,9 +1,9 @@
  -<project default="scratchpad" basedir="../" name="Scratchpad build">
  +<project default="scratchpad-init" basedir="../" name="Scratchpad build">
   
     <!-- =================================================================== -->
     <!-- Interactive scratchpad builds                                       -->
     <!-- =================================================================== -->
  -  <target name="scratchpad" description="Interactive Scratchpad Build">
  +  <target name="scratchpad-init" description="Interactive Scratchpad Build">
        <echo 
message="--------------------------------------------------------------"/>
       <echo message=" "/>    
       <echo message="                  APACHE COCOON SCRATCHPAD"/>
  @@ -15,9 +15,8 @@
       <echo message=" "/>        
       <echo message=" These are SCRATCHPAD BUILDS. They are not guaranteed to work."/>
       <echo message=" You have been warned. "/>
  -    <echo message=" "/>
  -    <echo message=" "/>    
  -    <echo message=" castor ---- examples for Castor Transformer"/>
  +    <echo message=" -"/>
  +    <echo message=" castor ... webapp sample for Castor Transformer"/>
       <echo message=" -"/>
       <echo message=" -"/>
       <echo message=" -"/>
  @@ -31,7 +30,8 @@
       <property name="input.selection" value=""/>
       <user-input name="input.selection">Please select a target </user-input>
   
  -    <ant antfile="./src/scratchpad/builds/${input.selection}.xml"/>
  +    <ant antfile="./src/scratchpad/builds/${input.selection}.xml"
  +         inheritRefs="true" />
   
     </target>
   
  
  
  

----------------------------------------------------------------------
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