Bug 19541 - New RExec optional task
Summary: New RExec optional task
Status: RESOLVED FIXED
Alias: None
Product: Ant
Classification: Unclassified
Component: Optional Tasks (show other bugs)
Version: 1.5.3
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: 1.6
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-02 07:09 UTC by Francois Rey
Modified: 2008-02-22 12:18 UTC (History)
0 users



Attachments
Zip of patch and modified files (8.48 KB, application/zip)
2003-05-02 07:11 UTC, Francois Rey
Details

Note You need to log in before you can comment on or make changes to this bug.
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.