env-js icon indicating copy to clipboard operation
env-js copied to clipboard

Problem building on Windows (1.2.13)

Open judge2005 opened this issue 15 years ago • 2 comments

The unit tests fail on windows with, e.g.:

file://c/:/Src/thatcher-env-js-cb738b9/specs/frame/proxy.html JavaException: java.net.UnknownHostException: c

This seems to be a problem with the urlparse methods, most likely urlparse.urlspllit(), since that is the only one that references ':', essentially it is producing an invalid windows file URL.

judge2005 avatar Jun 02 '10 15:06 judge2005

Thanks, this was also reported recently here: http://groups.google.com/group/envjs/browse_thread/thread/15399517e359a878?hl=en I promised to create a ticket and patch so I will now. in general though post issues to the list, eventually we will break the list into dev and users but its not enough trafic yet to merit several lists.

Thatcher

thatcher avatar Jun 03 '10 02:06 thatcher

I'm using Envjs 1.2

[ Envjs/1.6 (Rhino; U; Windows 7 amd64 6.1; en-US; rv:1.7.0.rc2) Resig/20070309 PilotFish/1.2.13 ]

and the problem is still there. This bug affect every call to load() in windows environment.

gimmi avatar Apr 24 '11 09:04 gimmi