Hi, With the webapps, it seems to be the build.xml problem. For the distributed-calculator there are exceptions that are thrown when I start the other nodes after the domainNode.
I have checked out the branch afresh and have build a bin dist. I still see the stax jars missing from the lib. Is anybody else seeing this ? Any clues to why this could be happening ? Thanks - Venkat On 10/31/07, Raymond Feng <[EMAIL PROTECTED]> wrote: > > Hi, > > Did you run into all these problems with build.xml? I found it very > difficult to manually maintain them. Now we have a maven plugin to > generate > them, but it seems to be too late to use them in 1.0.1. > > Thanks, > Raymond > > ----- Original Message ----- > From: "Simon Laws" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Wednesday, October 31, 2007 5:11 AM > Subject: Re: [VOTE] Release Tuscany SCA Java 1.0.1-incubating > > > > 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 > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
