Hi Folks, Just built on my Mac, using Maven 2.2.1 and JDK 1.6.0_22 Apologies if some of these have already been reported...
1. mvn clean install succeeds, but some test failures in alternatives/objectstore/nosql/target/surefire-reports: org.apache.isis.alternatives.objectstore.nosql.DestroyObjectCommandImplementationTest.txt org.apache.isis.alternatives.objectstore.nosql.NoSqlObjectStoreTest.txt org.apache.isis.alternatives.objectstore.nosql.ObjectReaderTest.txt org.apache.isis.alternatives.objectstore.nosql.SerialKeyCreatorTest.txt org.apache.isis.alternatives.objectstore.nosql.SystemTest.txt org.apache.isis.alternatives.objectstore.nosql.WriteObjectCommandTest.txt 2. mvn clean install -D modules=all [ERROR] error: error reading /Users/mikeburton/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar; cannot read zip file 3. mvn site-deploy -D modules=standard -D site=full -D deploy=local [INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. ... .. Cobertura... [INFO] There are 3 checkstyle errors. ... Missing: com.java:jimi:jar:1.0 for artifact: com.agilejava.docbkx:docbkx-maven-plugin:maven-plugin:2.0.8 4. For completeness we need to add this to beginning of build instructions: Make a directory and download the software into it: svn co http://svn.apache.org/repos/asf/incubator/isis/trunk . Allocate sufficient memory for the JVM, to avoid heap space error in Maven: export MAVEN_OPTS=-Xmx512m //TODO or the Windows equivalent Maybe add svn to list of prerequisites? or is that too obvious? Mike
