summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/properties
Commit message (Collapse)AuthorAgeFilesLines
* [client] add idm name and proxy mode configuration to brandingMarcus Proest2019-03-281-1/+3
|
* [client] configurable config dir nameJonathan Bauer2019-02-271-1/+2
|
* [client] introduce branding, --dump and --packJonathan Bauer2019-01-311-0/+5
| | | | | | | | | | | | | | | | | | | | | Application name, service name, master server endpoints, documentation websites needed to be configurable to allow for an easy rebranding of the suite. Two new options allow this: use '--dump <folder>' to dump the jar's configurable files into that folder. Aside from text templates in 'txt', logos and icons in 'img', the 'branding.properties' file contains: * masterserver.address : self-explanatory * application.name : name to be shown on graphical elements like the main window * service.name : name to be used as a prefix for formulation like 'bwLehrpool-Team' or 'bwLehrpool-System' etc * service.faq.website : link to FAQ website * service.email : support contact address Once edited, the whole folder can be integrated into the Suite with '--pack <folder> <new_jar>'. The path to the new jar is then the rebranded version of the suite.
* [client] NEW: Logging mechanisms for the clientJonathan Bauer2014-09-221-0/+6
1. Make sure you have initialised the Logger when you need logging in a particular class. Take a look at Login_GUI.java:46 on how to init it. 2. ALWAYS use LOGGER instead of System.out 3. log file is beeing written to where the config.ini is written 4. old log file gets renamed to bwSuite.log.old on startup