Skip to content

This is a project to test the build process using a config file.

Notifications You must be signed in to change notification settings

AlfonsoG-dev/JavaBuildConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java build tool

  • Another java build tool for simple projects.
  • In this occasion i want to use a configuration file.

Installation

  1. Clone the repository
git clone https://github.com/AlfonsoG-dev/JavaBuildConfig
  1. 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
  1. Execute the build script
  • for now only works on windows
pwsh build.ps1

Disclaimer

  • This projects its for educational purposes.
  • Security issues are not taken into account.

About

This is a project to test the build process using a config file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published