Releases: AlfonsoG-dev/JavaBuild
Releases · AlfonsoG-dev/JavaBuild
v2.5
v2.0
This version contains:
- Use of config file to allow other folder structure for now.
Instead of
srcyou 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.
v1.2-beta.1
New versión of this simple build tool.
- Integration with Optional return values.
- Organize the code.
- Improve CLI command execution.
- Improve Manifesto and file generation.
For more instructions on how to use it?, see README.md
v1.0-beta.1
Official pre-release of my java build tool.
- To build small java projects for local development, using
.jarfiles as dependencies.
See README.md for more instructions.