Howdy.
Starting my investigation of Dart, but my employer utilizes firewall (buy HTTP/HTTPS is open) and web proxy (which is likely the problem).
I can't "pub get" from the Dart Editor menus on Windows 7 64-bit, Dart Editor 1.4.2.release (STABLE), Dart SDK 1.4.2.
--- 1:16:21 PM Auto running pub get on C:\Users\benjamin.fisher\dart\one-hour-codelab-master ... ---
Pub get failed, [1] Resolving dependencies... (42.1s)
** Warning: Application may fail to run since packages did not get installed.Try running pub get again. **
For OS environment variables, I permanently created the following (browsers use Internet Options settings, which use the same stuff) environment variables:
http_proxy=http://<IP>:<PORT>/
https_proxy=https://<IP>:<PORT>/
Of course the <IP> and <PORT> are set correctly.
I then put this at the bottom of DartEditor.ini:
Not sure about updates but "pub get" still doesn't work.
If it matters, I installed new JRE directly into dart's install directory called "jre1.7.0_60" and refer to it via "C:\\Path\\to\\dart\\jre1.7.0_60\\bin\\javaw.exe", which seems to work fine.
Possibliities? Need to do something with that JRE? Or when the instructions on the Troubleshooting page say to add environment variables, they don't necessarily mean OS env vars, but something else I'm missing?
Any help getting up and testing would be most appreciated.
-B.