env-js
env-js copied to clipboard
Problem building on Windows (1.2.13)
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.
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
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.