Hi Raymond, I experience the same problems as SimonL. While I fixed the build.xml for definitions-xml, it seems there are some more missing. I wanted to test from a bin distro out of the branch last night, but wierdly my bin distro lib directory seemed to miss some third party jars like stax-api. I am going to give it a shot again from a clean check out of the branch.
- Venkat On 10/31/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > On 10/30/07, Raymond Feng <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Please review and vote on the 1.0.1-incubating release artifacts of > > Tuscany SCA for Java. > > > > SVN Tag: > > > http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC2/ > > > > Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/ > > > > RAT report: > > http://people.apache.org/~rfeng/tuscany/1.0.1-RC2/1.0.1-RC2.rat.txt > > > > Distros (zip/gz/asc/md5) : > > http://people.apache.org/~rfeng/tuscany/1.0.1-RC2/ > > > > Thanks, > > Raymond > > > > FYI: > > To build the source distro from the stage maven repo, you can add the > > <profiles> element below to your maven settings.xml and run "mvn > -Pstaging > > clean install". > > > > <settings> > > ... > > <profiles> > > <profile> > > <id>staging</id> > > <activation> > > <activeByDefault>false</activeByDefault> > > </activation> > > <repositories> > > <repository> > > <id>tuscany.staging</id> > > <url>http://people.apache.org/~rfeng/tuscany/maven > > </url> > > </repository> > > </repositories> > > <pluginRepositories> > > <pluginRepository> > > <id>tuscany.staging</id> > > <url>http://people.apache.org/~rfeng/tuscany/maven > > </url> > > </pluginRepository> > > </pluginRepositories> > > </profile> > > </profiles> > > ... > > </settings> > > > Hi Raymond > > Have started trying the binary distro in RC2 and I'm having a few > problems, > for example, the sample web apps don't work for me, calculator-distributed > doesn't work the big bank demo doesn't work. Some of the things (the web > app > problem) were mentioned with the previous RC so I'm just wondering if the > right jars have been posted. > > I want to do something else until later today but I'll go ahead and check > out the 1.0.1 branch and start fixing things but I just wanted to check > with > you to avoid debugging problems that have already been addressed. > > Regards > > Simon >
