Steve Brewin wrote:

Hes Siemelink wrote:
<snipped>

Regarding the HEAD/current version issues, now that migration to SVN is
complete, we ought to be able to reorganize. In the meantime, if you would
like to submit a patch to the README or readme.html files or add a new file,
please do and I will happily review and commit the changes.


OK Steve, thanks for the encouragement!

Here's a diff for the build.xml of the SVN trunk (main branch). It will print a warning message and some directions if you try to build it. I think this will be the most effective way to help people who've downloaded the trunk to find the source they actually want.

Cheers,

   Hes.

If you would like to submit patches to the .xdocs for undocumented matchers
and mailets I would be more than happy to review and commit them!


Would that mean editing the files provided_mailets_2_1.xml and provided_matchers_2_1.xml in trunk\src\xdocs?


Index: build.xml
===================================================================
--- build.xml   (revision 124213)
+++ build.xml   (working copy)
@@ -5,7 +5,7 @@
 
 <!-- ==========================================================================
 
- James build file $Revision: 1.146 $  Committed on $Date: 2004/06/14 20:50:11 
$ by: $Author: noel $
+ James build file $Revision$  Committed on $Date$ by: $Author$
 
 Authors:
  James Project <[email protected]>
@@ -29,7 +29,7 @@
 ==============================================================================
  -->
 
-<project default="main" basedir=".">
+<project default="warning" basedir=".">
     <!--
     Give user a chance to override without editing this file
     (and without typing -D each time he compiles it)
@@ -121,6 +121,29 @@
 
     <!--
     ===================================================================
+                                  Warning
+    ===================================================================
+    -->
+    <target name="warning">
+        <echo message="WARNING"/>
+        <echo message=""/>
+        <echo message="This is the trunk (main branch), which is only used 
for"/>
+        <echo message="experimental purposes."/>
+        <echo message=""/>
+        <echo message="Unless you are a developer, you never want to take 
anything"/>
+        <echo message="from either trunk or branches.  You want a tag, 
representing"/>
+        <echo message="a snapshot of the code at a point in time, e.g.,"/>
+        <echo 
message="http://svn.apache.org/repos/asf/james/server/tags/build_2_2_0_fcs/"/>
+        <echo message="is the v2.2.0 release."/>
+        <echo message=""/>
+        <echo message="At present, if you want the current working code, you 
want"/>
+        <echo 
message="http://svn.apache.org/repos/asf/james/server/branches/branch_2_1_fcs/"/>
+        <echo message=""/>
+        <echo message="To build the main target, give the command 'ant main'"/>
+    </target>
+
+    <!--
+    ===================================================================
                                   Main target
     ===================================================================
     -->

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

Reply via email to