Re: Deployment to Websphere 6

2006-01-06 Thread Sam . Tandy
Hi, Thanks for the advice. Will try Jefferey's suggestion in a moment. I've managed to get it working by switching the JRE that is used by the local Ant configuration in Eclipse to be the IBM JRE rather than Sun and adding the Bootstrap.jar to the CLASSPATH env variable (nasty, but just for now)

Re: AW: Deployment to Websphere 6

2006-01-06 Thread Sam . Tandy
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 | Preferences | Ant. Thanks though. Sam. <[EMAIL PROTECTED]

Re: Deployment to Websphere 6

2006-01-06 Thread Sam . Tandy
Hi Antoine, Thanks for the response. >>a) use one of the options below >>* -lib jars in the order specified by the -lib elements on the >> command line 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 thi

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