2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-04-30 02:28:13 -07:00
Commit graph

942 commits

Author SHA1 Message Date
6d58222546 Updated version to 1.5.19 2023-04-10 07:56:16 -04:00
7163c396b6 Javadocs 2023-04-10 07:16:20 -04:00
efd54f480d Added FileUtils tests and javadocs 2023-04-09 21:53:30 -04:00
cf03a8c02a Test fix.
Updated wrapper.
2023-04-09 17:43:51 -04:00
6bb7b1d3be Added DirBuilder and FileBuilder classes to help creating dir and file hierarchies, adapted RIFE2's build file to use this for the bld.zip file.
Changed FileUtilsErrorException to extend from IOException instead of regular Exception.
2023-04-09 17:00:49 -04:00
9b00641d1a Added CLI option to print stacktrace.
Added CLI options for printing help.
Added CLI help for additional options.
2023-04-09 01:24:58 -04:00
08a7e24516 Handle gpg sign failures and report errors 2023-04-08 19:56:19 -04:00
cf9e3fd13a
Update bld.yml (#24)
Changed job name from Gradle to bld.
2023-04-08 15:05:46 -04:00
70fbc5860e Updated version to 1.5.19-SNAPSHOT 2023-04-08 14:32:34 -04:00
a8bef2a5c8 Don't start the template precompilation if no types are defined. 2023-04-08 14:32:14 -04:00
b4f23220a3 Updated bld-tests-badge 2023-04-08 13:09:10 -04:00
469ec9332a Updated version to 1.5.18 2023-04-08 09:12:32 -04:00
ee830c0cf2 Regression fix for activating RIFE2 agent through bld. 2023-04-08 08:17:34 -04:00
1370f40701 Include standalone classpath back into the test classpath 2023-04-08 07:53:18 -04:00
ec684a510a Moved zip operation to a bld extension that uses commons compress 2023-04-07 21:41:00 -04:00
abbe5bda6c Fixed regression since caching change 2023-04-07 18:57:26 -04:00
5d21df72d5 Reworked the artifact cache to not use a single static collection for everything 2023-04-07 18:30:05 -04:00
f00298f1b4 Reworked the artifact cache to not use a single static collection for everything 2023-04-07 18:29:51 -04:00
38d8a6427f javadoc 2023-04-06 22:54:39 -04:00
840383c16d Added support for publishing to multiple repositories 2023-04-06 22:52:45 -04:00
58fd0eada1 Example build tweaks.
Replaced RIFE2 repository with RIFE2_RELEASES, added RIFE2_SNAPSHOTS.
2023-04-06 22:16:24 -04:00
99c76e45ec project tweaks 2023-04-06 22:02:58 -04:00
31c3aefd27 Better dependency artifact caching mechanism 2023-04-06 21:38:28 -04:00
ac72c7e922 Updated to latest bld 2023-04-06 16:58:22 -04:00
2ce3bb3464 Don't include newline in error and output processors. 2023-04-06 16:52:59 -04:00
86c9cd52fd Added dependency resolver cache 2023-04-06 16:46:09 -04:00
c72cb0a4f2 Updated to latest bld-antlr4 2023-04-06 15:26:13 -04:00
7810b2083f Integrated updated TestsBadgeOperation 2023-04-06 15:14:39 -04:00
4232f38d64 Tweaks for updated bld version 2023-04-06 14:51:14 -04:00
00d6465883 Refactored run and test operation to have the output processors be asynchronous and receive data line by line. 2023-04-06 14:46:20 -04:00
9d7645f1ae Minor create project template tweak 2023-04-06 11:43:11 -04:00
6d4f69fd1c Made standard project operation getters public.
Fixed compilation errors.
2023-04-06 11:41:23 -04:00
24ba0192b2 Removed precompiledTemplateTypes from Project, they should now be used through precompileOperation() instead. 2023-04-06 11:36:49 -04:00
92b7595b74 Renamed CompileOptions to JavacOptions.
Introduced JavaOptions.
Improved JavadocOptions and JavacOptions.
Removed publishRepository, publishInfo, runJavaOptions and testJavaOptions from Project, they should now be used through the relevant operations.
Improved IDEA project.
2023-04-06 11:26:11 -04:00
8896da7565 Workflow tweaks 2023-04-05 23:09:36 -04:00
70f5d377f1 Moved build system to bld 2023-04-05 22:47:42 -04:00
9999da6992 Tweaks to publish operation 2023-04-05 21:55:25 -04:00
11786ad904 Fixes to resource finder group 2023-04-05 21:31:48 -04:00
49bfbaeee2 Improved template precompilation and deployment 2023-04-05 21:21:34 -04:00
4acdbd5536 Added convenience method to zip and jar operation to retrieve the destination file. 2023-04-05 19:17:31 -04:00
ebc8d2018b Added zip operation 2023-04-05 18:37:30 -04:00
db3f1e403a Added run options to the run operation. 2023-04-05 18:12:32 -04:00
e7c38b6ba8 Javadoc overview option now points to a file.
Revised the Jar and Javadoc operation include and exclude pattern, now searching for the pattern as opposed to being an exact match.
2023-04-05 16:18:51 -04:00
ded57996ea Test fixes 2023-04-05 15:25:22 -04:00
8efec3fa1c Test fixes 2023-04-05 15:22:51 -04:00
b70c270e67 Don't assume project.dir env var is set for the tests 2023-04-05 15:03:41 -04:00
87ec36ff89 Use more intuitive test order for test operation 2023-04-05 15:03:16 -04:00
9f52408f93 Removed dependency on reposilite, download uber jar just for those tests and run separately. 2023-04-05 13:46:20 -04:00
f4d831d912 Tests fix 2023-04-05 13:34:06 -04:00
0292a6a97b Removed javac and javadoc options from project, use them directly from the operation. 2023-04-05 13:29:49 -04:00