[
https://issues.jboss.org/browse/FORGE-421?page=com.atlassian.jira.plugin....
]
Ivan St. Ivanov commented on FORGE-421:
---------------------------------------
Hi guys,
I am not a proxy expert. However, I browsed through the forge code and found that it is
using JGit to download plugins from Github (as it is the case with Arquillian). I then
browsed JGit's code and found that it supports proxies and as far as I got it, it uses
the proxy selector mechanism described in the document linked by Lincoln. To be more
precise: it uses the default proxy selector. Which happens to use exactly these system
properties that you set.
I saw a suggestion in the document that if you are on Windows or Gnome 2.x, you can edit
your <JRE-dir>/lib/net.properties file and make the default proxy selector use your
system proxy. Furthermore, you can try to uncomment the lines in the same file (no matter
what OS you are using, just keep the useSystemProxies to false) that configure the HTTP
proxy. And then run forge again.
Tomorrow I will try this at work as well.
Cheers,
Ivan
Proxy support
-------------
Key: FORGE-421
URL:
https://issues.jboss.org/browse/FORGE-421
Project: Forge
Issue Type: Enhancement
Components: Shell, Windows
Affects Versions: 1.0.0.Beta5
Environment: Windows7 -32b
Reporter: Esteve Aviles
Priority: Optional
Labels: proxy, settings
Is there any way to configure forge to use proxy.
I have problems while trying to install new plugins:
-set DEFAULT_PLUGIN_REPO
https://raw.github.com/forge/plugin-repository/master/repository.yaml
-forge install-plugin arquillian
-Connecting to remote repository
[
https://raw.github.com/forge/plugin-repository/master/repository.yaml]... ***ERROR***
[forge install-plugin] Connection to
https://raw.github.com refused
I am behind a proxy. I have no problem in downloading it with an explorer. Maven also
works fine.
Thanks
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira