Kevan Miller wrote:
On May 24, 2007, at 12:27 PM, David Jencks wrote:
The kernel jar ends up in lib, not the repository (or the repo copy
isn't actually used if present) and it's installed in lib in
geronimo-boilerplate-minimal
You also need to rebuild the j2ee boilerplate.
What I do to avoid getting too confused about which modules I have to
build when modifying the kernel is
cd assemblies
mvn -o clean install
and kill it after it gets done with jetty-jee5
Doh. Since he was rebuilding all of configs, was thinking he was
buiilding all of assemblies (even though i copy/pasted his cd ...). I
generally just let all of assemblies run. Don't like having mismatched
distributions...
--kevan
Thanks guys, it works perfectly.
-Viet