Re: Large update to CVS
Shash Chatterjee <[email protected]> Mon, 05 Sep 2005 08:30:06 -0500
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <[email protected]> |
Pierre, > > This doesn't create jar files for keel-core, see below. > I just deleted all my JARs/POMs from my local Maven repo/keel, except for keel-build-3.3 and tool-maven-3.2.4. Then, I did the "keel multiproject:install" again and it build everything, including keel-core, fine. Can you cd to $KEEL_HOME/keel-core and try "maven multiproject:install" there? Also, I am sure you have updated everything from CVS, but just in case tools mess up, you might try a fresh checkout of "all" in a temporary directory. Shash PS: in my overall build.properties, I have: maven.repo.remote=http://www.ibiblio.org/maven,http://www.apache.org/dist/java-repository,http://www.keelframework.org/maven maven.multiproject.includes=**/project.xml maven.multiproject.ignoreFailures=true maven.multiproject.excludes=keel-build/example-projects/**/project.xml,**/target/**/project.xml