As it is ... from time to time sombody has a greate new idea. While this
is great .... :-) .... AND svnkit is certainly an open source community,
isn't it? ...  There are users and developers behind a firewall! Hence
one more time the discussion goes toward - How do I tell gradle and all
the nice new stuff arround to use my proxy server, whithout proper
authentication I can just not downlaod. 

The download arguments given as args to the java cmd line work so nicely
with maven and ant and jsvn (svnkit) BUT NOT WITH GARDLE :-(

Why gradle ....? Why not maven or ant which can do it and did it so well
in the past .... Just a nightmare now to build !!!
 
Would somebody be so kind and tell me how to reach out through our
firewall ..... 

C: gradlew.bat
.....
@rem Uncomment those lines to set JVM options. GRADLE_OPTS and JAVA_OPTS
can be used together.
set GRADLE_OPTS=%GRADLE_OPTS% -Xmx512m
set JAVA_OPTS=%JAVA_OPTS% -Xmx512m -Dhttp.auth.preference=Basic
-Dhttp.proxyhost=bcproxyserver.ch.axa.com -Dhttp.proxyport=8080
-Dhttp.proxyuser=C770817 -Dhttp.proxypassword=May11password
.....

Josef


E:\asf\svnkit\trunk>if "" == ""
Downloading
http://repo.gradle.org/gradle/distributions/gradle-1.0-milestone-3-bin.z
ip

Exception in thread "main" java.net.ConnectException: Connection timed
out: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at java.net.Socket.connect(Socket.java:529)
        at java.net.Socket.connect(Socket.java:478)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
        at sun.net.www.http.HttpClient.New(HttpClient.java:306)
        at sun.net.www.http.HttpClient.New(HttpClient.java:323)
        at
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConn
ection.java:975)
        at
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnecti
on.java:916)
        at
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.ja
va:841)
        at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnec
tion.java:1177)
        at
org.gradle.wrapper.Download.downloadInternal(Download.java:49)
        at org.gradle.wrapper.Download.download(Download.java:37)
        at org.gradle.wrapper.Install.createDist(Install.java:54)
        at org.gradle.wrapper.Wrapper.execute(Wrapper.java:44)
        at
org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:37)

E:\asf\svnkit\trunk>

Reply via email to