summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-08 15:35:29 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-08 15:35:29 +0000
commit9d02ac5b027ae07d2a2b9b20ed866a3ba06bb288 (patch)
tree7c3e2af4ba44270dedc42b1ddba173c81ffd2775 /java
parent8a5ef40e391f36e7348d8f3d358dd6aa4fdd0065 (diff)
Some minimal instructions for the projects as they stand
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792189 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/sca/otest/current/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/java/sca/otest/current/README b/java/sca/otest/current/README
new file mode 100644
index 0000000000..b4d243bdc4
--- /dev/null
+++ b/java/sca/otest/current/README
@@ -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.