[ANNOUNCE] Apache Tuscany SDO Java 1.0-incubating-beta1 released

2007-05-16 Thread kelvin goodson
16th May 2007: The Apache Tuscany community is pleased to announce its 1.0-incubating-beta1 release of SDO (Service Data Objects) Java. You can download binary and source distributions from: http://people.apache.org/dist/incubator/tuscany/java/sdo/1.0-incubating-beta1/ Maven artifacts for this

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: DAS build from head appears broken

2007-05-16 Thread Luciano Resende
I see you fixed this Kelvin, thank you for your help !!! On 5/15/07, kelvin goodson [EMAIL PROTECTED] wrote: The change seems to have been introduced by commit 536241 as the first part of a fix for TUSCANY-1197, which was a change to only the tuscany impl project. Kelvin. On 14/05/07,

Re: rebuilding after an update to source?

2007-05-16 Thread Luciano Resende
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 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
Hmmm, here's what I did: svn update sdo-api (no updates) svn update sdo (no updates) Homer:~/Downloads/tuscany bhunt$ svn update das Adas/samples/dbconfig Adas/samples/dbconfig/readme.html Adas/samples/dbconfig/src Adas/samples/dbconfig/src/test A

Re: rebuilding after an update to source?

2007-05-16 Thread Luciano Resende
Your question is probably because you got lots of updates from DAS, but still gets [INFO] Nothing to compile - all classes are up to date when you try to build, this is because the dbConfig is not part of the build yet, is still work in progress. To force building, try mvn clean install or mvn

Re: rebuilding after an update to source?

2007-05-16 Thread Bryan Hunt
Ah, thanks that explains it. Bryan On May 16, 2007, at 11:47 AM, Luciano Resende wrote: Your question is probably because you got lots of updates from DAS, but still gets [INFO] Nothing to compile - all classes are up to date when you try to build, this is because the dbConfig is not part

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 the

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

2007-05-16 Thread Frank Budinsky
I don't know a lot about mvn or OSGi, but https://issues.apache.org/jira/browse/TUSCANY-1284 seems to imply that the MANIFEST.MF file can be generated from the POM. Do I have it right? Can anyone explain how it would all work? Where would the generated MANIFEST.MF file go? Thanks, Frank

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

2007-05-16 Thread Bryan Hunt
Frank, I don't know a whole lot more than you, but yes, mvn is generating the MANIFEST.MF as specified in the pom.xml. I originally made the change by hand, then figured out how to modify the pom.xml. Here is the specification from the api pom.xml before my change: plugin