GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
4
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
mark.george
/
marking
Browse code
Remove deploy test folder
master
1 parent
1e64ab8
commit
689d0e9be5a325f572f75db0a6b9214efb1d9347
Mark George
authored
on 7 Jun 2023
Patch
Showing
3 changed files
test/db/h2.sh
test/marking.properties
test/run.sh
Show notes
View
test/db/h2.sh
100755 → 0
#!/bin/sh H2=../libs/h2-2.1.214.jar java -cp "${H2}" org.h2.tools.Console -web -tcp -browser -user sa -url "jdbc:h2:./testing;IFEXISTS=FALSE;AUTO_SERVER=TRUE"
Show notes
View
test/marking.properties
100644 → 0
jdbc.url=jdbc:h2:./db/testing;IFEXISTS=TRUE;AUTO_SERVER=TRUE # output dir for generated reports report.dir=/tmp/reports # local testing smtp.host=localhost smtp.port=2525 smtp.user.name=n/a smtp.tls=false # real server #smtp.host=smtp.staff.otago.ac.nz #smtp.port=587 #smtp.user.name=geoma48p #smtp.tls=true marker.name=Mark George marker.email=mark.george@otago.ac.nz cc.email=cc@example.com attachment.email.name=testing.pdf attachment.file.prefix=milestone2 assessment.description=Milestone 2 # does email button appear in UI enable.email=true # email delay in seconds (rate limiting) email.delay=5 # show maximum on report report.showmax=true report.title=INFO202: Developing Information Systems 2\nAssessment Feedback report.footer=Your mark is calculated by dividing the mark for each criterion by the maximum for that criterion, then multiplying by a weight (not shown in this report, but available on request), and then adding all of the weighted marks together. The weightings are based on the size, complexity, and importance of the criterion. paper.code=INFO202
Show notes
View
test/run.sh
100755 → 0
#!/bin/sh unset _JAVA_OPTIONS java -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -jar marking.jar
Show line notes below