I switch the plugin to use a SNAPSHOT of the kernel. This will prevent
build problems but probably breaks the plugin itself - we can cut a new
version if/when the plugin's dependency problem is fixed.
--
Jeremy
Aaron Mulder wrote:
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);