Here's what I did: #create clone $ git clone https://git-wip-us.apache.org/repos/asf/isis.git apache-isis
The size of the repository is about 78MB, quite small considering the fact that it contains all commits starting Rob's initial one in 2004. # build isis $ cd apache-isis/framework $ mvn clean install Now this is the result (on my wife's four year old MacBook..): INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9:34.478s [INFO] Finished at: Sun Dec 02 20:07:55 CET 2012 [INFO] Final Memory: 103M/528M [INFO] ------------------------------------------------------------------------ Cheers, Jeroen PS Max OSX users could try out SourceTree, a free Git gui, available in App Store. On Sun, Dec 2, 2012 at 6:20 PM, Kevin Meyer - KMZ <[email protected]> wrote: > Ok, my bad. > > It seems that I did not actually "install", only "mvn package", so the > built resources where not available. > > Now that I have done a "mvn install" from the git repo clone, I can build > individual packages (well, I've only tested wicket viewer and sql > objectstore, but they both build). > > With that simple test, it looks like the move to git seems OK! > > > On 2 Dec 2012 at 12:05, Dan Haywood wrote: > > > Do you have the same issues with the original svn? All we need to do is > > confirm that the copy has worked. > > > > Sorry to be brief, sent from my phone > > On Dec 2, 2012 10:46 AM, "Kevin Meyer - KMZ" <[email protected]> wrote: > > > > > Hi Dan, > > > > > > The git clone ran ok (if a little silent - I suppose I need to get > used to > > > adding a "verbose" parameter so see progress). > > > > > > git clone http://git.apache.org/isis.git isis-ro > > > > > > The package build ran ok. > > > > > > mvn package > > > > > > I am having difficulties with individual components, though. I cd'd > into > > > runtimes/dflt/objectstore/sql and tried to "mvn test", and I get POM > > > issues: > > > > > > [INFO] Scanning for projects... > > > [ERROR] The build could not read 1 project -> [Help 1] > > > [ERROR] > > > [ERROR] The project > > > org.apache.isis.runtimes.dflt.objectstores:sql:0.3.1-SNAPSHOT > > > > (/Bubbles/Data/AllMyStuff/usr/kevin/Dev/NakedObjects/isis/git/isis-ro/framework/runtimes/dflt/objectstores/sql/pom.xml) > > > has 1 error > > > [ERROR] Non-resolvable import POM: Failure to find > > > org.apache.isis:core:pom:0.3.1-SNAPSHOT in > > > http://repository.apache.org/snapshots was cached in the local > > > repository, resolution will not be reattempted until the update > interval of > > > apache.snapshots has elapsed or updates are forced @ > > > org.apache.isis.runtimes:dflt:0.3.1-SNAPSHOT, > > > > /Bubbles/Data/AllMyStuff/usr/kevin/Dev/NakedObjects/isis/git/isis-ro/framework/runtimes/dflt/pom.xml, > > > line 99, column 16 -> [Help > > > > > > Don't know if this is a transient issue or not, but there it is. > > > > > > Also had this same error when I tried to build the wicket viewer. > > > > > > Not sure what else to do. > > > > > > Regards, > > > Kevin > > > > > > > > > On 2 Dec 2012 at 9:37, Dan Haywood wrote: > > > > > > > Hi all, > > > > Infra have now migrated our code from svn to git [1]. Before making > the > > > > codebae read/write, they have asked me (via IIRC) to record that the > PMC > > > > has checked and agreed. > > > > > > > > So, could as many of our PMC members as possible check out the code > and > > > > give it the once over. If you're not sure if that applies to you, > our > > > PMC > > > > members are: > > > > > > > > Dan Haywood <[email protected]> > > > > Robert Matthews <[email protected]> > > > > Kevin Meyer <[email protected]> > > > > Alexander Krasnukhin <[email protected]> > > > > Dave Slaughter <[email protected]> > > > > Jeroen van der Wal <[email protected]> > > > > Mohammad Nour El-Din <[email protected]> > > > > Mark Struberg <[email protected]> > > > > > > > > I don't think everyone needs to do this, but I would like to have at > > > least > > > > 3 different pairs of eyes on it. > > > > > > > > And, if you're a git newbie, there are now some instructions on how > to > > > do a > > > > checkout in our site [2] > > > > > > > > Thanks > > > > Dan > > > > PMC Chair > > > > > > > > [1] https://issues.apache.org/jira/browse/INFRA-5502 > > > > [2] http://isis.apache.org/contributors/using-git.html > > > > > > > > > > > > > -- > > > Kevin Meyer, Cell: +386 (0)70 260 321 Ljubljana, Slovenia > > > > > > > > > > > > > > > > > > > >
