You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2002/11/26 12:24:28 UTC

cvs commit: xml-forrest/src/resources/forrestbot/ant templates.build.xml

jefft       2002/11/26 03:24:28

  Modified:    src/resources/forrestbot/ant templates.build.xml
  Log:
  Some unpleasant hackery to get the bot functional again
  
  Revision  Changes    Path
  1.10      +9 -4      xml-forrest/src/resources/forrestbot/ant/templates.build.xml
  
  Index: templates.build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/ant/templates.build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- templates.build.xml	3 Nov 2002 10:49:33 -0000	1.9
  +++ templates.build.xml	26 Nov 2002 11:24:28 -0000	1.10
  @@ -217,11 +217,15 @@
         ############################
         # Target: generate
         # Calling ${forrest.home}/forrest.build.xml#-site
  -      # In dir ${get-src.local-copy.project-dir}
  +      # In dir ${project.ctxt-dir}
         ############################
       </echo>
  -    <ant dir="${project.ctxt-dir}"
  -      antfile="${forrest.home}/forrest.build.xml" target="-site">
  +    <!--# In dir ${get-src.local-copy.project-dir}-->
  +    <!--<ant dir="${project.ctxt-dir}"-->
  +      <ant dir="${project.ctxt-dir}"
  +        antfile="${forrest.home}/forrest.build.xml" target="-site">
  +        <property name="project.content.present"
  +          value="HACK"/>
       </ant>
     </target>
   
  @@ -313,7 +317,8 @@
   	</echo>
     </target>
   
  -  <target name="template.mail" if="mail.send" depends="echo.mail">
  +  <!--<target name="template.mail" if="mail.send" depends="echo.mail">-->
  +  <target name="template.mail" depends="echo.mail">
       <property name="mail.host" value="localhost" />
       <mail from="forrest-bot@xml.apache.org"
             mailhost="${mail.host}"