Another issue is that there are number of new jars in the lib folder that weren't there in the 1.0 release. If they are now needed the LICENSE and NOTICE files need to be updated but I think most of them probably aren't needed so whats bringing them in needs to be tracked down and an <exclude> added.
...ant On 10/30/07, Luciano Resende <[EMAIL PROTECTED]> wrote: > > I've spent some time checking the RC and here is what I found : > > itest/databindings/sdogen/pom.xml > still has SNAPSHOT on the version breaking the build on a clean repo > has reference to tuscany-host-jetty with SNAPSHOT version > > I tested all the sample webapps built using ant, and looks like only > one working is sample-calculator-webapp, most of the others are > failing with NoClassDefFoundError > > java.lang.NoClassDefFoundError: > org/apache/tuscany/sca/definitions/xml/SCADefinitionsDocumentProcessor > > and sample-helloworld-ws-sdo-webapp is getting a NPE on the JSP > > I'll start creating some JIRAS around these issues. > > On 10/25/07, Ignacio Silva-Lepe <[EMAIL PROTECTED]> wrote: > > Trying out RC1 I am seeing the same problem as in TUSCANY-1791. Not sure > why > > a EOF occurs in Tomcat's Servlet engine and not on Jetty. > > > > On 10/25/07, Raymond Feng <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > > > The SCA Java 1.0.1 RC1 is ready for review. > > > > > > SVN Tag: > > > > http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC1/ > > > > > > Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/ > > > > > > RAT report: > > > http://people.apache.org/~rfeng/tuscany/1.0.1-RC1/1.0.1-RC1.rat.txt > > > > > > Distros (zip/gz/asc/md5) : > > > http://people.apache.org/~rfeng/tuscany/1.0.1-RC1/ > > > > > > 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> > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > -- > Luciano Resende > Apache Tuscany Committer > http://people.apache.org/~lresende > http://lresende.blogspot.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >