You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2016/08/31 03:33:48 UTC

svn commit: r1758512 - in /openmeetings/application: branches/3.1.x/openmeetings-server/src/site/xdoc/JUnitTesting.xml branches/3.2.x/openmeetings-server/src/site/xdoc/JUnitTesting.xml trunk/openmeetings-server/src/site/xdoc/JUnitTesting.xml

Author: solomax
Date: Wed Aug 31 03:33:47 2016
New Revision: 1758512

URL: http://svn.apache.org/viewvc?rev=1758512&view=rev
Log:
no jira: junit instructions are updated

Modified:
    openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/JUnitTesting.xml
    openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/JUnitTesting.xml
    openmeetings/application/trunk/openmeetings-server/src/site/xdoc/JUnitTesting.xml

Modified: openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/JUnitTesting.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/JUnitTesting.xml?rev=1758512&r1=1758511&r2=1758512&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/JUnitTesting.xml (original)
+++ openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/JUnitTesting.xml Wed Aug 31 03:33:47 2016
@@ -65,7 +65,7 @@
 			<ul>
 				<li>Select Arguments tab </li>
 				<li>Add the following code to the VM section
-					<source>-javaagent:/home/solomax/.m2/repository/org/apache/openjpa/openjpa/2.4.1/openjpa-2.4.1.jar -Dom.home=${workspace_loc:openmeetings-web}/src/main/webapp/ -Dbackups.dir=${workspace_loc:openmeetings-web}/test-data</source>
+					<source>-javaagent:/home/solomax/.m2/repository/org/apache/openjpa/openjpa/2.4.1/openjpa-2.4.1.jar -Dom.home=${workspace_loc:openmeetings-web}/src/main/webapp/ -Dbackups.dir=${workspace_loc:openmeetings-web}/target/test-data</source>
 				</li>
 				<li>To avoid temporary files being created in OM root, modify
 					"Working Directory" as follows

Modified: openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/JUnitTesting.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/JUnitTesting.xml?rev=1758512&r1=1758511&r2=1758512&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/JUnitTesting.xml (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/JUnitTesting.xml Wed Aug 31 03:33:47 2016
@@ -65,7 +65,7 @@
 			<ul>
 				<li>Select Arguments tab </li>
 				<li>Add the following code to the VM section
-					<source>-javaagent:/home/solomax/.m2/repository/org/apache/openjpa/openjpa/2.4.1/openjpa-2.4.1.jar -Dom.home=${workspace_loc:openmeetings-web}/src/main/webapp/ -Dbackups.dir=${workspace_loc:openmeetings-web}/test-data</source>
+					<source>-javaagent:/home/solomax/.m2/repository/org/apache/openjpa/openjpa/2.4.1/openjpa-2.4.1.jar -Dom.home=${workspace_loc:openmeetings-web}/src/main/webapp/ -Dbackups.dir=${workspace_loc:openmeetings-web}/target/test-data</source>
 				</li>
 				<li>To avoid temporary files being created in OM root, modify
 					"Working Directory" as follows

Modified: openmeetings/application/trunk/openmeetings-server/src/site/xdoc/JUnitTesting.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-server/src/site/xdoc/JUnitTesting.xml?rev=1758512&r1=1758511&r2=1758512&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-server/src/site/xdoc/JUnitTesting.xml (original)
+++ openmeetings/application/trunk/openmeetings-server/src/site/xdoc/JUnitTesting.xml Wed Aug 31 03:33:47 2016
@@ -65,7 +65,7 @@
 			<ul>
 				<li>Select Arguments tab </li>
 				<li>Add the following code to the VM section
-					<source>-javaagent:/home/solomax/.m2/repository/org/apache/openjpa/openjpa/2.4.1/openjpa-2.4.1.jar -Dom.home=${workspace_loc:openmeetings-web}/src/main/webapp/ -Dbackups.dir=${workspace_loc:openmeetings-web}/test-data</source>
+					<source>-javaagent:/home/solomax/.m2/repository/org/apache/openjpa/openjpa/2.4.1/openjpa-2.4.1.jar -Dom.home=${workspace_loc:openmeetings-web}/src/main/webapp/ -Dbackups.dir=${workspace_loc:openmeetings-web}/target/test-data</source>
 				</li>
 				<li>To avoid temporary files being created in OM root, modify
 					"Working Directory" as follows