Configuring SSL with Ant

2010-09-07 Thread Christopher Styles
Hi, I'm writing an ant script that configures IBM HTTP Server 6.1 (IHS), but I'm facing an issue with the configuration of SSL. Can someone tell me to best way to write a target or task that configures SSL in IBM HTTP Server 6.1, or can someone give me an example of how to do this? I'd really appr

550 Failed to Change Directory

2009-01-21 Thread Christopher Styles
Hi, I have been running an ant target via cruise control for some time that ftp's one file from my build box to a linux environment, then all of a sudden the target stopped working, and now I receive a "550 Failed to change directory" whenever that target runs, and it causes the build overall to f

550 Failed to change directory

2009-01-09 Thread Christopher Styles
Hi, I have been running an ant target via cruise control for some time that ftp's one file from my build box to a linux environment, then all of a sudden the target stopped working, and now I receive a "550 Failed to change directory" whenever that target runs, and it causes the build overall to f

task won't run in cruise control but runs from windows command prompt...

2008-02-05 Thread Christopher Styles
Hi, I know this isn't a Cruise Control list, but I need some assistance with this issue, since it centers around Ant - and no one from the Cruise Contol list has responded... When I run the tasks below in cruise control 2.7.1, the second task fails, which happens to be dependent on the first... Wh

telnet task that stops websphere server remotely....

2008-01-31 Thread Christopher Styles
Hi, I wrote a target that uses telnet to stop my websphere server remotely, and the target kicks off with no problem, but it doesn't seem to be doing anything It verifies my username, password, etc, then it just sits there Am I doing something wrong...??? Please help

Re: Can't connect to unix server from windows server...

2008-01-30 Thread Christopher Styles
Yes, I can connect via Putty... I'm thinking maybe my jsch.jar is out of date... Although, I'm not sure that's the issue... On 1/30/08, Steve Loughran <[EMAIL PROTECTED]> wrote: > > Christopher Styles wrote: > > Hi, > > > > I'm trying to run

Can't connect to unix server from windows server...

2008-01-30 Thread Christopher Styles
Hi, I'm trying to run a target from my Windows 2003 Server build box to connect to a solaris server to execute a command, but I'm getting " com.jcraft.jsch.JSchException: Auth fail"... Does anyone know how to resolve this issue...?? Thanks Chris

Stopping/Starting and Installing/Uninstalling Remotely....

2008-01-29 Thread Christopher Styles
Hi, I'm trying to deploy an application from Windows 2003 to Websphere 6.0.2.7on a remote Unix Server, and when I try to stop my Websphere server (server1) I get the following error: Unable to parse setupCmdLine: null\bin\setupCmdLine.bat (The system cannot find the path specified)... Can anyone t

Re: adding an if-then statement to ftp target...

2008-01-25 Thread Christopher Styles
't. > > Another option is to use the AntContrib task. This is a bit > easier to follow, but you now depend upon installing the AntContrib > library. > > On Jan 25, 2008 1:02 PM, Christopher Styles <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm using t

adding an if-then statement to ftp target...

2008-01-25 Thread Christopher Styles
Hi, I'm using the ant ftp task to ftp files from my local Windows 2003 Build Server to a remote Unix environment, and the issue I'm facing is the local folders(s) that contain the files that are to be ftp'ed don't always exist The folder(s) only get created if there are files in them that have

Re: Websphere 6 Ant Tasks can't be found....

2007-11-08 Thread Christopher Styles
Thanks... I'll try that... On 11/8/07, Peter Reilly <[EMAIL PROTECTED]> wrote: > > On Nov 8, 2007 6:11 PM, Christopher Styles <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm using Cruise Control and Websphere 6 to build and deploy my > applicati

Websphere 6 Ant Tasks can't be found....

2007-11-08 Thread Christopher Styles
Hi, I'm using Cruise Control and Websphere 6 to build and deploy my application to a remote server, but when I execute the build/deploy, I get and *Ant Error Message*... My websphere ant tasks can't seem to be found If I comment out the taskdefs, the build portion works fine, but I need the we

Propertyfile Task not updating build numbers

2007-11-06 Thread Christopher Styles
Hi, I created the two targets below to update my build and last build numbers in my build.properties before my build actually starts, but for some reason they're not updating the numbers The propertyfile file attribute specifies the name of the property file and each nested entry element speci