DAS build failure

2007-04-09 Thread Jean-Sebastien Delfino
Building the whole Tuscany project from tuscany/java breaks with the following errors in the DAS module. Could somebody please fix them or temporarily take the modules that break out of the main top-down build? Thanks Tests run: 160, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 32.649

Re: DAS build failure

2007-04-09 Thread Luciano Resende
Hi Sebastien I can't reproduce this on my environment (Win2k + JDK 5_0_11). although I had some other issue around building DAS that I'm investigating... but I could workaround this by doing a mvn from java/das. Could you please let me know if you experience a successful build if you start

Re: DAS build failure

2007-04-09 Thread Luciano Resende
This is what I get when I run the DAS build with a clean maven repo, I'll investigate fixing this. Missing: -- 1) org.apache.tuscany.das:tuscany-das-rdb:jar:1.0-incubator-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn

Re: DAS Build failure : java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException

2007-02-20 Thread kelvin goodson
Luciano, the conclusion that we came to in this thread ... http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg12442.html is that, the dependency must be made explicit in the using project. I admit it seems a bit painful. Regards, Kelvin. On 19/02/07, Luciano Resende [EMAIL PROTECTED]

Re: DAS Build failure : java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException

2007-02-19 Thread Paul Golick
to tuscany-dev@ws.apache.org To tuscany-dev@ws.apache.org cc Subject Re: DAS Build failure : java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException There're some info on the email thread: http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg14026.html and the JIRA

Re: DAS Build failure : java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException

2007-02-19 Thread Luciano Resende
That indeed fix the issue on DAS side, even tough I think this should be fixed on the SDO side. Looking at the thread you mentioned ( http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg14026.html), looks like SDO does have the dependency on it's pom, but with scopeprovided/scope and also

DAS Build failure : java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException

2007-02-18 Thread Luciano Resende
Just noticed that DAS build is failing on trunk, and was wondering if anyone is seeing the same... Is this something related to SDO dependencies on JDK 6 ? --- T E S T S --- Running

Re: DAS Build failure : java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException

2007-02-18 Thread Yang ZHONG
There're some info on the email thread: http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg14026.html and the JIRA: http://issues.apache.org/jira/browse/TUSCANY-1119 On 2/18/07, Luciano Resende [EMAIL PROTECTED] wrote: Just noticed that DAS build is failing on trunk, and was

Re: DAS Build failure : java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException

2007-02-18 Thread Yang ZHONG
Sorry, it was http://issues.apache.org/jira/browse/TUSCANY-http://issues.apache.org/jira/browse/TUSCANY-1119 *1105* On 2/18/07, Yang ZHONG [EMAIL PROTECTED] wrote: There're some info on the email thread: http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg14026.html and the