buildlist root filter

2010-11-08 Thread Wall, Tyler (EXP)
Hey All, I'm looking to pre generate a list of upstream/downstream dependencies on a per module basis. I can run ivy:buildlist with a different root/leaf filter for each module but this seems like a lot of repeated work. Is there any way to do this in a single buildlist call? I currently mul

Re: How to script database upgrade using ANT script

2010-11-08 Thread Robert Kirkpatrick
You should really get rid of the exec task and use the Ant sql task instead. It just requires a JDBC driver. Suitable parameters exist for all your args. Robert. Le 8/11/2010 16:19, Java Jboss a écrit : Hi, Thank you to all for the suggestions. I have now got an ANT script that checks the

Re: Ivy dependency revision for releasing vs development

2010-11-08 Thread Steve Miller
I guess I'd have to be in your shoes to know what I'd do. The property method could work (assuming all clients use the same version of core), but it seems you'd need a property for each of your clients if some use 1.0.0, and others use 1.1.0. One thing to consider is that when you publish a module

Re: How to script database upgrade using ANT script

2010-11-08 Thread Mugdha Acharya
We are using dbdeploy and are very happy with the results. You can read more about it at http://dbdeploy.com/ On Mon, 2010-11-08 at 07:19 -0800, Java Jboss wrote: > Hi, > > Thank you to all for the suggestions. I have now

Re: How to script database upgrade using ANT script

2010-11-08 Thread Java Jboss
Hi, Thank you to all for the suggestions. I have now got an ANT script that checks the current database version and then runs a set of mysql scripts to upgrade the database to the next version. What I am struggling with is when it goes through the list="${db.upgrade.path.list}. On the first ru

Re : How to script database upgrade using ANT script

2010-11-08 Thread Hoang-Vu PHUNG
Hi, Select the right tool for the right job: For example scriptella http://scriptella.javaforge.com/ is a good tool for upgrading database. And i think it does have an ant task also. Please check with the site. Regards, Vu --- En date de : Jeu 4.11.10, Java Jboss a écrit : > De: Java Jboss >