Commit graph

  • ec01a626ae Revert some changes per Geert comments Erik C. Thauvin 2023-09-30 10:22:09 -0700
  • 87735bb88e Reverted sign exception modifications Erik C. Thauvin 2023-09-29 10:27:09 -0700
  • 1ab53f5bad Cleaned up sign exception Erik C. Thauvin 2023-09-29 05:41:32 -0700
  • 76cba6ed7a Added GOOGLE and SONATYPE_RELEASE_LEGACY to resolveRepository method. Erik C. Thauvin 2023-09-29 05:30:33 -0700
  • 261b5d456a Added SONAYTPE_RELEASES_LEGACY repository Erik C. Thauvin 2023-09-29 04:14:54 -0700
  • f6cb944565 Replaced more append("x") with append('x') where applicable Erik C. Thauvin 2023-09-15 06:58:34 -0700
  • 7009e54c71 Fixed excessive String concatenations in loop Erik C. Thauvin 2023-09-15 06:40:58 -0700
  • 89eb658d73 Fix chained appends Erik C. Thauvin 2023-09-15 06:26:33 -0700
  • 60deb1906a Replaced all append("x") with append('x') Erik C. Thauvin 2023-09-15 06:24:12 -0700
  • 102d3d3586 Preserved stacktrace Erik C. Thauvin 2023-09-15 05:44:19 -0700
  • 762a63b12f Flipped String equals to avoid potential null pointer exception Erik C. Thauvin 2023-09-15 05:19:51 -0700
  • e69f4fe554 Migrated syntax to Java 8+ Erik C. Thauvin 2023-09-15 05:02:50 -0700
  • 6d082c1bac Removed unused imports Erik C. Thauvin 2023-09-15 04:54:54 -0700
  • 8c21c2f909
    Merge pull request #10 from ethauvin/main Geert Bevin 2023-09-14 07:04:26 -0400
  • a5c89dfd2d Reverted IDEA files Erik C. Thauvin 2023-09-13 11:06:15 -0700
  • dfc402a9ee Added version ASCII art Erik C. Thauvin 2023-09-13 10:04:39 -0700
  • 743efa69e6 Updated RIFE2 core module Geert Bevin 2023-09-05 06:06:02 +0100
  • 88aa78f3b5 Include provided and test scopes in Dependency Tree operation. Geert Bevin 2023-08-27 19:41:22 -0400
  • 80a89b7343 Updated IDEA templates for latest format of misc.xml, excluding the XML declaration. Geert Bevin 2023-08-26 11:25:04 -0400
  • 6b0455e9c5 Instead of excluding the templates folder from IDEA resources, setting a relative resource path to make IDEA put them in a classpath location that will not conflict with the source files in the project. Geert Bevin 2023-08-26 10:47:50 -0400
  • d35166d53d Exclude signature files when generating uber jar. Geert Bevin 2023-08-24 22:04:32 -0400
  • f71f92bfa9
    Merge pull request #7 from ethauvin/main Erik C. Thauvin 2023-08-22 14:09:50 -0700
  • 278e1ff8dd Updated core Erik C. Thauvin 2023-08-22 13:18:16 -0700
  • 6830c8c44c Switched to JDK 20 from 19 for testing Erik C. Thauvin 2023-08-22 11:44:40 -0700
  • b7963ba6ca Minor cleanup Erik C. Thauvin 2023-08-22 11:44:02 -0700
  • c75626efa4
    Merge pull request #6 from ethauvin/main Erik C. Thauvin 2023-08-22 11:41:57 -0700
  • 29b4e267f8 Fixed missing GOOGLE trailing slash Erik C. Thauvin 2023-08-22 11:29:23 -0700
  • 4058482cf7 Added GOOGLE repository Erik C. Thauvin 2023-08-22 11:24:35 -0700
  • 8014d5d58e
    Updated bld badge to 1.7.2 Erik C. Thauvin 2023-08-21 07:42:06 -0700
  • 6e77f5a2f3 Updated README Geert Bevin 2023-08-20 12:58:52 -0400
  • 6ad3f992ac Updated version to 1.7.3-SNAPSHOT Geert Bevin 2023-08-20 00:11:24 -0400
  • d00471dd02 Updated version to 1.7.2 1.7.2 Geert Bevin 2023-08-19 23:53:19 -0400
  • 8d707a75ae
    Merge pull request #5 from ethauvin/main Geert Bevin 2023-08-19 23:03:15 -0400
  • c635b25b6f Fixed RunOption args parsing Erik C. Thauvin 2023-08-19 18:38:44 -0700
  • ba28294730
    Update README.md Geert Bevin 2023-08-17 18:04:03 -0400
  • 57fbaefda7 Updated version to 1.7.1 1.7.1 Geert Bevin 2023-08-17 11:28:56 -0400
  • bbdf89845a
    Added bld badge Geert Bevin 2023-08-16 20:58:57 -0400
  • 5f619ce188
    Merge pull request #4 from ethauvin/main Geert Bevin 2023-08-16 20:54:15 -0400
  • 912ba87c12 Removed IDEA inspection profile Erik C. Thauvin 2023-08-16 15:10:28 -0700
  • 82ead98c5d Minor cleanup Erik C. Thauvin 2023-08-16 13:47:37 -0700
  • c933f16e0f Make PomBuilder.generateInto(File) static Erik C. Thauvin 2023-08-16 12:10:49 -0700
  • 49243568c6 Added method to generate a POM into a given file Erik C. Thauvin 2023-08-16 05:17:45 -0700
  • 5de491e5c6 Updated base project template to include repositories and sources download. Geert Bevin 2023-08-14 14:17:23 -0400
  • 17548f787c Fixed Run help summary Erik C. Thauvin 2023-08-13 18:17:56 -0700
  • b81743896a Fixed RunOption help description Erik C. Thauvin 2023-08-13 18:09:22 -0700
  • 262b500bc1 Minore cleanup Erik C. Thauvin 2023-08-13 17:52:29 -0700
  • ecb72b6a7d Added ARGS_OPTION constant Erik C. Thauvin 2023-08-13 17:44:54 -0700
  • c0418bb60a Fixed dangling System.out.println Erik C. Thauvin 2023-08-13 17:15:08 -0700
  • 061a194322 Added support for run arguments Erik C. Thauvin 2023-08-13 16:45:02 -0700
  • cdaea733b2 Added more methods to the JavaOptions API. Some cleanups. Geert Bevin 2023-08-11 00:29:15 -0400
  • d95a26e8d6 Test fixes Geert Bevin 2023-08-11 00:26:01 -0400
  • 950b47a383 Fix to java agent options API Geert Bevin 2023-08-10 23:43:38 -0400
  • 39f1456d12 Wrapper fix to the default bld properties repositories Geert Bevin 2023-08-10 23:43:09 -0400
  • 2ed5b4b388 Updated Discord link Geert Bevin 2023-05-12 21:32:00 -0400
  • 502dd2231c Updated RIFE2 blueprint dependency version to 1.7.0 Geert Bevin 2023-05-12 17:03:58 -0400
  • c1531b58e4 Updated version to 1.7.1-SNAPSHOT Geert Bevin 2023-05-12 17:03:32 -0400
  • 978e50e827 Minor readme tweak Geert Bevin 2023-05-12 16:53:45 -0400
  • 9ea1739249 Updated to bld 1.7.0 1.7.0 Geert Bevin 2023-05-12 16:11:46 -0400
  • 34509e125a Updated wrapper and submodule Geert Bevin 2023-05-12 09:00:55 -0400
  • e99c28e5f8 Fixed zip distribution generation, using the actual wrapper jar of the current repo state Geert Bevin 2023-05-12 08:54:09 -0400
  • c459298bf9 Tweaks to Wrapper Geert Bevin 2023-05-11 22:27:28 -0400
  • 7075ac48ac Updated submodule Geert Bevin 2023-05-11 22:00:20 -0400
  • aaaf7a544e Updated to latest wrapper Geert Bevin 2023-05-11 21:59:04 -0400
  • 91bc4d271e Minor cleanup Geert Bevin 2023-05-11 21:53:41 -0400
  • 0cf76977cc Added md5 check of snapshot bld distribution to ensure that the latest is always installed. Geert Bevin 2023-05-11 21:52:09 -0400
  • 4f176847c6 Renamed the 'create' command to 'create-rife2' and created a new 'create' command that selects the type of project. Geert Bevin 2023-05-11 14:47:36 -0400
  • 5fa1f42f31 Minor cleanup Geert Bevin 2023-05-11 13:49:08 -0400
  • 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. Geert Bevin 2023-05-11 12:30:02 -0400
  • 3503ef3611 Improve git ignore in project templates Geert Bevin 2023-05-11 12:04:02 -0400
  • bb7781a0b2 Updated for revised extensions Geert Bevin 2023-05-11 10:34:11 -0400
  • 6dd420f88f Core submodule update. Geert Bevin 2023-05-11 10:11:28 -0400
  • cb59f12427 Updated core submodule. Use RIFE core method to read version number. Geert Bevin 2023-05-11 09:43:43 -0400
  • ddf31fd1a5 Initialize BldVersion directly using the classloader resources. Geert Bevin 2023-05-11 09:32:50 -0400
  • 2fa65fc302 Updated core submodule. Geert Bevin 2023-05-11 09:24:34 -0400
  • 6fff539b39 Updated core submodule. Geert Bevin 2023-05-11 09:19:13 -0400
  • 800db71c97 Updated bld itself to v1.7.0-SNAPSHOT Geert Bevin 2023-05-11 08:45:11 -0400
  • 4110f1dcb9 Added publish-local command Geert Bevin 2023-05-11 08:36:47 -0400
  • b5bacbf9cf Update core submodule. Geert Bevin 2023-05-11 08:28:09 -0400
  • c481625216 Updated bld zip file name Geert Bevin 2023-05-11 08:13:07 -0400
  • e5a27c9802 Update core submodule. Geert Bevin 2023-05-11 08:09:09 -0400
  • eca0a3cb9c Updated core submodule. Ensure user agent is set for URL connections in artifact retriever. Geert Bevin 2023-05-11 08:05:45 -0400
  • c213e3df7d Added support for getting bld snapshot distributions from the sonatype snapshots repo Geert Bevin 2023-05-10 22:13:17 -0400
  • a04e441ada Updated submodule Geert Bevin 2023-05-10 15:54:06 -0400
  • 62bfb04bce Tweaks to bld upgrade procedure from previous arrangement Geert Bevin 2023-05-10 15:52:19 -0400
  • 44a3962128 Updates for renamed jar and home dir Geert Bevin 2023-05-10 12:22:25 -0400
  • 0cbc064c50 Added tests badge reporting Geert Bevin 2023-05-09 22:41:27 -0400
  • c523370427 Added README Geert Bevin 2023-05-09 22:22:45 -0400
  • 13857dc00e Updated javadoc command Geert Bevin 2023-05-09 21:40:32 -0400
  • 445e57c843 Updated workflows Geert Bevin 2023-05-09 21:32:55 -0400
  • c137e75d7e Added GitHub workflows Geert Bevin 2023-05-09 21:30:21 -0400
  • c975597278 Added core submodule Geert Bevin 2023-05-09 21:27:39 -0400
  • 696b23b57a First commit of standalone repo Geert Bevin 2023-05-09 21:20:16 -0400