{"id":23665875,"url":"https://github.com/alfonsog-dev/javabuildconfig","last_synced_at":"2025-12-08T11:30:14.598Z","repository":{"id":262933609,"uuid":"888818873","full_name":"AlfonsoG-dev/JavaBuildConfig","owner":"AlfonsoG-dev","description":"This is a project to test the build process using a config file.","archived":false,"fork":false,"pushed_at":"2025-01-17T20:19:05.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T21:23:40.089Z","etag":null,"topics":["build-tool","configuration-files","java-applications"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlfonsoG-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-15T04:08:42.000Z","updated_at":"2025-01-17T20:19:06.000Z","dependencies_parsed_at":"2024-12-10T23:23:17.812Z","dependency_job_id":"e423238f-9de8-4de7-87ed-c45d197ca6f6","html_url":"https://github.com/AlfonsoG-dev/JavaBuildConfig","commit_stats":null,"previous_names":["alfonsog-dev/javabuildconfig"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsoG-dev%2FJavaBuildConfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsoG-dev%2FJavaBuildConfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsoG-dev%2FJavaBuildConfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsoG-dev%2FJavaBuildConfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlfonsoG-dev","download_url":"https://codeload.github.com/AlfonsoG-dev/JavaBuildConfig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239665953,"owners_count":19677055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["build-tool","configuration-files","java-applications"],"created_at":"2024-12-29T06:18:26.865Z","updated_at":"2025-12-08T11:30:14.554Z","avatar_url":"https://github.com/AlfonsoG-dev.png","language":"Java","readme":"# Java build tool\n- Another java build tool for simple projects.\n- In this occasion i want to use a configuration file.\n\n# References\n- [java tools and commands](https://docs.oracle.com/javase/10/tools/tools-and-command-reference.htm)\n\n----\n\n# Installation\n1. Clone the repository\n```cmd\ngit clone https://github.com/AlfonsoG-dev/JavaBuildConfig\n```\n2. Create the configuration file\n```txt\nCreated-By: Author-Name\nSource-Path: ./src/\nClass-Path: ./bin/\nLibraries: ./lib/dependency/myJar.jar;./lib/dependency2/myJar2.jar\nMain-Class: App\n```\n3. Execute the build script\n\u003e- For now only works on windows\n```cmd\npwsh build.ps1\n```\n\n# Instructions\n\u003e Using the CLI commands you can:\n\n1. Compile\n```shell\njavabuild --compile\n```\n2. Run\n```shell\njavabuild --run\n```\n\u003e It can execute other **.java** files\n```shell\njavabuild --run ./src/Testing/Test.java\n```\n3. Create **JAR** file\n```shell\njavabuild --jar\n```\n\u003e Which creates the project **JAR** file\n4. Build project\n```shell\njavabuild --build\n```\n\u003e Which executes **compile** the project \u0026 creates the **JAR** file.\n5. Create build script\n```shell\njavabuild -cb\n```\n\u003e For now only powershell **ps1** scripts are allowed.\n6. Create the project folder structure\n```shell\njavabuild -cs\n```\n\u003e Which will create the structure:\n\u003e- **./bin/**\n\u003e- **./docs/**\n\u003e- **./lib/**\n\u003e- **./src/**\n7. Create the manifesto file\n```shell\njavabuild -cm\n```\n\u003e The configuration file must be created before.\n7. Help\n```shell\njavabuild --h\nor \njavabuild --help\n```\n\n# TODO\n- [x] add more options to the compile: 1) -Xlint:all, 2) -g, 3) -Werror, 4) --target java-version(17)\n\n---\n\n# Disclaimer\n- This projects its for educational purposes.\n- Security issues are not taken into account.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfonsog-dev%2Fjavabuildconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falfonsog-dev%2Fjavabuildconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfonsog-dev%2Fjavabuildconfig/lists"}