Re: How to script database upgrade using ANT script

2010-11-05 Thread Gilbert Rebhan
Original Message Subject: Re: How to script database upgrade using ANT script From: Java Jboss To: user@ant.apache.org Date: 05.11.2010 11:48 > This is rather urgent so I would appreciate any assistance. I need to create > a recursive loop which I can't do and also some error c

Re: Ant Script for JWS Project

2010-11-05 Thread David Weintraub
On Fri, Nov 5, 2010 at 11:00 AM, Arvind wrote: > In Jdeveloper, I developed a Java Web Service Project(JWS), and created EAR > . I want to deploy this EAR on Web logic Server using ant script. > Can anyone please provide me working sample scripts It's been a loong time since I used Websphere depl

Re: How to script database upgrade using ANT script

2010-11-05 Thread Brian Pontarelli
There are a number of projects for this as well. Here's one I know of: https://github.com/ReadyTalk/staccato There are a number of others out there as well. I'd suggest trying on of these projects to do your migrations and version checking because you'll run into maintenance nightmares otherwis

RE: How to script database upgrade using ANT script

2010-11-05 Thread Ludwig, Michael
> can you please provide an example of how I could do this? If you didn't top-post, it'd be easier to read your mail. Take a look at the documentation for the task in the manual. Well, scroll down to the example section. Looks like the task applies the command to each file in the nested . Which

Re: svnant - deploying from Subversion

2010-11-05 Thread Antoine Levy Lambert
On 11/4/10 4:44 PM, Michael Ludwig wrote: Hello Antoine, Thanks for your feedback. Our application is not Java, it's a script app. There's currently lots of stuff in Subversion including lots of static content, most of which never changes. A typical update means replacing ten to thirty files an

RE: How to script database upgrade using ANT script

2010-11-05 Thread Java Jboss
Hi Darragh, can you please provide an example of how I could do this? Date: Fri, 5 Nov 2010 03:49:57 -0700 From: ml-node+3251630-1672610580-143...@n5.nabble.com To: apache...@hotmail.co.uk Subject: RE: How to script database upgrade using ANT script > -Original Message- > Fro

Re: How to script database upgrade using ANT script

2010-11-05 Thread Antoine Levy Lambert
On 11/5/10 6:48 AM, Java Jboss wrote: Hi, Thank you for the suggestions so far from Antoine and Michael. unfortunately I've been asked to use ANT only without using unix shell scripts. I have tried to tackle it as individual modules using ANT script running the 1st iteration of the mysql scrip

RE: How to script database upgrade using ANT script

2010-11-05 Thread Bailey, Darragh
> -Original Message- > From: Java Jboss [mailto:apache...@hotmail.co.uk] > Sent: 04 November 2010 22:43 > To: user@ant.apache.org > Subject: RE: How to script database upgrade using ANT script > > > > Hi Antoine, > > Thank you very much for providing me this example. > unfortunate

Re: How to script database upgrade using ANT script

2010-11-05 Thread Java Jboss
Hi, Thank you for the suggestions so far from Antoine and Michael. unfortunately I've been asked to use ANT only without using unix shell scripts. I have tried to tackle it as individual modules using ANT script running the 1st iteration of the mysql scripts against newschema1. I need to run e

RE: svnant - deploying from Subversion

2010-11-05 Thread Ludwig, Michael
> I "deploy" ant scripts from svn to different servers. > The configuration information is stored in directories. > The ant script knows which environment it is in [...] By means of calling ? Michael - To unsubscribe, e-mail: u