On 30/07/11 06:30, arun k wrote:
Hi all !
I have added the following code to build.xml and tried to build : $ant
package.
I have also tried to remove removed the entire ivy2 (~/.ivy2/* ) directory
and rebuild but couldn't succeed.
<setproxy proxyhost="192.168.0.90" proxyport="8080"
proxyuser="ranam" proxypassword="passwd" nonproxyhosts="xyz.svn.com
"/>
I get the error UNRESOLVED DEPENDENCIES.
I have attached the log file.
The artifact is there, so it's a proxy problem
export $ANT_OPTS = "-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080
-Dhttps.proxyHost=proxy -Dhttps.proxyPort=8080"
These don't set ant properties, they set JVM options, and do work for
Hadoop builds