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