- Another java build tool for simple projects.
- In this occasion i want to use a configuration file.
- Clone the repository
git clone https://github.com/AlfonsoG-dev/JavaBuildConfig
- Create the configuration file
Created-By: Author-Name
Source-Path: ./src/
Class-Path: ./bin/
Libraries: ./lib/dependency/myJar.jar;./lib/dependency2/myJar2.jar
Main-Class: App
- Execute the build script
- for now only works on windows
pwsh build.ps1
- This projects its for educational purposes.
- Security issues are not taken into account.