| Age | Commit message (Collapse) | Author |
|
|
|
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
|
AffixLister got refactored some more, in preparation for adding the
ability to load things that aren't affixes.
|
|
This gets the main script working, and the pom compiling things.
To get it working right, two options were added for outputting normal &
error outputs to files instead of the standard streams (System.out &
System.err)
|
|
Begin converting the project to use maven for compiling/running java so
as to allow easier splitting of AffixLister.java into its constituent
classes without having to continuously tweak the script files
|