You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by kl...@apache.org on 2003/08/02 21:48:57 UTC

cvs commit: jakarta-poi build.xml

klute       2003/08/02 12:48:57

  Modified:    .        build.xml
  Log:
  Forrest URL added.
  
  Revision  Changes    Path
  1.47      +4 -5      jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- build.xml	26 Jul 2003 07:31:42 -0000	1.46
  +++ build.xml	2 Aug 2003 19:48:57 -0000	1.47
  @@ -354,11 +354,10 @@
       </target>
   
       <target name="-check-forrest-installed" unless="env.FORREST_HOME">
  -        <echo>
  -            Please install apache forrest and set the
  -            FORREST_HOME environment variable.
  -        </echo>
  -        <fail/>
  +        <echo>Please install Apache Forrest (see
  +&lt;http://xml.apache.org/forrest/index.html&gt;) and set the
  +FORREST_HOME environment variable!</echo>
  +        <fail message="Apache Forrest is not installed."/>
       </target>
   
       <!--    <target name="check-docs">-->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/