docs
Class Installation

java.lang.Object
docs.Installation
- public class Installation
- extends java.lang.Object
This is fairly out of date now, and I think should be replaced by an ant
script that does all of this for you.
This is some simple documentation about how to install the necessary
files, and what you need for each type of installation.
For every new version:
www.eireneh.demon.co.uk/projectb/JavaDoc
# www.eireneh.demon.co.uk/projectb/src.zip
www.eireneh.demon.co.uk/projectb/lib.zip
# www.eireneh.com/lib/jars/projectb.jar
# www.eireneh.com/lib/jars/*.jar
# www.eireneh.com/lib/src/*
# www.eireneh.com/lib/web/*.xml
# www.eireneh.com/lib/web/index.html
# www.eireneh.com/lib/style/*
# Test
# Announce
root
|--bin
| |--dtools.bat
| |--mapper.bat
| |--search.bat
| `--setvars.bat
|--classes (development only)
| `-- ...
|--jserv (arachsys only)
| `-- ...
|--lib
| |--config
| | |--Tools.properties
| | `--Servlet.properties
| |--cookies (servlet only)
| | `--...
| |--jars
| | |--doe.zip (non-development only)
| | |--projectb.jar (non-development only)
| | |--lotusxsl.jar, xml4j.jar
| | |--mail.jar, activation.jar (only for mail on errors)
| | |--serlvet.jar (serlvet only)
| | |--swingall.jar, collections.jar (jdk 1.1 only)
| | `--...
| |--logs
| | |--log.txt
| | `--err.txt
| |--styles
| | |--page
| | |--swing (desktop only)
| | |--test
| | `--web (servlet only)
| |--versions
| | |--jdbc (probably joe only)
| | |--raw
| | `--ser
| `--web (servlet only)
| |--*.xml
| |--index.html
| |--index2.html
| `--applet.html
|--servlets (arachsys only)
|--src.zip (servlet only)
|--src (development only)
| `-- ...
`--Web (arachsys only)
`--www.eireneh.com
|--index.html -> ../../lib/web/index.html
|--index2.html -> ../../lib/web/index2.html
|--applet.html -> ../../lib/web/applet.html
|--log.txt -> ../../lib/logs/log.txt
|--err.txt -> ../../lib/logs/err.txt
`--resolve.jar -> ../../lib/jars/resolve.jar
Distribution Licence:
Project B is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License,
version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
The License is available on the internet
here, by writing to
Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA, Or locally at the Licence link below.
The copyright to this program is held by it's authors.
|
- Version:
- D0.I0.T0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Installation
public Installation()