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 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