Hi all, I have some build problems in the current version from trunk:
1) The file pom.xml in sca\itest\osgi-tuscany\tuscany-versioned is not valid xml. The closing </dependencies> is missing. 2) After fixing this I still cannot build, because the pom has a dependency to tuscany-distribution-all which does not exist: [ERROR] BUILD ERROR [INFO] Failed to resolve artifact. Missing: org.apache.tuscany.sca:tuscany-distribution-all:jar:1.4-SNAPSHOT 3) If I run "mvn install -o" in sca\distribution the build runs successfully, but in created lib and modules folders is only a subset of the jars (31 in lib and 35 in modules) available. Bye, Daniel
