On Mon, Sep 22, 2008 at 10:52 AM, <[EMAIL PROTECTED]> wrote: > 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 >
Hi Daniel I just fixed the missing end element. The problematic pom now seems to depend on the tuscany-distribution-all jar that is build when you compile sca/distribution/features. I've made a fix there also. However I'm having some strange maven problem in that osgi-tuscany/tuscany-versioned still can't find the org.apache.tuscany.sca:tuscany-distribution-all:jar:1.4-SNAPSHOT that I just build. So am still looking at it. In step 3 can you try building sca/distribution/features instead of sca/distribution and see what happens. I'm not sure why these changes were made so we'll have to wait for Raymond to tell us. Simon
