Re: empty the file

2010-03-15 Thread glenn opdycke-hansen
Can echo task work here? Below is a target to init the file and one to clear the file. (not quite, it writes 1 byte to the file) first line second line third --glenn On Mon, Mar 15, 2010 at 19:55, Antoine Levy-Lambert wrote: > Hi, > > redirection is a feature of the shell, not of c

Re: ant+soap+ssl

2010-03-15 Thread Antoine Levy-Lambert
Hello Gilbert, Does IBM not provide a JMX java api for DataPower ? I have never used DataPower, but I have created ant tasks wrapping around the JMX APIs of WebSphere (to do tasks like deploying a ear file or restarting servers or clusters). It could be similar. What I did is only working in an I

Re: empty the file

2010-03-15 Thread Antoine Levy-Lambert
Hi, redirection is a feature of the shell, not of cat. You could use or Regards, Antoine dr_jym wrote: > I am using Ant 1.7.0 not Ant 1.7.1 that has "truncate" task. > I have to empty the file using Ant 1.7

empty the file

2010-03-15 Thread dr_jym
I am using Ant 1.7.0 not Ant 1.7.1 that has "truncate" task. I have to empty the file using Ant 1.7.0. on Linux - file name is /var/log/testmesg, and it has read/write permissions for everybody. I tried the following: and this

ant+soap+ssl

2010-03-15 Thread Gilbert Rebhan
Hi, i want to access a IBM DataPower xml management interface from within ant to send status and configuration requests via soap messages. Has anyone experience with such a setting ? @IBM site only has an article that uses curl and openssl as external commands called with exec from ant = http://w