This version contains:
- Use of config file to allow other folder structure for now.
Instead of
src
you can use anything likesource\application\main\
- CLI option to create the config file, you have to provide the source and target.
jb --config -s src -t bin
- Using thread with callable to list the files and directory names of the source directory.
- Also to list files of lib directory.
- Using optional you can or not have a config file.
- If you don't have a config file the default config will be. source: src - target: bin - Main-Class: the file name of the file where you declare
public static void main
.
For more information see README.md.