You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/02/11 23:00:25 UTC

svn commit: r743526 - in /james/jsieve/trunk: mailet/build.xml main/build.xml util/build.xml

Author: rdonkin
Date: Wed Feb 11 22:00:24 2009
New Revision: 743526

URL: http://svn.apache.org/viewvc?rev=743526&view=rev
Log:
No need to generate javadocs every time.

Modified:
    james/jsieve/trunk/mailet/build.xml
    james/jsieve/trunk/main/build.xml
    james/jsieve/trunk/util/build.xml

Modified: james/jsieve/trunk/mailet/build.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/mailet/build.xml?rev=743526&r1=743525&r2=743526&view=diff
==============================================================================
--- james/jsieve/trunk/mailet/build.xml (original)
+++ james/jsieve/trunk/mailet/build.xml Wed Feb 11 22:00:24 2009
@@ -173,36 +173,6 @@
 
     <!--
     ===================================================================
-                                  Javadocs
-    ===================================================================
-    -->
-    <target name="javadocs" depends="compile">
-        <echo message="Making jSieve Javadocs" />
-
-        <delete dir="${build.javadocs}" />
-        <mkdir dir="${build.javadocs}" />
-        <javadoc failonerror="yes" packagenames="org.apache.jsieve.*" destdir="${build.javadocs}">
-            <sourcepath>
-                <pathelement path="${java.dir}" />
-                <pathelement path="${build.src}" />
-            </sourcepath>
-            <classpath refid="project.class.path" />
-            <doclet name="com.sun.tools.doclets.standard.Standard">
-                <param name="-author" />
-                <param name="-version" />
-                <param name="-use" />
-                <param name="-breakiterator" />
-                <param name="-link" value="http://java.sun.com/j2se/1.4/docs/api" />
-                <param name="-link" value="http://java.sun.com/j2ee/sdk_1.3/techdocs/api" />
-                <param name="-doctitle" value="${Name} ${version}" />
-                <param name="-windowtitle" value="${Name} API" />
-                <param name="-bottom" value="Copyright (c) ${year} &lt;a href='http://www.apache.org'&gt;Apache Software Foundation&lt;/a&gt; Apache 2.0 Licensed." />
-            </doclet>
-        </javadoc>
-    </target>
-
-    <!--
-    ===================================================================
                 Build everything
     ===================================================================
     -->
@@ -216,7 +186,7 @@
                                   Build all distributions
     ===================================================================
     -->
-    <target name="dist" depends="dist-lite,javadocs" />
+    <target name="dist" depends="dist-lite" />
 
     <!--
     ===================================================================

Modified: james/jsieve/trunk/main/build.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/main/build.xml?rev=743526&r1=743525&r2=743526&view=diff
==============================================================================
--- james/jsieve/trunk/main/build.xml (original)
+++ james/jsieve/trunk/main/build.xml Wed Feb 11 22:00:24 2009
@@ -217,37 +217,6 @@
 
     <!--
     ===================================================================
-                                  Javadocs
-    ===================================================================
-    -->
-    <target name="javadocs" depends="compile">
-
-        <echo message="Making jSieve Javadocs" />
-
-        <delete dir="${build.javadocs}" />
-        <mkdir dir="${build.javadocs}" />
-        <javadoc failonerror="yes" packagenames="org.apache.jsieve.*" destdir="${build.javadocs}">
-            <sourcepath>
-                <pathelement path="${java.dir}" />
-                <pathelement path="${build.src}" />
-            </sourcepath>
-            <classpath refid="project.class.path" />
-            <doclet name="com.sun.tools.doclets.standard.Standard">
-                <param name="-author" />
-                <param name="-version" />
-                <param name="-use" />
-                <param name="-breakiterator" />
-                <param name="-link" value="http://java.sun.com/j2se/1.4/docs/api" />
-                <param name="-link" value="http://java.sun.com/j2ee/sdk_1.3/techdocs/api" />
-                <param name="-doctitle" value="${Name} ${version}" />
-                <param name="-windowtitle" value="${Name} API" />
-                <param name="-bottom" value="Copyright (c) ${year} &lt;a href='http://www.apache.org'&gt;Apache Software Foundation&lt;/a&gt; Apache 2.0 Licensed." />
-            </doclet>
-        </javadoc>
-    </target>
-
-    <!--
-    ===================================================================
                 Build everything
     ===================================================================
     -->
@@ -261,7 +230,7 @@
                                   Build all distributions
     ===================================================================
     -->
-    <target name="dist" depends="dist-lite,javadocs" />
+    <target name="dist" depends="dist-lite" />
 
     <!--
     ===================================================================

Modified: james/jsieve/trunk/util/build.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/util/build.xml?rev=743526&r1=743525&r2=743526&view=diff
==============================================================================
--- james/jsieve/trunk/util/build.xml (original)
+++ james/jsieve/trunk/util/build.xml Wed Feb 11 22:00:24 2009
@@ -172,36 +172,6 @@
 
     <!--
     ===================================================================
-                                  Javadocs
-    ===================================================================
-    -->
-    <target name="javadocs" depends="compile">
-        <echo message="Making jSieve Javadocs" />
-
-        <delete dir="${build.javadocs}" />
-        <mkdir dir="${build.javadocs}" />
-        <javadoc failonerror="yes" packagenames="org.apache.jsieve.*" destdir="${build.javadocs}">
-            <sourcepath>
-                <pathelement path="${java.dir}" />
-                <pathelement path="${build.src}" />
-            </sourcepath>
-            <classpath refid="project.class.path" />
-            <doclet name="com.sun.tools.doclets.standard.Standard">
-                <param name="-author" />
-                <param name="-version" />
-                <param name="-use" />
-                <param name="-breakiterator" />
-                <param name="-link" value="http://java.sun.com/j2se/1.4/docs/api" />
-                <param name="-link" value="http://java.sun.com/j2ee/sdk_1.3/techdocs/api" />
-                <param name="-doctitle" value="${Name} ${version}" />
-                <param name="-windowtitle" value="${Name} API" />
-                <param name="-bottom" value="Copyright (c) ${year} &lt;a href='http://www.apache.org'&gt;Apache Software Foundation&lt;/a&gt; Apache 2.0 Licensed." />
-            </doclet>
-        </javadoc>
-    </target>
-
-    <!--
-    ===================================================================
                 Build everything
     ===================================================================
     -->
@@ -215,7 +185,7 @@
                                   Build all distributions
     ===================================================================
     -->
-    <target name="dist" depends="dist-lite,javadocs" />
+    <target name="dist" depends="dist-lite" />
 
     <!--
     ===================================================================



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