-
Notifications
You must be signed in to change notification settings - Fork 370
Expand file tree
/
Copy pathREADME.txt
More file actions
16 lines (13 loc) · 1.1 KB
/
README.txt
File metadata and controls
16 lines (13 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This directory is for utilities used for building / packaging / releasing ESAPI.
The scripts and configuration files in this directory are mostly used to create ESAPI release notes.
(The 2 'mvnQuietTest' scripts are the major exceptions to that.)
========================
README.txt -- This readme file.
mvnQuietTest.bat -- Run 'mvn test' from DOS cmd prompt with logSpecial output suppressed.
mvnQuietTest.sh -- Run 'mvn test' from bash with logSpecial output suppressed.
createVarsFile.sh -- Bash script to create a vars.2.x.y.z file that is 'sourced' by the 'newReleaseNotes.sh' script.
esapi4java-core-TEMPLATE-release-notes.txt - Basic template used to create the new release notes file.
newReleaseNotes.sh -- Bash script to create the release notes boillerplate from the provided release argument and the TEMPLATE file.
vars.2.?.?.? -- File that is 'sourced' (as in "source ./filename") and used with newReleaseNotes.sh
and is associated with the release number associated with the file name.
vars.template -- Template to construct the release specific vars files