# -*- Mirae -*- # # Copyright 2003-2006 The Apache Software Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # # @author Ias (iasandcb@gmail.com), Damitha Kumarage (damitha@hsenid.lk), and Jeyakumaran Chandrasegaram (jkumaran@hsenid.lk) # # 1) How to install and do testing ___________________________________ a) You need to download and configure following. (i) Download WTK2.2 (Go to url http://java.sun.com/products/sjwtoolkit/index.html) and install it. (ii) Download Tomcat (if you have not) from http://jakarta.apache.org/tomcat/ and install it. (iii) Install Ant (download from http://ant.apache.org/) and Antenna (from http://antenna.sourceforge.net/). If you want to run test, please copy the junit.jar to ant.home/lib. (iv) For Mirae WS module, download Mail4ME from http://mail4me.objectweb.org/software/downloads/index.html and copy it to add the library to mirae.home/lib. b) To run the auto build Make your system.properties file from system.properties.sample according to your configurations. version=mirae-1.0 java.me.home=d:/java/sdk/WTK23 tomcat.home=d:/java/server/apache-tomcat-5.5.16 mirae.home=d:/java/workspace/mirae ant.home=d:/java/tool/apache-ant-1.6.5 antenna.jar.path=d:/java/tool/antenna-bin-0.9.13.jar build.debug=true wtk.home=${java.me.home} wtk.cldc.version=1.1 wtk.midp.version=2.0 wtk.midpapi=${wtk.home}/lib/midpapi20.jar:${wtk.home}/lib/cldcapi11.jar tomcat.start=startup.bat tomcat.stop=shutdown.bat c) Run ant test (We are in the progress of writing a complete installation guide as well) Success ---