Commit graph

358 commits

Author SHA1 Message Date
Geert Bevin ba28294730
Update README.md 2023-08-17 18:04:03 -04:00
Geert Bevin 57fbaefda7 Updated version to 1.7.1 2023-08-17 11:28:56 -04:00
Geert Bevin bbdf89845a
Added bld badge 2023-08-16 20:58:57 -04:00
Geert Bevin 5f619ce188
Merge pull request #4 from ethauvin/main
Added support for run arguments
2023-08-16 20:54:15 -04:00
Erik C. Thauvin 912ba87c12 Removed IDEA inspection profile 2023-08-16 15:10:28 -07:00
Erik C. Thauvin 82ead98c5d Minor cleanup 2023-08-16 13:47:37 -07:00
Erik C. Thauvin c933f16e0f Make PomBuilder.generateInto(File) static 2023-08-16 12:10:49 -07:00
Erik C. Thauvin 49243568c6 Added method to generate a POM into a given file 2023-08-16 05:17:45 -07:00
Geert Bevin 5de491e5c6 Updated base project template to include repositories and sources download. 2023-08-14 14:17:23 -04:00
Erik C. Thauvin 17548f787c Fixed Run help summary 2023-08-13 18:17:56 -07:00
Erik C. Thauvin b81743896a Fixed RunOption help description 2023-08-13 18:09:22 -07:00
Erik C. Thauvin 262b500bc1 Minore cleanup 2023-08-13 17:52:29 -07:00
Erik C. Thauvin ecb72b6a7d Added ARGS_OPTION constant 2023-08-13 17:45:20 -07:00
Erik C. Thauvin c0418bb60a Fixed dangling System.out.println 2023-08-13 17:15:08 -07:00
Erik C. Thauvin 061a194322 Added support for run arguments 2023-08-13 16:55:56 -07:00
Geert Bevin cdaea733b2 Added more methods to the JavaOptions API.
Some cleanups.
2023-08-11 00:29:15 -04:00
Geert Bevin d95a26e8d6 Test fixes 2023-08-11 00:26:01 -04:00
Geert Bevin 950b47a383 Fix to java agent options API 2023-08-10 23:43:38 -04:00
Geert Bevin 39f1456d12 Wrapper fix to the default bld properties repositories 2023-08-10 23:43:09 -04:00
Geert Bevin 2ed5b4b388 Updated Discord link 2023-05-12 21:32:00 -04:00
Geert Bevin 502dd2231c Updated RIFE2 blueprint dependency version to 1.7.0 2023-05-12 17:03:58 -04:00
Geert Bevin c1531b58e4 Updated version to 1.7.1-SNAPSHOT 2023-05-12 17:03:32 -04:00
Geert Bevin 978e50e827 Minor readme tweak 2023-05-12 16:53:45 -04:00
Geert Bevin 9ea1739249 Updated to bld 1.7.0 2023-05-12 16:11:46 -04:00
Geert Bevin 34509e125a Updated wrapper and submodule 2023-05-12 09:00:55 -04:00
Geert Bevin e99c28e5f8 Fixed zip distribution generation, using the actual wrapper jar of the current repo state 2023-05-12 08:54:09 -04:00
Geert Bevin c459298bf9 Tweaks to Wrapper 2023-05-11 22:27:28 -04:00
Geert Bevin 7075ac48ac Updated submodule 2023-05-11 22:00:20 -04:00
Geert Bevin aaaf7a544e Updated to latest wrapper 2023-05-11 21:59:04 -04:00
Geert Bevin 91bc4d271e Minor cleanup 2023-05-11 21:53:41 -04:00
Geert Bevin 0cf76977cc Added md5 check of snapshot bld distribution to ensure that the latest is always installed. 2023-05-11 21:52:09 -04:00
Geert Bevin 4f176847c6 Renamed the 'create' command to 'create-rife2' and created a new 'create' command that selects the type of project. 2023-05-11 14:47:36 -04:00
Geert Bevin 5fa1f42f31 Minor cleanup 2023-05-11 13:49:08 -04:00
Geert Bevin ec683311b8 Added bld.sourceDirectories property to allow additional source directories to be added for the build file compilation. Simplified build file by using the AbstractRife2Build file from core as the base. 2023-05-11 12:30:02 -04:00
Geert Bevin 3503ef3611 Improve git ignore in project templates 2023-05-11 12:04:02 -04:00
Geert Bevin bb7781a0b2 Updated for revised extensions 2023-05-11 10:34:11 -04:00
Geert Bevin 6dd420f88f Core submodule update. 2023-05-11 10:11:28 -04:00
Geert Bevin cb59f12427 Updated core submodule. Use RIFE core method to read version number. 2023-05-11 09:43:43 -04:00
Geert Bevin ddf31fd1a5 Initialize BldVersion directly using the classloader resources. 2023-05-11 09:32:50 -04:00
Geert Bevin 2fa65fc302 Updated core submodule. 2023-05-11 09:24:34 -04:00
Geert Bevin 6fff539b39 Updated core submodule. 2023-05-11 09:19:13 -04:00
Geert Bevin 800db71c97 Updated bld itself to v1.7.0-SNAPSHOT 2023-05-11 08:45:11 -04:00
Geert Bevin 4110f1dcb9 Added publish-local command 2023-05-11 08:36:47 -04:00
Geert Bevin b5bacbf9cf Update core submodule. 2023-05-11 08:28:09 -04:00
Geert Bevin c481625216 Updated bld zip file name 2023-05-11 08:13:07 -04:00
Geert Bevin e5a27c9802 Update core submodule. 2023-05-11 08:09:09 -04:00
Geert Bevin eca0a3cb9c Updated core submodule. Ensure user agent is set for URL connections in artifact retriever. 2023-05-11 08:05:45 -04:00
Geert Bevin c213e3df7d Added support for getting bld snapshot distributions from the sonatype snapshots repo 2023-05-10 22:13:17 -04:00
Geert Bevin a04e441ada Updated submodule 2023-05-10 15:54:06 -04:00
Geert Bevin 62bfb04bce Tweaks to bld upgrade procedure from previous arrangement 2023-05-10 15:52:19 -04:00