You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/02/06 16:58:39 UTC

svn commit: r151596 - in jakarta/commons/sandbox/jex/trunk: PROPOSAL.html build.xml project.xml xdocs/navigation.xml

Author: dirkv
Date: Sun Feb  6 07:58:38 2005
New Revision: 151596

URL: http://svn.apache.org/viewcvs?view=rev&rev=151596
Log:
CVS => SVN conversion

Added:
    jakarta/commons/sandbox/jex/trunk/xdocs/navigation.xml
Modified:
    jakarta/commons/sandbox/jex/trunk/PROPOSAL.html
    jakarta/commons/sandbox/jex/trunk/build.xml
    jakarta/commons/sandbox/jex/trunk/project.xml

Modified: jakarta/commons/sandbox/jex/trunk/PROPOSAL.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jex/trunk/PROPOSAL.html?view=diff&r1=151595&r2=151596
==============================================================================
--- jakarta/commons/sandbox/jex/trunk/PROPOSAL.html (original)
+++ jakarta/commons/sandbox/jex/trunk/PROPOSAL.html Sun Feb  6 07:58:38 2005
@@ -86,7 +86,7 @@
 
 <ul>
 <li>
-CVS Repository - New directory jex in the <tt>jakarta-commons</tt> CVS
+SVN repository - New directory jex in the <tt>jakarta/commons</tt> SVN
 repository.</li>
 
 <li>

Modified: jakarta/commons/sandbox/jex/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jex/trunk/build.xml?view=diff&r1=151595&r2=151596
==============================================================================
--- jakarta/commons/sandbox/jex/trunk/build.xml (original)
+++ jakarta/commons/sandbox/jex/trunk/build.xml Sun Feb  6 07:58:38 2005
@@ -3,7 +3,7 @@
 
 <!--
         "Jex" component of the Jakarta Commons Subproject
-        $Id: build.xml,v 1.1 2002/06/12 22:31:48 dmitri Exp $
+        $Id$
 -->
 
 
@@ -293,7 +293,7 @@
   <!-- D I S T                                                            -->
   <!-- ================================================================== -->
 
-  <target name="dist" depends="compile,jar,javadoc,xdoc"
+  <target name="dist" depends="compile,jar,javadoc"
    description="Create binary distribution">
     <mkdir      dir="${dist.home}"/>
     <copy      file="LICENSE"
@@ -314,79 +314,6 @@
       <arg value="org.apache.commons.jex.JexTestCase"/>
       <classpath refid="test.classpath"/>
     </java>
-  </target>
-
-<!-- ========== Documentation ========================================= -->
-
-  <target name="xdoc.fetch-stylesheet" unless="localstylesheet">
-      <echo>
-       ####################################################################
-       #
-       #  Fetching the latest stylesheet from jakarta-site2
-       #
-       #  NOTE : As this build target is meant for developers, this requires
-       #    a properly setup CVS.  But you are encouraged to use this to
-       #    experiment with Anakia - if the fetch fails, it may be because
-       #    you haven't yet logged into CVS. The way to do it, assuming you
-       #    have a resonable CVS client setup is
-       #
-       #  $ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
-       #  password: anoncvs
-       #
-       #  and that should solve it.
-       #
-       #  See http://jakarta.apache.org/site/cvsindex.html for more
-       #      information, or http://www.cvshome.org/
-       #
-       #  Ant really is the bee's knees. http://jakarta.apache.org/ant/
-       #
-       ######################################################################
-       </echo>
-
-      <cvs cvsRoot=":pserver:anoncvs@cvs.apache.org:/home/cvspublic"
-          command="checkout -p jakarta-site2/xdocs/stylesheets/site.vsl"
-          output="${docs.src}/stylesheets/site.vsl"
-      />
-  </target>
-
-  <target name="xdoc" depends="xdoc.fetch-stylesheet"
-          description="Generates HTML documentation from XML source">
-    <mkdir      dir="${dist.home}"/>
-    <mkdir      dir="${dist.home}/docs"/>
-
-      <taskdef name="anakia" classname="org.apache.velocity.anakia.AnakiaTask">
-          <classpath location="${velocity.jar}"/>
-          <classpath location="${jdom.jar}"/>
-          <classpath location="${xerces.jar}"/>
-          <classpath location="${commons-collections.jar}"/>
-          <classpath location="${logkit.jar}"/>
-      </taskdef>
-
-      <echo>
-       #######################################################
-       #
-       #  Now using Anakia to transform our XML documentation
-       #  to HTML.
-       #
-       #######################################################
-       </echo>
-
-      <anakia basedir="${docs.src}" destdir="${docs.dest}/"
-           extension=".html" style="./site.vsl"
-           projectFile="stylesheets/project.xml"
-           excludes="**/stylesheets/** empty.xml"
-           includes="**/*.xml"
-           lastModifiedCheck="true"
-           templatePath="xdocs/stylesheets">
-      </anakia>
-
-      <copy todir="${docs.dest}/images" filtering="no">
-          <fileset dir="${docs.src}/images">
-              <include name="**/*.gif"/>
-              <include name="**/*.jpeg"/>
-              <include name="**/*.jpg"/>
-          </fileset>
-      </copy>
   </target>
 
 </project>

Modified: jakarta/commons/sandbox/jex/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jex/trunk/project.xml?view=diff&r1=151595&r2=151596
==============================================================================
--- jakarta/commons/sandbox/jex/trunk/project.xml (original)
+++ jakarta/commons/sandbox/jex/trunk/project.xml Sun Feb  6 07:58:38 2005
@@ -16,7 +16,6 @@
   <description>A package of Java APIs for expression language evaluation</description>
 
   <url>http://jakarta.apache.org/commons/jex/</url>
-  <!-- cvsWebUrl>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jex/</cvsWebUrl -->
   <issueTrackingUrl>http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMEDcomponent=JEX</issueTrackingUrl>
   <siteAddress>jakarta.apache.org</siteAddress>
   <siteDirectory>/www/jakarta.apache.org/commons/jex</siteDirectory>

Added: jakarta/commons/sandbox/jex/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jex/trunk/xdocs/navigation.xml?view=auto&rev=151596
==============================================================================
--- jakarta/commons/sandbox/jex/trunk/xdocs/navigation.xml (added)
+++ jakarta/commons/sandbox/jex/trunk/xdocs/navigation.xml Sun Feb  6 07:58:38 2005
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'>
+<project name="Commons&#xA0;JEX">
+    <title>Commons&#xA0;JEX</title>
+    <body>
+        <menu name="Commons&#xA0;JEX">
+            <item name="Overview"                      href="/index.html" />
+            <item name="API&#xA0;Documentation"        href="/apidocs/index.html"/>
+        </menu>
+        &common-menus;
+    </body>
+</project>



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