Author: veithen
Date: Mon Dec  2 20:47:38 2013
New Revision: 1547184

URL: http://svn.apache.org/r1547184
Log:
Added an explanation why the working directory for the integration tests must 
be set to the root directory of the Synapse project.

Modified:
    synapse/trunk/java/modules/integration/pom.xml

Modified: synapse/trunk/java/modules/integration/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/integration/pom.xml?rev=1547184&r1=1547183&r2=1547184&view=diff
==============================================================================
--- synapse/trunk/java/modules/integration/pom.xml (original)
+++ synapse/trunk/java/modules/integration/pom.xml Mon Dec  2 20:47:38 2013
@@ -295,6 +295,10 @@
                         <timeStamp>${maven.build.timestamp}</timeStamp>
                     </systemPropertyVariables>
                     <argLine>-Xms128m -Xmx384m -XX:MaxPermSize=128m</argLine>
+                    <!-- The working directory must be set to the root 
directory of the Synapse project because the
+                         test cases use the configuration files in the 
repository directory (repository/conf/sample/*.xml)
+                         and some of these configuration files contain URLs 
that are relative to the current working
+                         directory (file:repository/...). -->
                     <workingDirectory>../..</workingDirectory>
                     
<!--redirectTestOutputToFile>true</redirectTestOutputToFile-->
                     <forkMode>pertest</forkMode>


Reply via email to