Introduction

This document guides you how to build the MIRAE.

Environment

Preferred versions

  • JDK Version - 1.4.2 +
  • Ant Version - 1.6
  • WTK2.1

Necessary Downloads

(i) Download WTK2.1 (Go to url http://java.sun.com/products/j2mewtoolkit/index.html) and install.

(ii)Download tomcat(if you have not) from http://jakarta.apache.org/tomcat/ and install tomcat.

(iii)install ant(download from http://ant.apache.org/) and install it.
Then copy the junit.jar(from mirae-home/lib) and antenna-bin-0.9.13.jar (from http://antenna.sourceforge.net/) to ant-home/lib

Building MIRAE

Go to MIRAE_HOME and change the system.properties file according to your configurations.

version=mirae-1.0
j2me-home=/home/jeyakumaran/programs/j2me/WTK2.1
tomcat-home=/home/jeyakumaran/programs/tomcat/jakarta-tomcat-4.1.29
mirae.home=/home/jeyakumaran/work/projects/mirae
ant_home=/home/jeyakumaran/programs/java/ant/apache-ant-1.6.1
build.debug=true
wtk.home=${j2me-home}
tomcat-start=startup.sh
tomcat-stop=shutdown.sh

Run ant test (All the test cases will be running with the environment set ups)