ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

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. :)

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)

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'

-Dhttp.proxyPassword=somePassword'

Now it should work flawlessly. :)

Links: Links: [1] www.gradle.org/installation [Gradle Installation](http://www.gradle.org/installation) (Refer section: JVM OPTIONS)