Geomajas 1.5.0

20/10/2009 10:45
Etc/GMT+1

Unstable release

Geomajas 1.5.0 is a technology preview showcasing the progress we are making towards our next stable version.

Stable: 
0

Source & build notes

 

Getting the source

What you need:

We use subversion for source version control, so 'll need a subversion client. To build the software, we use maven. We recommend maven version 2.2.1 or above. See the Apache Maven site for more information.

Get the Source Code:

To get the source code for release 1.5.0 do:

$ svn checkout https://svn.geomajas.org/majas/tags/1.5.0 geomajas
 

Building Geomajas using Maven

From the directory where you put Geomajas, run "mvn install".

After the build is done, the web application geomajas-dojo-example-1.5.0.war should be available in the geomajas-dojo-example/target folder. This is a regular web application which is self-consistent and can be deployed on a servlet engine like Tomcat 6.

The easiest way to run this example is using the following commands

$ cd geomajas-dojo-example
$ mvn jetty:run

You can now run the example application by going to http://localhost:8080/.