NetXMS Support Forum

English Support => General Support => Topic started by: tamal_g on December 06, 2013, 08:38:27 AM

Title: Version 1.2.9 Management Console Sources and Java API
Post by: tamal_g on December 06, 2013, 08:38:27 AM
Hi Victor,

Can you please guide me where I could find the latest version 1.2.9 Management console source package and the Java APIs. I have to tried to download the files from https://svn.netxms.org/public/netxms/tags/version-1.2.9 by Tortoise SVN repository browser but failed to get it done. It shows error "Invalid URL: XML Parsing failed: Unexpected root element 'html'.

Please help.

Thanks and Regards,
tamal_g
Title: Re: Version 1.2.9 Management Console Sources and Java API
Post by: Alex Kirhenshtein on December 06, 2013, 05:24:03 PM
Hello.

We migrated repository to git.
To get sources for version 1.2.9, you need to do following steps:
git clone git://git.netxms.org/public/netxms.git netxms-readonly
cd netxms-readonly
git checkout v1.2.9
Title: Re: Version 1.2.9 Management Console Sources and Java API
Post by: tamal_g on December 07, 2013, 04:03:18 PM
Thanks Alex.

Can you please guide me how I should get the source repository from git. Where should I implement this code to get the source package. Any tool required for this? Please guide me the steps and also how to compile the Management Console to run it with the Netxms core server version 1.2.9.

Thanks.
Regards,
tamal_g