Typo in multproject example doc...
Aleksandar Vidakovic <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <1109199675.10043.10.camel@popper> |
Salut all, I think there was a little typo in the manual where the maven's multiproject feature was described. In the toolset chapter, section "Other Maven Goals" I corrected the example for the build.properties to the following settings: [code] maven.multiproject.basedir=../.. maven.multiproject.ignoreFailures=true maven.multiproject.includes=*/project.xml maven.multiproject.excludes=keel-build/project.xml,tool-xdoclet/project.xml,svc-chart-jfreechart/project.xml [/code] The basedir was wrong and the includes were missing. Put this in the build.properties of your project (e. g. $KEEL_HOME/keel-build/local-yourprojectname), type "maven -Dgoal=clean,keel:jar multiproject:goal" at the console and all keel modules will be rebuild (except those mentioned in "maven.multiproject.excludes"). There are still some modules failing to build, but this is due to some false dependency entries - as far as I can see. But no big deal... I'll see what I can fix now. Hope this helps, Aleks http://keelframework.org/documentation.shtml Keelgroup mailing list [email protected] http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com