You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mailet-api@james.apache.org by ba...@apache.org on 2007/05/09 10:59:53 UTC

svn commit: r536463 - in /james/mailet/trunk: build.xml default.properties include.properties

Author: bago
Date: Wed May  9 01:59:52 2007
New Revision: 536463

URL: http://svn.apache.org/viewvc?view=rev&rev=536463
Log:
Update build.xml and properties to remove unused references (commons-*/jakarta-oro/log4j) and to reference javamail/activation from local stage folder.
Also removed unittesting until we'll introduce some test.

Modified:
    james/mailet/trunk/build.xml
    james/mailet/trunk/default.properties
    james/mailet/trunk/include.properties

Modified: james/mailet/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/mailet/trunk/build.xml?view=diff&rev=536463&r1=536462&r2=536463
==============================================================================
--- james/mailet/trunk/build.xml (original)
+++ james/mailet/trunk/build.xml Wed May  9 01:59:52 2007
@@ -47,17 +47,8 @@
     -->
 
     <path id="project.class.path">
-        <pathelement location="${xercesImpl.jar}"/>
-        <pathelement location="${xmlApis.jar}"/>        
-        <pathelement location="${javax-mail.jar}"/>
-        <pathelement location="${javax-activation.jar}"/>
-        <pathelement location="${commons-digester.jar}"/>
-        <pathelement location="${commons-collections.jar}"/>
-        <pathelement location="${commons-beanutils.jar}"/>
-        <pathelement location="${commons-logging.jar}"/>
-        <pathelement location="${jakarta-oro.jar}"/>
-        <pathelement location="${log4j.jar}"/>
-        <pathelement location="${junit.jar}"/>
+        <pathelement path="${javax-mail.jar}"/>
+        <pathelement path="${javax-activation.jar}"/>
         <pathelement path="${java.class.path}" />
         <pathelement path="${build.classes}" />
     </path>
@@ -99,9 +90,13 @@
       </copy>
       <fixcrlf srcdir="${java.dir}" includes="**/*.java" eol="lf" tab="remove" tablength="4" />
       <fixcrlf srcdir="${java.dir}" includes="**/*.html" eol="lf" tab="remove" tablength="4" />
+      <!-- 
       <fixcrlf srcdir="${test.dir}" includes="**/*.java" eol="lf" tab="remove" tablength="4" />
+       -->
       <fixcrlf srcdir="${xdocs.dir}" includes="**/*.xml" eol="lf" tab="remove" tablength="4" />
+      <!-- 
       <fixcrlf srcdir="${conf.dir}" includes="**/*.xml" eol="lf" tab="remove" tablength="4" />
+       -->
       <fixcrlf srcdir="." includes="build.sh" eol="lf"/>
       <fixcrlf srcdir="." includes="build.bat" eol="crlf"/>
       <fixcrlf srcdir="." includes="build.xml" eol="lf"/>
@@ -131,7 +126,7 @@
         <classpath refid="project.class.path"/>
         <src path="${build.src}"/>
         <src path="${java.dir}"/>
-        <src path="${test.dir}"/>
+        <!-- <src path="${test.dir}"/>  -->
         <include name="org/apache/mailet/**"/>
         <exclude name="**/samples/*/**"/>
       </javac>
@@ -334,10 +329,8 @@
     <target name="dist-lite-test" depends="dist-lite-build">
         <echo message="Testing dist-lite build"/>
         <mkdir dir="${dist.dir}/reports"/>
+        <!-- 
         <junit printsummary="yes" haltonfailure="yes" filtertrace="on">
-            <!-- Uncomment this to remotely debug the tests
-            <jvmarg line="-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y"/>
-            -->
             <classpath id="junit.class.path">
                 <fileset dir="${dist.dir}/lib">
                     <include name="**/*.jar"/>
@@ -354,6 +347,7 @@
                 </fileset>
             </batchtest>
         </junit>
+        -->
     </target>
 
     <!--

Modified: james/mailet/trunk/default.properties
URL: http://svn.apache.org/viewvc/james/mailet/trunk/default.properties?view=diff&rev=536463&r1=536462&r2=536463
==============================================================================
--- james/mailet/trunk/default.properties (original)
+++ james/mailet/trunk/default.properties Wed May  9 01:59:52 2007
@@ -82,12 +82,3 @@
 #
 
 www.dir = ${mailet.dir}/www
-
-#
-# tools properties
-#
-
-tools.dir=${mailet.dir}/tools
-
-# ----- JavaCC -----
-javacc.jar=${tools.dir}/javacc-4.0/bin/lib/javacc.jar

Modified: james/mailet/trunk/include.properties
URL: http://svn.apache.org/viewvc/james/mailet/trunk/include.properties?view=diff&rev=536463&r1=536462&r2=536463
==============================================================================
--- james/mailet/trunk/include.properties (original)
+++ james/mailet/trunk/include.properties Wed May  9 01:59:52 2007
@@ -20,29 +20,8 @@
 #                REQUIRED LIBRARIES
 # --------------------------------------------------
 
-# ----- From lib
-
-# ----- Xerces ---------------
-xercesImpl.jar = ${lib.dir}/xercesImpl-2.6.0.jar
-xmlApis.jar = ${lib.dir}/xml-apis-2.6.0.jar
-
 # ----- Javax mail -----
-javax-mail.jar=${lib.dir}/${javamail.id}.jar
+javax-mail.jar=stage/javax.mail/jars/${javamail.id}.jar
 
 # ----- Activation -----
-javax-activation.jar=${lib.dir}/${activation.id}.jar
-
-# ----- Commons -----
-commons-digester.jar=${lib.dir}/commons-digester-1.8.jar
-commons-collections.jar=${lib.dir}/commons-collections-2.1.jar
-commons-beanutils.jar=${lib.dir}/commons-beanutils-1.6.1.jar
-commons-logging.jar=${lib.dir}/commons-logging-1.0.3.jar
-
-# ----- Jakarta ORO -----
-jakarta-oro.jar=${lib.dir}/jakarta-oro-2.0.7.jar
-
-# ----- Log4J -----
-log4j.jar=${lib.dir}/log4j-1.2.8.jar
-
-# ----- JUnit -----
-junit.jar=${lib.dir}/junit.jar
+javax-activation.jar=stage/activation/jars/${activation.id}.jar