rubys       02/01/09 03:58:53

  Modified:    proposal/gump build.xml
               proposal/gump/stylesheet pubdocs.xsl
  Log:
  Through trial and error, find something that works on both Unix and Windows.
  Grrr...
  
  Also, publishing process was creating a directory one level too nested.
  
  Revision  Changes    Path
  1.6       +7 -2      jakarta-alexandria/proposal/gump/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 8 Jan 2002 18:10:17 -0000       1.5
  +++ build.xml 9 Jan 2002 11:58:53 -0000       1.6
  @@ -83,8 +83,13 @@
     <!-- Generate javadocs -->
     <target name="javadocs" depends="compile" unless="javadocs.uptodate">
       <mkdir dir="javadocs"/>
  -    <javadoc sourcepath="java" sourcefiles="java/*.java" destdir="javadocs" 
  -      classpath="jenny.jar"/>
  +    <javadoc sourcepath="java" destdir="javadocs" classpath="jenny.jar">
  +      <source file="java/Jenny.java"/>
  +      <source file="java/Module.java"/>
  +      <source file="java/Project.java"/>
  +      <source file="java/Repository.java"/>
  +      <source file="java/Workspace.java"/>
  +    </javadoc>
     </target>
   
     <!-- Generate publish instructions for the javadocs -->
  
  
  
  1.3       +1 -0      jakarta-alexandria/proposal/gump/stylesheet/pubdocs.xsl
  
  Index: pubdocs.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/pubdocs.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- pubdocs.xsl       8 Jan 2002 18:54:58 -0000       1.2
  +++ pubdocs.xsl       9 Jan 2002 11:58:53 -0000       1.3
  @@ -13,6 +13,7 @@
           $dest = $map{$source};
           rmtree $dest, 0, 0;
           mkpath $dest, 0, 0775;
  +        rmdir $dest;
           system "cp -r $source $dest";
           print "+ $source\n";
         } else {
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to