Le Saturday 26 Mar 2011 à 09:37:51 (-0700), Alex Boisvert a écrit :
> On Sat, Mar 26, 2011 at 9:13 AM, Guillaume Yziquel
> <[1][email protected]> wrote:
>
> > Just be repository-specific...
>
> Could you pinpoint how to modify that, I mean which line in the
> build.xml files? I mean, I changed the lines in lib/java/build.xml
> to
> > <!-- Dependency download location -->
> > <property name="mvn.repo value="[3]http://www.ibiblio.org/maven2"/>
> > <property name="apache.repo"
> value="[4]https://repository.apache.org/content/repositories/releases"/>
>
> This looks right.
Good.
> BUILD FAILED
> /home/yziquel/git/thrift/lib/java/build.xml:120:
> java.net.SocketException: Network is unreachable
> Â Â Â Â at java.net.PlainSocketImpl.socketConnect(Native Method)
> Â Â Â Â at
> java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
>
> This exception says your internet connection is down.
> alex
It most definitely is up. I'm retrieving the file with wget just after
the failed make without any problem.
--
Guillaume Yziquel