View Single Post
  #7  
Old 07-26-2007, 02:01 PM
warrenc warrenc is online now
Registered User
 
Join Date: 12-21-2004
Posts: 13
Well that seemed to work. Here's the log:

7/26/2007 2:55:19 PM: --------------------Starting Build: 'D:\VisualBuildPro\EGS_2.39.bld'--------------------
7/26/2007 2:55:19 PM: Building project step 'Telnet thru tunnel'...
Connecting to Telnet server 'localhost' on port 2023
VISBUILDPRO 145519 0000 INF: started thread 0x114 trace on 07-26-2007 14:55:19 [4.50.4520]
VISBUILDPRO 145519 0015 INF: gethostbyname("localhost") returned 127.0.0.1 (EGSBuild.engineering.local)
VISBUILDPRO 145519 0000 INF: socket(2, 1, 0) returned 1444
VISBUILDPRO 145519 0000 WRN: connect(1444, 127.0.0.1:2023, 16) returned -1 [10035]
VISBUILDPRO 145519 0000 INF: select(64, 0x0, 0x378f178, 0x378f074, 20:0) returned 1
VISBUILDPRO 145519 0000 INF: WSAIsBlocking() returned FALSE
VISBUILDPRO 145519 0031 INF: select(64, 0x378f12c, 0x0, 0x0, 20:0) returned 1
VISBUILDPRO 145519 0000 INF: recv(1444, 0x26550ad, 8192, 0) returned 0
VISBUILDPRO 145519 0000 INF: closesocket(1444) returned 0

Script successfully executed
7/26/2007 2:55:19 PM: Build successfully completed.

Now, if I'm connected to the Linux PC. How do I run the test.sh script that is located in /home/player?

Thank you for your patience.

BTW, in the script window in telnet step there is a blank line. If I remove it then the telnet step fails. Therefore, I guess something needs to be there but what? A command? If so, then how would I do it?

Last edited by warrenc; 07-26-2007 at 02:03 PM.
Reply With Quote