Re: Deployment to Websphere 6

2006-01-06 Thread Jeffrey E Care
ll) on this list :-) > > > > Jan > > > > > > >-Ursprüngliche Nachricht- > > >Von: Jeffrey E Care [mailto:[EMAIL PROTECTED] > > >Gesendet: Freitag, 6. Januar 2006 16:38 > > >An: Ant Users List > > >Betreff: Re: AW: Deployment to Web

Re: Deployment to Websphere 6

2006-01-06 Thread Sam . Tandy
> >An: Ant Users List > >Betreff: Re: AW: Deployment to Websphere 6 > > > >Sam: > > > >Have you tried your deployment steps from the command-line > >using ws_ant? > > > >http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp > >?

AW: AW: Deployment to Websphere 6

2006-01-06 Thread Jan.Materne
Betreff: Re: AW: Deployment to Websphere 6 > >Sam: > >Have you tried your deployment steps from the command-line >using ws_ant? > >http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp >?topic=/com.ibm.websphere.base.doc/info/aes/ae/rovr_antcmd.html > >I rea

Re: AW: Deployment to Websphere 6

2006-01-06 Thread Jeffrey E Care
fin-nrw.de> > To > 06/01/2006 12:22 > cc > > Please respond to Subject > "Ant Users List" AW: Deployment to Websphere 6 > <[EMAIL PROTECTED] >

Re: Deployment to Websphere 6

2006-01-06 Thread Antoine Levy-Lambert
[EMAIL PROTECTED] wrote: > >The solution of adding the Jar to the classpath works but, as you said, it >is certainly not a nice way of doing this. > >Regarding the class loader: >If I have specified the jar in the runtime classpath for ant, then call the >IBM class to stop the server from a build

AW: AW: Deployment to Websphere 6

2006-01-06 Thread Jan.Materne
>The version of ant that IBM is using is 1.5.4. Was there a >change in the task structure that would require external tasks >to be updated to run under 1.6.5? Not that I am aware of. One of our big goals is backwards compatibility - including the API itself. Jan -

RE: AW: Deployment to Websphere 6

2006-01-06 Thread Erskine, Chris
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 5:41 AM To: Ant Users List Subject: Re: AW: Deployment to Websphere 6 Hi, Yes, tried adding it like that to the ant configuration for a single ant configuration and also under the general Ant settings under Window

Re: AW: Deployment to Websphere 6

2006-01-06 Thread Sam . Tandy
12:22 cc Please respond to Subject "Ant Users List" AW: Deployment to Websphere 6 &

AW: Deployment to Websphere 6

2006-01-06 Thread Jan.Materne
>I should have also mentioned that I'm using Ant integrated >into Eclipse 3.1 with the bootstrap.jar added to the Ant >classpath so I think this is being done already. > >>>* jars from ${user.home}/.ant/lib (unless -nouserlib is set) >>>* jars from ANT_HOME/lib > >Adding the jar to these

Re: Deployment to Websphere 6

2006-01-06 Thread Sam . Tandy
cc Please respond to Subject "Ant Users List" Re: Deployment to Websphere 6 <[EMAIL PROTECTED]

Re: Deployment to Websphere 6

2006-01-06 Thread Antoine Levy-Lambert
Hello Sam, there are cases where the only options which really work are : a) use one of the options below * -lib jars in the order specified by the -lib elements on the command line * jars from ${user.home}/.ant/lib (unless -nouserlib is set) * jars from ANT_HOME/lib or b) p

Deployment to Websphere 6

2006-01-06 Thread Sam . Tandy
Hi, I am automating the deployment of an Ear file to Websphere 6 using Ant 1.6.5. I've been doing this with no problems using Websphere 5 but encountering problems when now using Websphere 6 and the same deployment code. I use the ant tasks defined in wsanttask.jar which comes bundled with Websp