Hi Dan, The first thing I did after svnup was an "rm -r ~/.m2/repository/org/apache/isis"
Thereafter, "mvn -o" wouldn't build Isis in trunk, with failures (missing dependencies) on isis modules. I have since, through a tedious process of building packages one at a time (allowing 1 or two isis snapshot downloads), and the few other external downloads (org.apache.geronimo), been able to build the whole 0.1.2-incubating-snapshot system. I'm in the middle of a critical project delivery period, so don't want to take a chance with deleting the repository/org/apache/isis and trying again (took about an hour to sort out last night) - perhaps it was the missing external dependencies that were causing the Isis modules to fail - but the reported dependency was an Isis one, not the external ones. Regards, Kevin On 11 Jun 2011 at 8:01, Dan Haywood wrote: > Hi Kevin, > > I can't reproduce this on my current workspace, but I'm just pulling > down isis afresh (onto that spare laptop I leant you at the code > retreat), and see if I can reproduce there. > I'll report back presently. > > DAn > > > > > On 10/06/2011 18:10, Kevin Meyer - KMZ wrote: > > Hi, > > > > Is it just me, or is there something really strange happening in trunk at > > the moment: > > > > In trunk: > > > > I'm trying to do a "mvn -o clean install", which fails because of missing > > isis dependencies! > > > > When I do a "mvn clean install", maven starts fetching snapshots from > > repositories: > > dflt-0.1.2-incubating-20110609.154158-3.jar > > dflt-0.1.2-incubating-20110609.154158-3-tests.jar > > > > etc > > > > Surely this is backwards? I'm trying to build the Isis framework, from > > my local trunk, so it shouldn't fetch anything!?!? > > > > Anyone? > > > > Regards, > > Kevin
