ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hey,
How did you solve the problem? I am still stuck with same problem as yours. How did you specify proxy settings for gradle?
I am using Ubuntu 12.04 and ROS Fuerte.
Thanks a lot in advance. :)
2 | No.2 Revision |
Hey,
How did you solve the problem? I am still stuck with same problem as yours. How did you specify proxy settings for gradle?
I am using Ubuntu 12.04 and ROS Fuerte.
Thanks a lot in advance. :)
EDIT: Hey, Sorry for the trouble. I figured out finally.
You just have to add this to your ~/.bashrc or ~/.zshrc configuration file:
export JAVA_OPTS='-Dhttp.proxyHost=proxyhostURL -Dhttp.proxyPort=proxyPortNumber -Dhttp.proxyUser=someUserName -Dhttp.proxyPassword=somePassword'
Now it should work flawlessly. :)
Links: [1] www.gradle.org/installation (Refer section: JVM OPTIONS)
3 | No.3 Revision |
Hey,
How did you solve the problem? I am still stuck with same problem as yours. How did you specify proxy settings for gradle?
I am using Ubuntu 12.04 and ROS Fuerte.
Thanks a lot in advance. :)
EDIT: Hey, Sorry for the trouble. I figured out finally. :)
You just have to add this to your ~/.bashrc or ~/.zshrc configuration file:
export JAVA_OPTS='-Dhttp.proxyHost=proxyhostURL -Dhttp.proxyPort=proxyPortNumber -Dhttp.proxyUser=someUserName Now it should work flawlessly. :)
Links:
Links:
[1] www.gradle.org/installation [Gradle Installation](http://www.gradle.org/installation) (Refer section: JVM OPTIONS)