Random connection resets using ssh task

2008-10-13 Thread Dave
I'm seeing random disconnect errors when I use the ssh task.I've recently setup ssh with a windows server client logging into a windows server running cygwin sshd. There seems to be periodic connection issues. I can connect and execute tasks for example say 10 runs, then the next run suddenly has i

RE: what does ant really use?

2008-10-13 Thread Pareti, Joseph
In addition these are the files used to build: build.xml ]> &targets; targets.xml common/env.properties script-suffix=sh jboss-home=${env.JB

RE: what does ant really use?

2008-10-13 Thread Pareti, Joseph
Thanks Martin, here are some quick answers. = >what is the specific error you are getting? [java] javax.naming.NoInitialContextException: Can't find property: java.naming.factory.initial [java]at javax.naming.spi.NamingManager.getInitialContext(java.util.Hashtable) (/lib/ssa/libgc

Running a script twice after changing a property fails

2008-10-13 Thread Patrick Lübbecke
I'm currently facing a problem while trying to write an ant task that looks up for some xml elements and adds a prefix in front of that specific element. I have to run this script twice since I have two files to change which have pretty much the same structure. What it basically does is: 1. unzip

Running a script twice after changing a property fails

2008-10-13 Thread Patrick Lübbecke
I'm currently facing a problem while trying to write an ant task that looks up for some xml elements and adds a prefix in front of that specific element. I have to run this script twice since I have two files to change which have pretty much the same structure. What it basically does is: 1. unzip