You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by sa...@apache.org on 2006/01/18 07:16:12 UTC

svn commit: r370066 - in /incubator/synapse/trunk/java: project.xml xdocs/download.html xdocs/getInvolved.html xdocs/navigation.xml xdocs/svn.html

Author: saminda
Date: Tue Jan 17 22:14:36 2006
New Revision: 370066

URL: http://svn.apache.org/viewcvs?rev=370066&view=rev
Log:
maven site 

Added:
    incubator/synapse/trunk/java/xdocs/svn.html
Modified:
    incubator/synapse/trunk/java/project.xml
    incubator/synapse/trunk/java/xdocs/download.html
    incubator/synapse/trunk/java/xdocs/getInvolved.html
    incubator/synapse/trunk/java/xdocs/navigation.xml

Modified: incubator/synapse/trunk/java/project.xml
URL: http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/project.xml?rev=370066&r1=370065&r2=370066&view=diff
==============================================================================
--- incubator/synapse/trunk/java/project.xml (original)
+++ incubator/synapse/trunk/java/project.xml Tue Jan 17 22:14:36 2006
@@ -17,7 +17,7 @@
 
     <inceptionYear>2005</inceptionYear>
     <package>org.apache.synapse</package>
-    <logo/>
+    <logo>http://incubator.apache.org/synapse/images/synapse.png</logo>
     <description>The Synapse project will create a robust, lightweight
         implementation of a highly scalable and distributed service mediation
         framework based on Web services specifications.</description>

Modified: incubator/synapse/trunk/java/xdocs/download.html
URL: http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/xdocs/download.html?rev=370066&r1=370065&r2=370066&view=diff
==============================================================================
--- incubator/synapse/trunk/java/xdocs/download.html (original)
+++ incubator/synapse/trunk/java/xdocs/download.html Tue Jan 17 22:14:36 2006
@@ -1,23 +1,29 @@
+<html>
 <title>:: Synapse Downloads ::</title>
+
+<body>
 <h2>Downloads</h2>
+
 <p>This page will contain the downloadables of Apache Synapse.</p>
 <table border="1" style="border-collapse: collapse" width="93%" id="table1">
-  <tbody>
-    <tr>
-      <td width="41" align="center">Name</td>
-      <td width="353" align="center">Type</td>
-      <td width="288" align="center">Distribution</td>
-      <td width="69" align="center">Date</td>
-      <td width="119" align="center">Description</td>
-    </tr>
-    <tr>
-      <td align="center" valign="middle"><a name="M2"></a>M1</td>
-      <td align="center">Milestone</td>
-      <td>Source Distribution zip<br>
-        Binary Distribution zip</td>
-      <td>xx-xx-xxxx</td>
-      <td>Milestone Release #1</td>
-    </tr>
-  </tbody>
+    <tbody>
+        <tr>
+            <td width="41" align="center">Name</td>
+            <td width="353" align="center">Type</td>
+            <td width="288" align="center">Distribution</td>
+            <td width="69" align="center">Date</td>
+            <td width="119" align="center">Description</td>
+        </tr>
+        <tr>
+            <td align="center" valign="middle"><a name="M2"></a>M1</td>
+            <td align="center">Milestone</td>
+            <td>Source Distribution zip<br>
+                Binary Distribution zip</td>
+            <td>xx-xx-xxxx</td>
+            <td>Milestone Release #1</td>
+        </tr>
+    </tbody>
 </table>
 <p>&nbsp; </p>
+</body>
+</html>

Modified: incubator/synapse/trunk/java/xdocs/getInvolved.html
URL: http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/xdocs/getInvolved.html?rev=370066&r1=370065&r2=370066&view=diff
==============================================================================
--- incubator/synapse/trunk/java/xdocs/getInvolved.html (original)
+++ incubator/synapse/trunk/java/xdocs/getInvolved.html Tue Jan 17 22:14:36 2006
@@ -1,2 +1,17 @@
-<title>:: Get Involved ::</title>
-This will list some information for a new comer to get in to Synapse.
\ No newline at end of file
+<html>
+<body>
+<title>Get Involved</title>
+
+<p>For more information see</p>
+
+<ol><li>The original proposal: <a
+        href="http://wiki.apache.org/incubator/SynapseProposal">http://wiki.apache.org/incubator/SynapseProposal</a></li>
+
+    <li>The Wiki: <a href="http://wiki.apache.org/ws/Synapse">http://wiki.apache.org/ws/Synapse</a></li>
+    <li>The Wiki User Guide: <a
+        href="http://wiki.apache.org/ws/Synapse/UserGuide">http://wiki.apache.org/ws/Synapse/UserGuide</a></li>
+    <li>M1 release criteria: <a
+        href="http://wiki.apache.org/ws/Synapse/M1Criteria">http://wiki.apache.org/ws/Synapse/M1Criteria</a></li></ol>
+
+</body>
+</html>
\ No newline at end of file

Modified: incubator/synapse/trunk/java/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/xdocs/navigation.xml?rev=370066&r1=370065&r2=370066&view=diff
==============================================================================
--- incubator/synapse/trunk/java/xdocs/navigation.xml (original)
+++ incubator/synapse/trunk/java/xdocs/navigation.xml Tue Jan 17 22:14:36 2006
@@ -14,7 +14,7 @@
         <item name="Writing Processors" href="extension_processor_writing.html"/>
       </item>
       <item name="Get Involved" href="getInvolved.html" />
-      <item name="Project Information">    mail-lists.html
+      <item name="Project Information">
         <item name="Issue Tracking" href="http://issues.apache.org/jira/browse/Synapse"/>
         <item name="Mailing List" href="mail-lists.html"/>
       </item>

Added: incubator/synapse/trunk/java/xdocs/svn.html
URL: http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/xdocs/svn.html?rev=370066&view=auto
==============================================================================
--- incubator/synapse/trunk/java/xdocs/svn.html (added)
+++ incubator/synapse/trunk/java/xdocs/svn.html Tue Jan 17 22:14:36 2006
@@ -0,0 +1,67 @@
+<html>
+<head>
+  <meta http-equiv="content-type" content="">
+  <title></title>
+</head>
+
+<body>
+<h1>Developing Apache Synapse</h1>
+
+<h2>Working with Subversion</h2>
+
+<p>The Synapse development uses Subversion for source control. To learn
+more about Subversion or to download the latest distribution, visit the <a
+href="http:///subversion.tigris.org">Subversion project site</a>.  If you are
+looking for guidance on setting up and installing Subversion, please read the
+ASF <a href="http://www.apache.org/dev/version-control.html">Source Code
+Repositories page</a>.</p>
+
+<h2>Checkout</h2>
+
+<p>Use the following URL to download latest source code of Synapse:</p>
+<ul>
+  <li><b>Use</b> <a
+    href="https://svn.apache.org/repos/asf/incubator/synapse/trunk/java">
+    https://svn.apache.org/repos/asf/incubator/synapse/trunk/java</a></li>
+</ul>
+
+<p>Once you have successfully installed Subversion, you can check out Synapse
+trunk by following these steps:</p>
+<ol type="1">
+  <li>Run <strong>svn co &lt;repository URL&gt; synapse</strong> where
+    repository URL is one of the URLs from the previous list.</li>
+  <li>This step will check out the latest version of the Synapse Java codebase
+    to a directory named "synapse".  The second parameter to the svn co selects
+    a directory to create on your local machine.  If you want to checkout
+    Synapse to a different directory, feel free to change synapse to any other
+    directory name.</li>
+  <li>To update your working copy to the latest version from the repository.
+    Execute the <strong>svn update</strong> command.</li>
+  <li>If you would like to submit a patch, you can execute <strong>svn
+    diff</strong> to create a unified diff for submission to the Synapse JIRA
+    issue tracker.</li>
+</ol>
+
+<h2>Installing Maven 1</h2>
+
+<p>Synapse build is based on Maven 1.  Maven is a build system that allows
+for the reuse of common build projects across multiple projects.  For
+information about obtaining, installing, and configuring Maven 1, please see
+the <a href="http://maven.apache.org">Maven project page</a>.  To use Maven
+to build the Synapse project, follow these simple steps:</p>
+<ol type="1">
+  <li>Install <a href="http://maven.apache.org/">Maven</a>. See <a
+    href="http://maven.apache.org/start/install.html">here</a> for
+    instructions.
+    <ul>
+      <li>Create a MAVEN_HOME environment variable.</li>
+      <li>Add MAVEN_HOME/bin to your PATH</li>
+    </ul>
+  </li>
+  <li>Go to the synapse folder in the command prompt and type
+    <strong>maven<strong>.</strong></strong></li>
+  <li>Maven will then automatically download all the jars, compile, test and
+    build the Synapse deliverables.</li>
+</ol>
+</body>
+</html>



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