-
Notifications
You must be signed in to change notification settings - Fork 0
/
README-install.txt
52 lines (33 loc) · 1.03 KB
/
README-install.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
WriteExcel Distribution
=======================
This zip contains the complete source, executables, javadocs and
build commands for the WriteExcel package.
You will need Excel to verify the results.
It assumes that the envionment variable JAVA_HOME points at
a valid Java installation.
Only the JRE is needed for execution. The SDK is required for rebuilding.
Installation
============
Unzip this into a folder of your choice.
Execution
=========
Start a CMD.exe window and CDD to the install directory
The root directory contains the .bat and .cmd
files to execute as follows. Just type the bat file name
(without the .bat). It will run the test of the specified
name. The output is in the run\out directory.
basic
hello
cloner
chart
reader
regress
The runner.cmd is used by the test commands.
Building
========
The build.bat rebuilds the executables. Just type build
Javadocs
========
Are available at gael-home.appspot.com or by clicking on
javadocs\index.html
The javadoc.bat rebuilds the executables. Just type javadoc