You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by jo...@apache.org on 2001/04/30 18:35:01 UTC

cvs commit: jakarta-site2/xdocs index.xml

jon         01/04/30 09:35:00

  Modified:    .        build.xml
               docs     index.html
               xdocs    index.xml
  Log:
  assuming that you have Ant 1.3 "installed", you can now just type "ant" in
  the jakarta-site2 directory and it will build the documentation. in other
  words, this will eventually obsolete the build.sh and build.bat scripts
  
  apachecon 2001 is over, so comment it out for now until the next one
  arrives.
  
  -jon
  
  Revision  Changes    Path
  1.5       +14 -2     jakarta-site2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	2001/03/15 03:07:36	1.4
  +++ build.xml	2001/04/30 16:34:53	1.5
  @@ -5,9 +5,18 @@
       <property name="docs.src" value="./xdocs"/>
       <property name="docs.dest" value="./docs"/>
   
  +    <!-- Build classpath -->
  +    <path id="classpath">
  +        <fileset dir="./lib">
  +            <include name="**/*.jar"/>
  +        </fileset>
  +    </path>
  +
       <target name="prepare">    
           <available classname="org.apache.velocity.anakia.AnakiaTask" 
  -            property="AnakiaTask.present"/>
  +            property="AnakiaTask.present">
  +            <classpath refid="classpath"/>
  +        </available>
       </target>
   
       <target depends="prepare" name="prepare-error" unless="AnakiaTask.present">
  @@ -18,7 +27,10 @@
       </target>
   
       <target name="docs" depends="prepare-error" if="AnakiaTask.present">
  -        <taskdef name="anakia" classname="org.apache.velocity.anakia.AnakiaTask"/>
  +        <taskdef name="anakia" 
  +            classname="org.apache.velocity.anakia.AnakiaTask">
  +            <classpath refid="classpath"/>
  +        </taskdef>
           <anakia basedir="${docs.src}" destdir="${docs.dest}/"
                extension=".html" style="./site.vsl"
                projectFile="stylesheets/project.xml"
  
  
  
  1.23      +0 -3      jakarta-site2/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/index.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- index.html	2001/04/03 04:18:24	1.22
  +++ index.html	2001/04/30 16:34:57	1.23
  @@ -156,9 +156,6 @@
   procedures, communication and many other important aspects of how <a href="./site/whoweare.html">we</a> manage this project.
   </p>
                                                   <p>
  -<a href="http://ApacheCon.Com/2001/US/"><img border="0" width="135" height="52" src="http://ApacheCon.Com/2001/US/images/apachecon_logo_135x52.gif" alt="ApacheCon" /></a>
  -</p>
  -                                                <p>
   The older <a href="http://java.apache.org/">Java Apache</a> Project has
   all of its active projects merged into the Jakarta website now. Some of
   the older retired projects (like JServ) are still linked off the Java
  
  
  
  1.7       +2 -2      jakarta-site2/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.xml	2001/03/30 22:23:34	1.6
  +++ index.xml	2001/04/30 16:34:58	1.7
  @@ -42,9 +42,9 @@
   href="./site/whoweare.html">we</a> manage this project.
   </p>
   
  -<p>
  +<!-- ApacheCon is over. <p>
   <a href="http://ApacheCon.Com/2001/US/"><img border="0" width="135" height="52" src="http://ApacheCon.Com/2001/US/images/apachecon_logo_135x52.gif" alt="ApacheCon"/></a>
  -</p>
  +</p> -->
   
   <p>
   The older <a href="http://java.apache.org/">Java Apache</a> Project has