Author: slaws
Date: Wed Jul  8 15:35:29 2009
New Revision: 792189

URL: http://svn.apache.org/viewvc?rev=792189&view=rev
Log:
Some minimal instructions for the projects as they stand

Added:
    tuscany/java/sca/otest/current/README   (with props)

Added: tuscany/java/sca/otest/current/README
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/README?rev=792189&view=auto
==============================================================================
--- tuscany/java/sca/otest/current/README (added)
+++ tuscany/java/sca/otest/current/README Wed Jul  8 15:35:29 2009
@@ -0,0 +1,26 @@
+Running the otests with Tuscany using Maven
+===========================================
+
+cd otest/current
+mvn
+
+should build and run all of the otests
+
+
+Running the otests with Tuscany using Eclipse
+=============================================
+
+cd otest/current
+mvn eclipse:eclipse
+
+import otest/current/tests into eclipse
+
+this gives you all the unit tests. The imported project won't be 
+linked to the source correctly. What you need to do is open the 
+project properties. Remove the source dir and add a link to 
+otest/current/src/test/java
+
+We don't have a good way to generate the eclipse project files
+to inlcude this link automatically currently and we are looking
+to see what the most appropriate approach is to make this process
+as painless as possible. 

Propchange: tuscany/java/sca/otest/current/README
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/java/sca/otest/current/README
------------------------------------------------------------------------------
    svn:mime-type = text/plain


Reply via email to