You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/05/02 09:09:54 UTC

DO NOT REPLY [Bug 19541] New: - New RExec optional task

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19541>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19541

New RExec optional task

           Summary: New RExec optional task
           Product: Ant
           Version: 1.5.3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: francois.rey@capco.com


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.