Re: fyi: minimal build
"Sasvata (Shash) Chatterjee" <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <[email protected]> |
Thomas, In keel terminology, there is a difference between Keel's (or your own) "module"s, and the "project". You run "maven jar:install" in the module directories like app-* or svc-*-*. But, in the project directory, you run "maven war". I think Mike has substantially updated the documentation recently: http://www.keelframework.org/release/HEAD/docbook/keel-doc/html_chunk/manual/ch13.html HTH, Shash Thomas Duff wrote: > I know people were talking about troubles building > minimal but I don't remember what was said. Anyway, > I built it but ran into this error: > > # maven jar:install > <snip> > test:compile: > > [echo] Processing meta-info for java source in > /Users/duff/projects/keel/keel-build/example-projects/minimal/src/java > [collect-metainfo] Writing Info descriptors as property files > (.meta). > [collect-metainfo] Collecting service information. > [mkdir] Created dir: > /Users/duff/projects/keel/keel-build/example-projects/minimal/target/ > classes/conf/server > > BUILD FAILED > File...... > /Users/duff/.maven/cache/maven-keel-plugin-1.2.12/plugin.jelly > Element... move > Line...... 118 > Column.... 87 > /Users/duff/projects/keel/keel-build/example-projects/minimal/target/ > classes not found. > Total time: 29 seconds > Finished at: Fri Mar 11 16:15:10 EST 2005 > > Even if I created the target/classes directory manually, it would delete > it. In order to get it to build I had to create a dummy java class > in src/java > and put a <build> section in the project.xml. Neither one alone > fixed it. > This is with plugin 1.2.12 and cvs sources updated a couple of hours > ago. > > t > > http://keelframework.org/documentation.shtml > Keelgroup mailing list > [email protected] > http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com http://keelframework.org/documentation.shtml Keelgroup mailing list [email protected] http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com