| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Oops-easytrack-V3.8.zip | 2017-11-16 | 1.6 MB | |
| readme.txt | 2017-11-16 | 2.2 kB | |
| Totals: 2 Items | 1.6 MB | 0 | |
Release notes of Bug Tracking System oops-easytrack
--------------------------------------------------
Version: lan-based version
Release: lan-V3.8
Date: 16.11.2017
Author: Bernd Ostermann
--------------------------------------------------
1.) Changes in lan-V3.8
- Adaptions to Java V1.8.0
- Unified user interface
-Reworked code without any functional changes and modifications of the MySql database
- Minor bug fixes
2.) Installation directory:
After extracting the zip-file the following files and directories were
created in the installation directory:
- oops.bat: script file for starting oops-easytrack on Windows
- Oops.jar: the executable jar-file of oops-easytrack
Directory docs:
- readme.txt: release notes
- guide_oops-easytrack-lan: documentation of the lan based version of oops-easytrack
Directory conf:
- oops.properties: configuration of the mail box, used by oops-easytrack
Open this text file and change the values of mail-server, mail-owner and mail-password.
The mail server is used for outgoing mails.
Directory lib:
- jar files of required libraries including the J-connector
mysql-connector-java-5.1.23-bin
Directory sql-scripts
- oops_init.sql:
+ creates the database 'oops', all tables and the first user 'admin' , password='password'
required for the first start of oops-easytrack.
- upgrade_oopsV3_X.sql: 3 <= X <=6
+ sql script, which modifies table definitions
required for upgrading from V3.<X-1> to V3.X
If a former version should be upgraded, then all scripts upgrade_oopsV3_X.sql must be executed one
after another for upgrades to V3.X, which were not yet done.
- oops_bck_*.sql:
+ creates the database 'oops'
+ loads bugs, fixed during development of oops-easytrack.
(login user name="admin", password="admin")
+ can be used as sample database for getting started
The folders ./log and ./settings will be created by oops-easytrack,
when started the first time.
3.)Used Components:
- MySql Server: must be installed in an Lan environment and must be running
- Java Runtime environment jre
- Java application oops-easytrack