********
Release note for ASP_plus version 1.0.04 (04/24/2007)

ATM QA mode: semT-files.txt can have replacement filenames for both interface.pl and ontology.pl.
(either space or CR is fine to separate two filenames)

********
Release note for ASP_plus version 1.0.02 (04/22/2007)

ATM QA mode: When ASP_plus executes "DO T,H," it will show all lparse and smodels error messages now.
(instead of just shows the last execution message)

********
Release note for ASP_plus version 1.0.01 (04/18/2007)

ASP_plus uses some requires Java Runtime Environment (JRE) 4.0 (J2SE v1.4.2_12 or above recommended).

If you are using older version or do not have it (Windows does not provide real Java environment) 
you must go to http://www.sun.com/
Select Downloads -> Java 2 Standard Edition
Locate the latest version of "Java Runtime Environment (JRE)" and download any version newer than J2SE v1.4.2_01
Follow the instruction to install and setup environment.

Note:
For Linux, you MUST set correct environment variable by yourself (JAVA_HOME, PATH and CLASSPATH)
In some Linux distribution, you must set JRE path before the original PATH environment in order to use correct version of Java executable
for an example "export PATH=/usr/java/j2re1.4.2_12/bin:$PATH" with bash (Also, you need to set JAVA_HOME).  Consult Java Install document.

Note: 
for Windows, you just need to run downloaded jre-xxx.exe



HOW TO RUN

*******************
**** for Linux ****
*******************
from terminal window (recommended)

./ASP+ 
or type
java -jar ASP_plus.jar

from the desktop
double click ASP+ and select "Run"


*********************
**** for Windows ****
*********************
double click ASP+.exe (or double click ASP_plus.jar works on most of Java environment)

or using Command prompt window and type
java -jar ASP_plus.jar


**************************************************
**** for Mac OSX (Requires OSX 10.4 or newer) ****
**************************************************
double click ASP_plus.jar

or from the terminal window (locate in Application->Utility)

./ASP+ 
or simply 
java -jar ASP_plus.jar
