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
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
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
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
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