Survivant 00 wrote:
> cool.
>
> if you could just create a little HelloWorld, and we will be able to
> start from there.
Take a look at the com.sun.jmxa.JmxaTest code in the project (under
Test Packages). Look at the method testNestedManagedData for an example.
This creates the ManagedObjectManager, creates a root, and registers an
object. The test code has a number of examples like this: just look for
calls to methods in ManagedObjectManagerFactory.
>
> can you send me the link to download hg for Windows please.
>
If you like GUI tools on Windows for this, you can take a look at TortoiseHg
tool, available from
http://tortoisehg.sourceforge.net/. This apparently
includes a DLL for python, so it should be easy to install.
If you just want the standard Hg command line tools, try
http://mercurial.berkwood.com/.
For information about mercurial the main site is
http://www.selenic.com/mercurial/wiki
Ken.