dev@glassfish.java.net

admin-core/mbeanapi CODE MOVED PLEASE READ

From: Lloyd L Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Fri, 01 Dec 2006 22:16:14 -0800

The AMX interfaces (admin-core/mbeanapi) have been moved to a new
module "appserv-api". Other APIs will migrate there soon too.

Here's what you need to do to update your workspace:

cd admin-core
rm -rf mbeanapi
cvs update

cd ../bootstrap
cvs update
maven checkout -Dmodules=appserv-api
maven build

The checkout step above says that "appserv-api" is not a valid cvs
module...but it works fine. I'll look into that.

I think that should do it, but the build has surprised me more than
once. If not, do:

maven clean
maven clobber
maven bootstrap-all
maven build

Thanks to Terena for answering questions late on a Friday night!

Lloyd Chambers