You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2005/01/18 11:04:33 UTC

cvs commit: jakarta-commons/digester build.xml

skitching    2005/01/18 02:04:33

  Modified:    digester build.xml
  Log:
  Add comment re javadoc target not working on MS-Windows.
  
  Revision  Changes    Path
  1.57      +6 -1      jakarta-commons/digester/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/build.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- build.xml	20 Sep 2004 21:59:23 -0000	1.56
  +++ build.xml	18 Jan 2005 10:04:33 -0000	1.57
  @@ -221,6 +221,11 @@
      description="Clean and compile all components"/>
   
   
  +  <!--
  +    - Note that this javadoc target currently does not work on MS-Windows.
  +    - As a temporary measure, the "bottom" attribute can be removed when
  +    - building on that platform.
  +    -->
     <target name="javadoc" depends="compile"
      description="Create component Javadoc documentation">
       <mkdir      dir="${dist.home}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org