summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-22 12:41:38 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-22 12:41:38 +0000
commited1beaf894b90765ad8b2b7cc7401bac4ec3cce1 (patch)
tree074bdf381916120e0ec8f3a7f3f7d757ebe08f97 /java/sca/otest/current
parentc8543f65e7af911fea8100c83e15ab35c4726510 (diff)
Update README to reflect file copying
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796688 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/otest/current')
-rw-r--r--java/sca/otest/current/README46
1 files changed, 36 insertions, 10 deletions
diff --git a/java/sca/otest/current/README b/java/sca/otest/current/README
index b4d243bdc4..6a86c9200e 100644
--- a/java/sca/otest/current/README
+++ b/java/sca/otest/current/README
@@ -14,13 +14,39 @@ 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.
+import otest/current/General into eclipse
+import otest/current/General_Java into eclipse
+
+import which ever other contributions you need into eclipse (depends on which tests you are running)
+
+Stricture of the otests
+======================
+
+The otest directory, once checked out, contains files from both OASIS and Tuscany svn. As follows
+
+otest/
+ current/ - the latest otests
+ src/ - the latest otest source pulled directly from OASIS svn via svn:externals
+ tests/ - the latest otest unit tests pulled directly from OASIS svn via svn:externals
+ General_Java/ - the general Java contribution pulled from Tuscany svn
+ src/main/ - the general Java classes pulled directly from OASIS svn via svn:externals
+ General - the general contribution pulled from Tuscany svn
+ src/main/resources - code copied from otest/current/src/resources/General
+ ASM_****
+ src/main/resources - code copied from otest/current/src/resources/AMS_****
+
+The code is copied from src/main/resources to the appropriate contribution each
+time maven is used to compile the contribution in question. There is a build setting
+in each contribution pom that does the copy.
+
+This all seems a bit complicated but is structured like this because the OASIS tests
+don't come with a build system. We want to be able to build in both maven and eclipse
+in the same way as we do with the rest of our code
+
+You will note that there are a lot of contributions and it would seem to be a big job
+if we need to make changes to the build across all the contributions. However there
+is an ant script that sets up the contribution modules.
+
+otest/current/ant fixUpContributions
+
+Creates the src/main/resource directory and copies in the pom from the template-pom.xml file