admin@glassfish.java.net

Re: Another error building Admin Console

From: Byron Nevins <byron.nevins_at_sun.com>
Date: Wed, 29 Apr 2009 10:16:12 -0700

The way I look t it is there are 2 kinds of time. Human time and
computer time. The former is mine and dear and expensive. The latter
is cheap and there are always plenty of things for the human to do while
the computer is busy.

cd /trunk
mv v3 v3_prev // just in case!
svn co blah-blah-blah/v3
cd v3
mvn install






Kim Haase wrote:
> Hi,
>
> This morning I've run into another error. This time I did an svn
> update in trunk/v3 first -- this is the sequence of commands.
>
> cd trunk/v3
> svn update
> cd admingui
> mvn clean install
>
> The error is
>
> /home/chaase/gfws/trunk/v3/admingui/common/src/main/java/org/glassfish/admingui/common/util/V3AMX.java:68:
> cannot find symbol
> symbol : method getDomainRootProxy()
> location: class org.glassfish.admin.amx.core.proxy.ProxyFactory
> DomainRoot domainRoot =
> ProxyFactory.getInstance(mbs).getDomainRootProxy();
>
> Any advice will be appreciated.
>
> Thanks,
> Kim
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>