Is anyone familiar with getting the ivy dependencies to work on trunk? Thanks again, Ryan Hoegg
On Thu, Sep 8, 2011 at 4:31 PM, Ryan Hoegg <[email protected]> wrote: > Apache Ant(TM) version 1.8.2 compiled on June 3 2011 > > > On Thu, Sep 8, 2011 at 4:12 PM, Daniel Dai <[email protected]> wrote: > >> I did it all the time and never see it. Which version of ant are you >> using? >> >> Daniel >> >> On Thu, Sep 8, 2011 at 2:02 PM, Ryan Hoegg <[email protected]> wrote: >> >> > Hi, >> > >> > I am trying to build locally like so: >> > >> > $ svn co http://svn.apache.org/repos/asf/pig/trunk pig >> > $ cd pig >> > $ ant test >> > >> > And the build fails with dependency problems: >> > >> > [ivy:resolve] :: problems summary :: >> > [ivy:resolve] :::: WARNINGS >> > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: >> > [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: >> > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: >> > [ivy:resolve] :: commons-el#commons-el;1.0: configuration not >> found >> > in commons-el#commons-el;1.0: 'master'. It was required from >> > org.apache.pig#Pig;0.10.0-SNAPSHOT compile >> > [ivy:resolve] :: jline#jline;0.9.94: configuration not found in >> > jline#jline;0.9.94: 'master'. It was required from >> > org.apache.pig#Pig;0.10.0-SNAPSHOT compile >> > [ivy:resolve] :: commons-lang#commons-lang;2.4: configuration >> not >> > found in commons-lang#commons-lang;2.4: 'master'. It was required from >> > org.apache.pig#Pig;0.10.0-SNAPSHOT compile >> > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: >> > >> > Am I doing something wrong? >> > >> > Thanks, >> > Ryan Hoegg >> > >> > >
