2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-04-30 10:38:12 -07:00
Commit graph

935 commits

Author SHA1 Message Date
94500c6bcc Don't fail on a missing download 2023-03-21 13:20:33 -04:00
3d7f1cc439 Better gitignore for bld 2023-03-21 13:13:40 -04:00
c917f091b9 Added toFileName() to Dependency 2023-03-21 13:03:05 -04:00
70eeb79f06 Updated version to 1.5.4-SNAPSHOT 2023-03-21 10:35:18 -04:00
a61777b1f6 Updated version to 1.5.3 2023-03-21 09:34:15 -04:00
6c4c5e21cd Added support for local jar folders 2023-03-21 09:25:15 -04:00
f4633a0114 Added more tests 2023-03-21 08:17:11 -04:00
7cdcd0ed94 Fix for when no command help is specified 2023-03-20 22:06:24 -04:00
6c68acc9b5 Updated version to 1.5.3-SNAPSHOT 2023-03-20 22:05:05 -04:00
def0192f74 Updated version to 1.5.2 2023-03-20 20:37:52 -04:00
56c4df4e58 Minor tweak 2023-03-20 20:31:25 -04:00
d68325800b Minor tweak 2023-03-20 20:30:27 -04:00
0af00287a0 Jar files should have forward slashes as path separators, even on Windows 2023-03-20 20:23:09 -04:00
b7fb637d62 bld logo 2023-03-20 18:46:44 -04:00
b12d50b7c1 Added upgrading the bld.xml IDEA library file when the wrapper is upgraded. 2023-03-20 18:16:28 -04:00
d1de87b542 Updated git ignores for IDEA 2023-03-20 17:53:19 -04:00
f8414aafb1 typo 2023-03-20 17:40:03 -04:00
a72070d95e Added project creation prompt when called from command line and arguments are missing. 2023-03-20 17:39:48 -04:00
531cf55779 Added support for specifying a dependency with a textual description 2023-03-20 16:44:58 -04:00
7f792d044c Added support for local dependencies 2023-03-20 15:43:12 -04:00
558e2be875 Don't clean before jar.
Added version command.
2023-03-20 14:19:21 -04:00
ed7a77553f Don't clean before jar 2023-03-20 13:59:49 -04:00
56bcaaba59 Added confirmation text to individual operations with the option to silence them in case the operations are used as part of other operations. 2023-03-20 13:35:40 -04:00
8db97c2dc8 Test fixes 2023-03-20 13:05:31 -04:00
7856c8b097 Renamed bld.sh to bld 2023-03-20 12:36:20 -04:00
03b0bc76c4 Renamed rife2-bld to bld 2023-03-20 12:29:50 -04:00
95c07a79b4 Create command help tweaks 2023-03-20 12:27:29 -04:00
422e690679 Replace backticks in shell scripts 2023-03-20 12:14:24 -04:00
5a9f2876d3 Updated version to 1.5.2-SNAPSHOT 2023-03-19 12:52:03 -04:00
c5b934adfc Updated readme 2023-03-19 12:01:31 -04:00
181b0aaa94 Updated version to 1.5.1 2023-03-19 12:00:48 -04:00
30d13468c8 Properly handle exit status throughout the build system.
Refactoring and cleanups.
2023-03-19 11:29:51 -04:00
7521dc4f24 Don't clean the bld build directory, that's now part of the wrapper. 2023-03-19 09:50:38 -04:00
97d422c9a6 Support for multi-file java build projects by calling the compile from the wrapper on all the build source files. 2023-03-19 09:43:47 -04:00
9b98a3cf70 More .gitignore tweaks 2023-03-19 08:18:43 -04:00
1126f7ece6 More .gitignore tweaks 2023-03-19 08:14:33 -04:00
1abdfe61a6 Tweaks to project generation .gitignore, IDEA handles this automatically by creating its own .gitignore in a project folder. 2023-03-19 08:09:05 -04:00
8f21cef591 Updated version to 1.5.1-SNAPSHOT 2023-03-19 08:07:47 -04:00
6df62061b2 Test fix 2023-03-19 01:00:25 -04:00
fb6bce16be Updates readme 2023-03-18 21:48:16 -04:00
358260afcc Updated version to 1.5.0 2023-03-18 21:46:21 -04:00
b961bc5f65 Javadoc fix 2023-03-18 21:24:34 -04:00
f8e4f763e4 Removed the standalone RIFE2 jar from the distribution now that we have a fully functional alternative build system. 2023-03-18 21:23:34 -04:00
289db9a002 Template name details added to the TemplateFactory javadocs. 2023-03-18 21:21:53 -04:00
a00155703f Added upgrade support to the main CLI process. 2023-03-18 21:07:25 -04:00
80ba011338 Added support for dependency exclusion in build projects. 2023-03-18 20:35:05 -04:00
03d319446b Refactoring 2023-03-18 19:38:37 -04:00
7801bdf779 Download operation refactoring 2023-03-18 16:55:10 -04:00
1d623b049c Added support for the purge command and operation. 2023-03-18 16:48:13 -04:00
195c17de0c Added md5 or sha256 hash check before downloading if the file already exists. 2023-03-18 15:56:50 -04:00