Overriding definition of reference to ?

2006-01-31 Thread Bill Winspur
In one of my workhorse scripts, I'm getting the message the error message 'Overriding definition of reference to ' after which a java task fails because it cant see the libraries specified in the definition. I cant see anything wrong with the definition, which worked OK a few weeks ago. I

Re: Using the bootclasspath

2006-01-02 Thread Bill Winspur
---Original Message- From: Bill Winspur [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 27, 2005 4:34 PM To: Ant Users List Subject: Using the bootclasspath I'm trying to link a diagnostic classloader into the java task, but having set up the bootclasspath element, by prepending my diag

Re: Using the bootclasspath

2006-01-02 Thread Bill Winspur
Thanks for the pointer stephan, I'll continue to experiment and post my results back here. Stefan Bodewig wrote: On Tue, 27 Dec 2005, Bill Winspur <[EMAIL PROTECTED]> wrote: bootclasspath ignored since build.sysclasspath has been set. You can find inform

Using the bootclasspath

2005-12-27 Thread Bill Winspur
I'm trying to link a diagnostic classloader into the java task, but having set up the bootclasspath element, by prepending my diagnostics jar path to the default contents of sun.boot.class.path, and having forked the jvm, I get the message bootclasspath ignored since build.sysclasspath has been

Re: FW: Connection Failures On SSHExec Task

2005-06-19 Thread Bill Winspur
soon, Bill Winspur Atsuhiko Yamanaka wrote: Hi, +-From: "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> -- |_Date: Fri, 3 Jun 2005 10:16:53 -0700 __ | |> > > [sshexec] Connecting to xxx.com:22 |> > > [sshexec] root

Re: Connection Failures On SSHExec Task

2005-06-03 Thread Bill Winspur
Rob, Admittedly, this is an off the wall question, but are your ssh server and client on the same win2k host? Bill. Anderson, Rob (Global Trade) wrote: 1. What OS are you running sshexec on? Win 2k 2. What java version is ant running on ? java version "1.4.2_07" 3. What s

Re: Connection Failures On SSHExec Task

2005-06-03 Thread Bill Winspur
HExec Task hey, get in line like everyone else! use correct time and dates. i delete all annoying future dated posts --- Bill Winspur <[EMAIL PROTECTED]> wrote: Synopsis I am running ant 6.1.2 on XP Pro and have a test case that produces SSH connection failures by r

Connection Failures On SSHExec Task

2005-06-02 Thread Bill Winspur
Synopsis I am running ant 6.1.2 on XP Pro and have a test case that produces SSH connection failures by repetitively running the same task. The first failure occurs after about two thirds (10) of the tasks have executed. At this point ant hangs up for about 2 minutes, then logs the foll

Re: Problem with sshexec task: reject HostKey

2005-06-01 Thread Bill Winspur
Thanks Jian, setting trust="true" got sshexec working for me, Bill j&h systems wrote: Hi, Try setting trust="true" like the following: I think if you don't set trust to true, the host key (which is on the server) will be rejected by your ant ssh task. C

Problem with sshexec task: reject HostKey

2005-06-01 Thread Bill Winspur
I am using the sshexec task in the following build.xml, under XP Pro From which I get the following console output: E:\swd\devt\eclipseWkspce\Sysadmin\tomcat\ant\ssh-stuff>ant Buildfile: build.xml sshtry: [sshexec] Connecting to xxx.com:22 BUILD FAILED E:\swd\devt\eclipseW