You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by as...@apache.org on 2006/05/26 08:02:00 UTC

svn commit: r409563 - in /incubator/synapse/trunk/java: BUILDING.txt maven.xml

Author: asankha
Date: Thu May 25 23:01:59 2006
New Revision: 409563

URL: http://svn.apache.org/viewvc?rev=409563&view=rev
Log:
Added a BUILDING.txt file to decsribe how to build the source

Added:
    incubator/synapse/trunk/java/BUILDING.txt
Modified:
    incubator/synapse/trunk/java/maven.xml

Added: incubator/synapse/trunk/java/BUILDING.txt
URL: http://svn.apache.org/viewvc/incubator/synapse/trunk/java/BUILDING.txt?rev=409563&view=auto
==============================================================================
--- incubator/synapse/trunk/java/BUILDING.txt (added)
+++ incubator/synapse/trunk/java/BUILDING.txt Thu May 25 23:01:59 2006
@@ -0,0 +1,32 @@
+Building Synapse from Source
+
+The Synapse source code is available at http://svn.apache.org/viewcvs.cgi/incubator/synapse/trunk/java/
+
+To build Synapse, you will need JDK 1.4.x or 1.5.x., Maven and any of its dependencies.
+
+The Synapse distribution could be built with the maven target "dist-bin" as follows:
+
+maven clean dist-bin
+
+The binary would be available at target\dist
+
+Build the extensions after you perform a "dist-bin" and perform it using the "dist-extensions" target
+without specifying "clean", as follows:
+
+maven dist-extensions
+
+The binary would be available at target\dist
+
+Note:
+
+As the build process executes the unit test cases, you will need to set up your build environment to 
+support the extensions. 
+
+The Validate mediator depends on the Xerces 2.8.0 parser, and this should be installed into your
+JAVA/lib/endorsed directory. 
+(e.g. C:\jdk1.5.0_06\jre\lib\endorsed and may not be to C:\jdk1.5.0_06\lib\endorsed if you have the JRE)
+
+You will need the xml-apis.jar, and the xercesImpl.jar copied to the lib\endorsed directory at a mimimum.
+
+You may optionally ignore unit test failures with the "maven.test.failure.ignore" property. Refer to 
+http://maven.apache.org/maven-1.x/plugins/test/properties.html for more information.
\ No newline at end of file

Modified: incubator/synapse/trunk/java/maven.xml
URL: http://svn.apache.org/viewvc/incubator/synapse/trunk/java/maven.xml?rev=409563&r1=409562&r2=409563&view=diff
==============================================================================
--- incubator/synapse/trunk/java/maven.xml (original)
+++ incubator/synapse/trunk/java/maven.xml Thu May 25 23:01:59 2006
@@ -333,6 +333,7 @@
         <ant:mkdir dir="${bin.dist.dir}"/>
         <ant:mkdir dir="${bin.dist.dir}/bin"/>
         <ant:mkdir dir="${bin.dist.dir}/lib"/>
+        <ant:mkdir dir="${bin.dist.dir}/lib/endorsed"/>
         <ant:mkdir dir="${bin.dist.dir}/xdocs"/>
         <ant:mkdir dir="${bin.dist.dir}/synapse_repository"/>
         <ant:mkdir dir="${bin.dist.dir}/samples"/>



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