svn commit: r1084927 - /ofbiz/trunk/build.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1084927 - /ofbiz/trunk/build.xml

erwan
Author: erwan
Date: Thu Mar 24 12:15:29 2011
New Revision: 1084927

URL: http://svn.apache.org/viewvc?rev=1084927&view=rev
Log:
Adding a tip for run-tests target, as it needs a valid Internet connection for downloading cobertura

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1084927&r1=1084926&r2=1084927&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Thu Mar 24 12:15:29 2011
@@ -663,7 +663,7 @@ under the License.
         </java>
     </target>
     <target name="run-tests" depends="download-cobertura, build"
-          description="Run OFBiz default tests, execute ant run-install before and see results in runtime/logs/test-results/html/all-tests.html">
+          description="Run OFBiz default tests, execute ant run-install before and see results in runtime/logs/test-results/html/all-tests.html. You will need a valid Internet connection to download cobertura">
         <java jar="ofbiz.jar" fork="true" resultproperty="test.result">
             <jvmarg value="${memory.initial.param}"/>
             <jvmarg value="${memory.max.param}"/>