Hi , I have been trying to get full source of appfuse using mvn appfuse:full-source.Unforuntaely I am not able to do so as I am getting the following error
[INFO] [AppFuse] Adding dependencies from root module... [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] java.net.ConnectException: Connection timed out: connect [INFO] ------------------------------------------------------------------------ [INFO] Trace java.net.ConnectException: Connection timed out: connect >From the above log it is clear that I am not able to connect to appfuse site .The reason being is I am behind proxy server which needs to get authenticated. Infact I had set my ant_opts to use the proxy settings. Infact I tried both option Set ANT_OPTS = -Djava.net.useSystemProxies=true And this as well -Dhttp.proxyHost=xxx -Dhttp.proxyPort=80 -Dhttp.proxyUser=xxx -Dhttp.proxyPassword=xxx -Dhttps.proxyHost=xxx -Dhttps.proxyPort=80 Nothing seems to work .If anyone had come across similar problem or any kind of suggestion please do let me know. Thanks, Khaliq --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
