Sorry about all the spam, don't really know why the zip file is not being
sent through each time.
Last try before I give up, this time attaching the files themselves.


-----Original Message-----
From: Rey Francois 
Sent: 30 April 2003 17:31
To: '[EMAIL PROTECTED] '
Subject: [PATCH] New RExecTask



I have implemented a new RExecTask which I believe can be of use to others.
I wasn't that difficult: I took the TelnetTask as a model and transformed it
into an RExecTask.

Note:
- these patches have been made against Ant 1.5.3
- I used "diff -c" to create them (the -u option is not available on my
platform). In any case I also included the modified files.
- the new task also makes use of the NetComponents
(http://www.savarese.org/oro/downloads/index.html#NetComponents).

Enjoy,

Fr.

*** src.ori/main/org/apache/tools/ant/taskdefs/defaults.properties      Wed Apr 
30 09:32:28 2003
--- src/main/org/apache/tools/ant/taskdefs/defaults.properties  Wed Apr 30 
14:24:51 2003
***************
*** 111,116 ****
--- 111,117 ----
  vajexport=org.apache.tools.ant.taskdefs.optional.ide.VAJExport
  vajimport=org.apache.tools.ant.taskdefs.optional.ide.VAJImport
  telnet=org.apache.tools.ant.taskdefs.optional.net.TelnetTask
+ rexec=org.apache.tools.ant.taskdefs.optional.net.RExecTask
  csc=org.apache.tools.ant.taskdefs.optional.dotnet.CSharp
  ilasm=org.apache.tools.ant.taskdefs.optional.dotnet.Ilasm
  WsdlToDotnet=org.apache.tools.ant.taskdefs.optional.dotnet.WsdlToDotnet
*** docs.ori/manual/optionaltasklist.html       Wed Apr 30 09:21:31 2003
--- docs/manual/optionaltasklist.html   Wed Apr 30 14:02:10 2003
***************
*** 49,54 ****
--- 49,55 ----
  <a href="OptionalTasks/pvcstask.html">Pvcs</a><br>
  <a href="OptionalTasks/renameextensions.html"><i>RenameExtensions</i></a><br>
  <a href="OptionalTasks/replaceregexp.html">ReplaceRegExp</a><br>
+ <a href="OptionalTasks/rexec.html">RExec</a><br>
  <a href="OptionalTasks/rpm.html">Rpm</a><br>
  <a href="OptionalTasks/serverdeploy.html">ServerDeploy</a><br>
  <a href="OptionalTasks/setproxy.html">Setproxy</a><br>
************************************************************************
The information in this email is confidential and is intended solely
for the addressee(s).
Access to this email by anyone else is unauthorised. If you are not
an intended recipient, please notify the sender of this email 
immediately. You should not copy, use or disseminate the 
information contained in the email.
Any views expressed in this message are those of the individual
sender, except where the sender specifically states them to be
the views of Capco.

http://www.capco.com
***********************************************************************

Reply via email to