Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » error executing rsh from ANT build
error executing rsh from ANT build [message #290680] Mon, 29 August 2005 23:04
Eclipse UserFriend
Originally posted by: michael.giroux.objectweb.org

I'm getting the following error message on the console view when I execute
an ant script from Eclipse.

[exec] Terminal readThe handle is invalid.
[exec] /home/jerome

The execute task is:
<exec executable="rsh.exe" >
<arg value='coke'/>
<arg value='-l'/>
<arg value='${coke.user}'/>
<arg value='sh make.sh'/>
</exec>

The shell script contains a single pwd command.

When executed directly from a DOS command prompt, the RSH command displays
the working directory sans error message.

Any suggestions for how to eliminate the "terminal read ..." error message?

Michael Giroux
Previous Topic:How do I run plug-in tests from Ant?
Next Topic:ViewPart dispose state saving best practice?
Goto Forum:
  


Current Time: Thu Apr 25 16:37:49 GMT 2024

Powered by FUDForum. Page generated in 0.02884 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top