Running samples from head throws exception

2007-05-12 Thread Bryan Hunt
I downloaded the SDO code from head and tried to run the samples from Eclipse. I get the following exception: Demonstrates creating a DataObject from a String of XML, based upon section titled 'Creating DataObjects from XML documents' *** Use the

Re: Running samples from head throws exception

2007-05-13 Thread Bryan Hunt
the StAX parser jars. Have you ensured that you've got all the dependecy files loaded onto your machine? Yours, Mike. Bryan Hunt wrote: I downloaded the SDO code from head and tried to run the samples from Eclipse. I get the following exception: Demonstrates creating a DataObject from

Re: Running samples from head throws exception

2007-05-13 Thread Bryan Hunt
The samples run. Now I get to learn how SDO works, then move on to DAS. Thanks. Bryan On May 13, 2007, at 12:56 PM, Luciano Resende wrote: Could you please try updating the java/sdo/impl/pom.xml, and try changing the stax dependency scope to scopecompile/scope as the other dependencies

DAS tests fail during build from head

2007-05-14 Thread Bryan Hunt
I tried to build DAS from head and some of the tests had problems - 25 failed, 1 error. Is this expected? Bryan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DAS build from head appears broken

2007-05-14 Thread Bryan Hunt
be necessary to get them updated. ...ant On 5/14/07, Bryan Hunt [EMAIL PROTECTED] wrote: In addition to the unit tests failing, the build fails to install. If you skip the unit tests, you get: [INFO] [install:install] [INFO] Installing /Users/bhunt/Downloads/tuscany/das/pom.xml to / Users/bhunt

sdo jars as eclipse plug-ins?

2007-05-16 Thread Bryan Hunt
As I currently understand things, the sdo jars are built such they can be used as OSGi bundles. Is my understanding correct? I tried the following with a fresh download of Eclipse 3.3 M7: cp ~/.m2/repository/commonj/sdo-api-r2.1/1.0-incubating-SNAPSHOT/sdo-

rebuilding after an update to source?

2007-05-16 Thread Bryan Hunt
After I do an svn update, how do I rebuild the source? I tried executing mvn, but it didn't build anything in the compile step. Bryan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: rebuilding after an update to source?

2007-05-16 Thread Bryan Hunt
to run mvn or mvn install under java. On 5/16/07, Bryan Hunt [EMAIL PROTECTED] wrote: After I do an svn update, how do I rebuild the source? I tried executing mvn, but it didn't build anything in the compile step. Bryan

Re: rebuilding after an update to source?

2007-05-16 Thread Bryan Hunt
of the build yet, is still work in progress. To force building, try mvn clean install or mvn -U clean install On 5/16/07, Bryan Hunt [EMAIL PROTECTED] wrote: Hmmm, here's what I did: svn update sdo-api (no updates) svn update sdo (no updates) Homer:~/Downloads/tuscany bhunt$ svn update das

Re: rebuilding after an update to source?

2007-05-16 Thread Bryan Hunt
I just did an update to 538648 and I can now successfully build das. Thanks. Bryan On May 16, 2007, at 11:37 AM, Luciano Resende wrote: You should be able to run mvn or mvn install under java. On 5/16/07, Bryan Hunt [EMAIL PROTECTED] wrote: After I do an svn update, how do I rebuild

Re: sdo jars as eclipse plug-ins - problem solved - bad manifest

2007-05-16 Thread Bryan Hunt
? Thanks, Frank Bryan Hunt [EMAIL PROTECTED] wrote on 05/16/2007 01:57:20 PM: I've figured out the problem. The generated MANIFEST.MF contains an invalid bundle version. Changing Bundle-Version: 1.0.incubating.SNAPSHOT to Bundle-Version: 1.0.0 fixes the problem. Bryan On May 16, 2007