You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2013/02/03 11:53:07 UTC

svn commit: r1441889 - in /tomcat/native/branches/1.1.x: README.txt TODO.txt

Author: rjung
Date: Sun Feb  3 10:53:06 2013
New Revision: 1441889

URL: http://svn.apache.org/viewvc?rev=1441889&view=rev
Log:
Add some notes on how to run tests to cnative.

Modified:
    tomcat/native/branches/1.1.x/README.txt
    tomcat/native/branches/1.1.x/TODO.txt

Modified: tomcat/native/branches/1.1.x/README.txt
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/README.txt?rev=1441889&r1=1441888&r2=1441889&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/README.txt (original)
+++ tomcat/native/branches/1.1.x/README.txt Sun Feb  3 10:53:06 2013
@@ -45,6 +45,17 @@ To build the Java API
 To build the native part see jni/native/BUILDING
 
 
+Running the tests
+-----------------
+
+First run "ant download" to retrieve junit. It will be placed
+in the directory given by "base.path". The path can be changed
+by adjusting "base.path" in the file build.properties.default
+or overwrite it in a new file build.properties.
+
+Now run "ant test.
+
+
 Running the examples
 --------------------
 

Modified: tomcat/native/branches/1.1.x/TODO.txt
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/TODO.txt?rev=1441889&r1=1441888&r2=1441889&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/TODO.txt (original)
+++ tomcat/native/branches/1.1.x/TODO.txt Sun Feb  3 10:53:06 2013
@@ -38,9 +38,6 @@ Should we add a remark about this topic 
 Java Tests and Examples
 -----------------------
 
-- No mentioning of running "ant download" before tests. Without
-  it test compilation fails.
-
 - "ant run-echo": what is the expected behaviour of this example.
   I couldn't get it to do something understandable.
   Document the example in the README.txt.



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