Bug 19541

Summary: New RExec optional task
Product: Ant Reporter: Francois Rey <issues.apache.org>
Component: Optional TasksAssignee: Ant Notifications List <notifications>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P3    
Version: 1.5.3   
Target Milestone: 1.6   
Hardware: PC   
OS: All   
Attachments: Zip of patch and modified files

Description Francois Rey 2003-05-02 07:09:53 UTC
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.
Comment 1 Francois Rey 2003-05-02 07:11:13 UTC
Created attachment 6155 [details]
Zip of patch and modified files
Comment 2 Stefan Bodewig 2003-05-13 14:39:13 UTC
<rexec> is part of nightly build 2003-05-14.  Note that I migrated it to 
commons-net instead of ORO's NetComponents.