Hi Abhinav,

I am using a proxy.
> I am using cntlm for authentication.
> I have added localhost:1234 in ANT_OPTS ... as above before compiling
>
>
It looks like Ivy supports NTLM authentication:

https://issues.apache.org/jira/browse/IVY-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel

Can you try also setting -Dhttp.proxyRealm=<your_domain> in ANT_OPTS and let
us know if it works?


> > $HOME/.ant/cache/org.apache.hbase/hbase/jars/hbase-0.89.0-SNAPSHOT.jar
> >
> > There is no folder as org.apache.hbase ....
> but there are folders as org.apache.{zookeeper},{commons} etc ...
> Shall i create one and place the downloaded hbase jar there ?


Yes, if you can't get Ivy to work then you'll need to satisfy the dependency
manually by downloading the hbase jar and copying it to
$HOME/.ant/cache/org/apache.hbase/hbase/jars/hbase-0.89.0-SNAPSHOT.jar

Carl

>

Reply via email to