Skip to content

Releases: AlfonsoG-dev/JavaBuild

v2.5

01 Nov 03:37

Choose a tag to compare

Some improvements to the build tool.

  1. Expand configuration file capabilities to allow the Test execution.
  2. Add Test execution, command, configuration.
  3. Bug fixes and some code refactor.

For more information see README.md.

v2.0

17 Jun 22:44

Choose a tag to compare

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.

v1.2-beta.1

10 Jun 05:35

Choose a tag to compare

New versión of this simple build tool.

  1. Integration with Optional return values.
  2. Organize the code.
  3. Improve CLI command execution.
  4. Improve Manifesto and file generation.

For more instructions on how to use it?, see README.md

v1.0-beta.1

06 Jun 04:55

Choose a tag to compare

v1.0-beta.1 Pre-release
Pre-release

Official pre-release of my java build tool.

  • To build small java projects for local development, using .jar files as dependencies.

See README.md for more instructions.