< Index | Checkout KuixDemo sources from SVN

Checkout KuixDemo sources from SVN

To be able to work with the lastest development sources of KuixDemo, 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.

KuixDemo project require Kuix project
First, you need to checkout it first. Take a look at Checkout Kuix sources page.

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://kuix.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.demo.kuix 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

As you can see, resources are located in a res folder located in the project. To edit those resources, use the Files (Ctrl+2) view.

Files view

Build the project

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

Build project