{"id":15726502,"url":"https://github.com/uraimo/javabuild","last_synced_at":"2025-03-31T01:29:10.088Z","repository":{"id":139512784,"uuid":"52017332","full_name":"uraimo/javabuild","owner":"uraimo","description":"An experimental Java build tool that mimics the Swift Package Manager","archived":false,"fork":false,"pushed_at":"2016-02-18T15:41:43.000Z","size":29,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T06:49:17.939Z","etag":null,"topics":["build","java"],"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/uraimo.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}},"created_at":"2016-02-18T15:31:00.000Z","updated_at":"2021-05-21T03:59:42.000Z","dependencies_parsed_at":"2023-05-04T06:31:30.853Z","dependency_job_id":null,"html_url":"https://github.com/uraimo/javabuild","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uraimo%2Fjavabuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uraimo%2Fjavabuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uraimo%2Fjavabuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uraimo%2Fjavabuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uraimo","download_url":"https://codeload.github.com/uraimo/javabuild/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246403877,"owners_count":20771524,"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","java"],"created_at":"2024-10-03T22:27:30.293Z","updated_at":"2025-03-31T01:29:10.049Z","avatar_url":"https://github.com/uraimo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JavaBuild\n\n*This is just an experiment i'm making to scratch an itch, feel free to chime in with ideas but don't expect too much from it for now*\n\nWhat if Java had something similar to the Swift Package Manager, a straightforward extensible Java build tool with a configuration written completely in Java?\n\n\n### Usage\n\nJavaBuild is a build tool (ANT,Maven,Gradle,...) that uses configuration files written in pure Java.\nEvery project has a `Build.java` file that contains all the configuration to compile the module (the basic unit that JavaBuild manages, in other words a project with some sources).\n\nInit a project (it creates the standard Maven src directory and a simple Build.java):\n\n```\n./javabuild --init\n```\n\nCompile the content of a project (you'll find the result .class files in target/):\n```\n./javabuild --compile\n```\n\nBuild a jar (you'll find the resulting jar in target/):\n```\n./javabuild --jar\n```\n\nClean the project removing all artifacts built by JavaBuild:\n```\n./javabuild --clean\n```\n\n\n### TODO\n- [x] It should be able to build itself\n- [ ] In dire need of a refactoring\n- [ ] Add unit/integration tests\n- [ ] Add support for test (specific command)\n- [ ] Actually reading and compiling Build.java\n- [ ] Build a simple javabuild-ready Hello World\n- [ ] Build a project with multiple interdependent java files, solving the dependency graph, incremental build\n- [ ] Support external local dependencies (i.e jar in a folder)\n- [ ] Support external dependencies via maven central or the similar gradle thing\n- [ ] Support external javabuild-ready dependencies from github, get them, build them, use them\n- [ ] Allow to include other file types in the resulting jar\n- [ ] Configurable output: jar,fatjar,war,whatever\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furaimo%2Fjavabuild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furaimo%2Fjavabuild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furaimo%2Fjavabuild/lists"}