{"id":19909736,"url":"https://github.com/bearsampp/dev","last_synced_at":"2025-05-03T02:31:48.670Z","repository":{"id":40310420,"uuid":"422396729","full_name":"Bearsampp/dev","owner":"Bearsampp","description":"Common build routines used in the Bearsampp project","archived":false,"fork":false,"pushed_at":"2025-04-23T14:33:13.000Z","size":110818,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-23T15:42:59.506Z","etag":null,"topics":["ant","bearsampp","devkit","hacktoberfest","java"],"latest_commit_sha":null,"homepage":"https://bearsampp.com","language":"Inno Setup","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bearsampp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"N6REJ","custom":"https://www.paypal.me/BearLeeAble"}},"created_at":"2021-10-29T00:41:47.000Z","updated_at":"2025-04-23T14:33:17.000Z","dependencies_parsed_at":"2025-04-23T15:39:56.194Z","dependency_job_id":null,"html_url":"https://github.com/Bearsampp/dev","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fdev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fdev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fdev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fdev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bearsampp","download_url":"https://codeload.github.com/Bearsampp/dev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252133738,"owners_count":21699589,"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":["ant","bearsampp","devkit","hacktoberfest","java"],"created_at":"2024-11-12T21:16:29.070Z","updated_at":"2025-05-03T02:31:43.662Z","avatar_url":"https://github.com/Bearsampp.png","language":"Inno Setup","funding_links":["https://github.com/sponsors/N6REJ","https://www.paypal.me/BearLeeAble"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://bearsampp.com/contribute\" target=\"_blank\"\u003e\u003cimg width=\"250\" src=\"img/Bearsampp-logo.svg\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003eBearsampp Development Kit\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/bearsampp/dev/tags\"\u003e\u003cimg src=\"https://flat.badgen.net/github/tag/Bearsampp/dev\" alt=\"Tag\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/sponsors/N6REJ\"\u003e\u003cimg src=\"https://img.shields.io/badge/sponsor-N6REJ-181717.svg?logo=github\u0026style=flat-square\" alt=\"Become a sponsor\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.paypal.me/BearLeeAble\"\u003e\u003cimg src=\"https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal\u0026style=flat-square\" alt=\"Donate Paypal\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About\n\nThis a sub-repo of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving the Development Kit required for everyone who wants to contribute!\u003cbr /\u003e\nIssues must be reported on [Bearsampp repository](https://github.com/bearsampp/bearsampp/issues).\n\n## Requirements\n\n### OpenJDK\n\nYou need OpenJDK 11 that you can download [here](https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_windows-x64_bin.zip).\u003cbr /\u003e\nExtract the archive on your computer (eg. `C:\\jdk`) and add the path to `java.exe` (eg. `C:\\jdk\\bin`) to your environment variable PATH.\u003cbr /\u003e\nTo check if you have Java in your path, open a command prompt and type `java -version` :\n\n```text\nopenjdk version \"11.0.2\" 2019-01-15\nOpenJDK Runtime Environment 18.9 (build 11.0.2+9)\nOpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)\n```\n\n### Apache Ant\n\n[Apache Ant](https://ant.apache.org/) is used with the OpenJDK to build and package the portapp.\u003cbr /\u003e\nYou need at least Apache Ant 1.10.5 that you can download on the [Apache website](https://ant.apache.org/bindownload.cgi).\u003cbr /\u003e\nExtract the archive on your computer (eg. `C:\\apache-ant`) and add the path to `ant.bat` (eg. `C:\\apache-ant\\bin`) to your environment variable PATH.\u003cbr /\u003e\nTo check if you have Apache Ant in your path, open a command prompt and type `ant -version` :\n\n```text\nApache Ant(TM) version 1.10.5 compiled on July 10 2018\n```\n\n### Bear's Instructions...\n\u003chr\u003e\n\n#### Configuration\nFork and clone the module of your choice.\nClone dev in the parent folder of the module.\nCreate a new pull request with your work.\n\nFor example :\n```text\ncd C:\\work\\\ngit clone --recursive https://github.com/bearsampp/module-adminer.git\ngit clone --recursive https://github.com/bearsampp/dev.git\ncd module-adminer\\\n```\n\n\nDirectory structure example :\n```text\n[-] dev\n | [-] build\n |  |  | build-commons.xml \n[-] bearsampp-{bin|app|tool}-{name}\n |  | build.xml\n ```\n\n \u003chr\u003e\n \nIncrement the build.release in the build.properties file. ( check previous version for proper r# )\nIf you want you can change the build.path in the build-commons.properties file By default it will be in the same folder tree as your current module.\n\nIf the folder does not exist it will be created during build time.\n\n```Text\n# The build path (was default C:/bearsampp-build)\nbuild.path = ${project.basedir}/../bearsampp-build\n```\n\u003cimg width=\"559\" alt=\"image\" src=\"https://user-images.githubusercontent.com/1850089/193386770-ac8fb32d-1396-436b-bc18-cfd7833793ab.png\"\u003e\n\n\n\n \u003cb\u003eThere is currently an issue where you have put the new release ( such as https://github.com/bearsampp/modules-untouched/releases/tag/git-2.34.0 ) into git and THEN modify\n the corresponding *.properties file pointing to the new release.\u003c/b\u003e\n\n \u003ci\u003eThere has to be a better way to do this...\u003c/i\u003e\n\nNot doing this step will prevent you from creating the ant release.  I spent hours trying to figure this out.\nI think a better ant script could take this into consideration automatically.\nbut idk how to build such a thing.\n\u003chr\u003e\nOpen a command prompt in your module folder and run the ant builder with  \"ant release\"\n\nCreate an issue on my bearsampp fork ( https://github.com/bearsampp/bearsampp/issues ) repository with your files requesting a release or create a release on your fork and create a pr.\n\u003chr\u003e\n\n### TS vs NTS\nThreadsafe x64 builds are what is required now.  These are vc16 currently.\n\n## License\n\nGPL-3.0. See `LICENSE` for more details.\u003cbr /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fdev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbearsampp%2Fdev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fdev/lists"}