View Single Post
  #11  
Old 07-26-2007, 04:00 PM
warrenc warrenc is online now
Registered User
 
Join Date: 12-21-2004
Posts: 13
Thank you. However, it still doesn't work. I got the following error:

7/26/2007 4:55:56 PM: --------------------Starting Build: 'C:\Data\Dev\EGS_2.39.bld'--------------------
7/26/2007 4:55:56 PM: Building project step 'Telnet thru tunnel'...
Connecting to Telnet server 'localhost' on port 2023
VISBUILDPRO 165556 0000 INF: started thread 0xF18 trace on 07-26-2007 16:55:56 [4.50.4520]
VISBUILDPRO 165556 0000 INF: gethostbyname("localhost") returned 127.0.0.1 (wcameron.engineering.local)
VISBUILDPRO 165556 0000 INF: socket(2, 1, 0) returned 1108
VISBUILDPRO 165556 0000 WRN: connect(1108, 127.0.0.1:2023, 16) returned -1 [10035]
VISBUILDPRO 165556 0015 INF: select(64, 0x0, 0x172f174, 0x172f070, 20:0) returned 1
VISBUILDPRO 165556 0000 INF: WSAIsBlocking() returned FALSE
VISBUILDPRO 165556 0000 INF: select(64, 0x172f128, 0x0, 0x0, 20:0) returned 1
VISBUILDPRO 165556 0000 INF: recv(1108, 0x252efd, 8192, 0) returned 0

Error expanding macros or script in property Script: <Error at Line 1, Column 5 (Invalid character)
Code: root@linuxbld3 root>
7/26/2007 4:55:56 PM: Step 'Telnet thru tunnel' failed
7/26/2007 4:55:56 PM: Build ended.

The assumption is that when I telnet into the Linux PC it is a the /root directory.
Reply With Quote