Opened 17 years ago
Closed 17 years ago
#115 closed defect (fixed)
restructure jars and used path to simplify installation (for non root)
Reported by: | rempel | Owned by: | rempel |
---|---|---|---|
Priority: | major | Milestone: | Promot 0.8.1 |
Component: | Promot | Version: | |
Severity: | bad | Keywords: | installation |
Cc: |
Description
required changes for installation: (for installation with all dependencies)
java: (mainly jars+Manifest, jre in path)
- put jars in lib directory parallel to bin and scripts dir
- fixed Manifest with relative path to jars in svn (commit changes if jars change)
installation of java can happen anywhere as long as its added to path
lisp: (eli, promot.el)
- if possible use relative path in promot.el and config-run-vxxx.lisp
- copy eli to some known destination
ideal solution would be use of some installer generation (eg. IzPack?, launch4j, nsis or inno) especially with respect to windows version (no shell scripts (promot, mdl2diana, ...))
Change History (2)
comment:1 Changed 17 years ago by rempel
- Owner changed from ginkel to rempel
comment:2 Changed 17 years ago by rempel
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.