Author: eric
Date: Sun Jan 13 08:51:41 2013
New Revision: 1432569

URL: http://svn.apache.org/viewvc?rev=1432569&view=rev
Log:
deploy site document update of build instructions with trunk, contributed by 
Jerry Tian (JAMES-1468)

Modified:
    james/site/trunk/www/server/3/dev-build.html

Modified: james/site/trunk/www/server/3/dev-build.html
URL: 
http://svn.apache.org/viewvc/james/site/trunk/www/server/3/dev-build.html?rev=1432569&r1=1432568&r2=1432569&view=diff
==============================================================================
--- james/site/trunk/www/server/3/dev-build.html (original)
+++ james/site/trunk/www/server/3/dev-build.html Sun Jan 13 08:51:41 2013
@@ -18,11 +18,11 @@
   under the License.    
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<!-- Generated by Apache Maven Doxia at Apr 17, 2012 -->
+<!-- Generated by Apache Maven Doxia at Jan 13, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>
+    <title>Apache James Server 3.0 - 
   Apache James Server 3 - Build Apache James from Source</title>
     <style type="text/css" media="all">
       @import url("./css/james.css");
@@ -37,7 +37,7 @@
     <script type="text/javascript" 
src="./js/jquery/js/jquery-ui-1.8.5.custom.min.js"></script>
     <script type="text/javascript" 
src="./js/fancybox/jquery.fancybox-1.3.4.js"></script>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20120417" />
+    <meta name="Date-Revision-yyyymmdd" content="20130113" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link title="DOAP" rel="meta" type="application/rdf+xml" 
href="http://james.apache.org//doap_james-project.rdf"/>
@@ -77,7 +77,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2012-04-17</span>
+        <span id="publishDate">Last Published: 2013-01-13</span>
                       </div>
             <div class="xright">                    <a href="../../index.html" 
title="Home">Home</a>
             |
@@ -87,8 +87,6 @@
             |
                         <a href="../../protocols/index.html" 
title="Protocols">Protocols</a>
             |
-                        <a href="../../imap/index.html" title="IMAP">IMAP</a>
-            |
                         <a href="../../mailet/index.html" 
title="Mailets">Mailets</a>
             |
                         <a href="../../mailbox/index.html" 
title="Mailbox">Mailbox</a>
@@ -332,7 +330,7 @@
       <li>Java Development Kit - You must have a JDK of Java version 1.6 or 
higher installed to build the 
           James distribution.  The exact JDKs available depend on the 
platform.  A JDK must be downloaded and
           installed before the build can run.</li>
-      <li>Maven 3.0.2 - This is a Java-tailored, XML-configured, extensible 
build or make system. You need ant (3.0.2+) in order
+      <li>Maven 3.0.2 - This is a Java-tailored, XML-configured, extensible 
build or make system. You need maven (3.0.2+) in order
           to build James. You can get maven 3.0.2 from <a class="externalLink" 
href="http://maven.apache.org/download.html";>here</a>.
           Installation instructions for maven are also available on the same 
page <a class="externalLink" 
href="http://maven.apache.org/download.html";>http://maven.apache.org/download.html</a>.</li>
     </ol>
@@ -347,7 +345,10 @@
       <li>clean - deletes the target directory, making the system ready for a 
clean build.</li>
       <li>compile - compiles the source code.</li>
       <li>test - run unit tests for James.</li>
-      <li><b>package - generates all the James distributions, packed. From the 
root directory, cd to 'container-spring/target' to have the build 
distribution.</b></li>
+      <li><b>package - generates all the James distributions, packed. 
+      From the root directory, cd to 'container-spring/target' to have the 
build distribution. 
+      Notice, for the latest trunk(revision 1430655+), a specific profile 
argument need to be set: '-Pwith-assembly'. 
+      The location of final distributions is also changed to 
'JAMES_SRC_HOME/server/app/target'.</b></li>
       <li>javadocs:javadocs - builds the James javadocs.</li>
       <li>site - builds the entirety of the James website.</li>
     </ul>
@@ -493,7 +494,7 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">Copyright &#169;                    2002-2012
+      <div class="xright">Copyright &#169;                    2002-2013
                         <a href="http://www.apache.org/";>The Apache Software 
Foundation</a>.
             All Rights Reserved.      
                 


Reply via email to