< Index | Checkout Kutil sources from SVN

Checkout Kutil sources from SVN

To be able to work with the lastest development sources of Kutil, you can checkout them from Subversion (svn) repository.

Requierments

To be able to checkout sources, you need to have a SVN client (integrated in most common JavaME IDEs).
In this docs, you will learn step by step how to do this with NetBeans.

Checkout from NetBeans

Download and install your IDE

  • NetBeans (6.1 release, with Mobility pack),
  • You need to configure NetBeans to work with Subversion. Please, refer to the NetBeans website.

Open the Subeversion Checkout dialog

Open the checkout dialog

Repository location

Enter the repository URL : http://kutil.googlecode.com/svn.
Leave user and password fields blank for anonymous access and click on the next button.

Repository location

Folder to checkout

Enter netbeans/org.kalmeo.util in the Repository folder(s) field.
Select the Scan for NetBeans projects after checkout checkbox.
And set your custom local folder in the Local folder field and click on the finish button.

Folder to checkout

And select Open project when the folowing dialog appear.

Open project

Explore the project

Concratulation, the project is now in your workspace.

Explore project

Build the project

Before using the project as library, you need to build it. Right-click on the project in the Projects view and select build.

Build project