Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@AlfonsoG-dev AlfonsoG-dev released this 17 Jun 22:44
· 60 commits to master since this release

This version contains:

  1. Use of config file to allow other folder structure for now.

Instead of src you can use anything like source\application\main\

  1. CLI option to create the config file, you have to provide the source and target.

jb --config -s src -t bin

  1. Using thread with callable to list the files and directory names of the source directory.
  • Also to list files of lib directory.
  1. 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.