Yeah, someone reported this earlier and I'm seeing the same.
I believe David J checked in some kernel changes, and the
packaging plugin needs to be updated to use a version of the kernel that
supports those changes. So we need to build a versioned kernel JAR, put
it in the Maven repo, and update the plugin dependency. I was kind of
waiting for David to pop up today to do that, but I guess there's no
reason why someone else couldn't.
Aaron
On Thu, 11 Aug 2005, Jeff Genender wrote:
> Someone forget to check in some code?
>
> /Users/powerbook/Projects/geronimo/plugins/geronimo-packaging-plugin/src/java/org/apache/geronimo/plugin/packaging/PackageBuilder.java:206:
>
> cannot resolve symbol
> symbol : method releaseConfigurationManager
> (org.apache.geronimo.kernel.Kernel,org.apache.geronimo.kernel.config.ConfigurationManager)
> location: class org.apache.geronimo.kernel.config.ConfigurationUtil
> ConfigurationUtil.releaseConfigurationManager(kernel,
> configurationManager);
>