|
baf3c17dac
|
Updated version to 1.5.22
|
2023-04-17 19:08:48 -04:00 |
|
|
9d836f9758
|
Put local class directories before jar files in bld classpaths.
|
2023-04-17 17:32:27 -04:00 |
|
|
08b5a613bd
|
Disabling JDK 20 tests again
|
2023-04-16 22:25:15 -04:00 |
|
|
998360c202
|
Added support for dependency-tree bld command
|
2023-04-16 22:00:10 -04:00 |
|
|
6e7376f311
|
Trying a workaround for JDK 20 date format non breaking space.
|
2023-04-16 21:27:41 -04:00 |
|
|
88f1e5b3d0
|
Fix for maven property resolution, it should continue until no resolution can be done anymore.
|
2023-04-15 19:35:49 -04:00 |
|
|
35689f4442
|
Updated version to 1.5.21-SNAPSHOT.
Updated Jetty to 11.0.15.
|
2023-04-14 22:32:47 -04:00 |
|
|
827170170d
|
Updated version to 1.5.20.
|
2023-04-14 20:45:35 -04:00 |
|
|
ad43626cea
|
More improvements to JUnitOperation, added support for additional commandline options.
|
2023-04-13 15:21:41 -04:00 |
|
|
783f87ca1b
|
Improvements to JUnitOperation, additional of JUnitOptions
|
2023-04-13 11:21:04 -04:00 |
|
|
80326f6bd0
|
Test fix, minor refactoring.
|
2023-04-12 11:33:29 -04:00 |
|
|
d24940fd8a
|
Minor doc tweaks
|
2023-04-12 11:19:54 -04:00 |
|
|
4ceeb4ddcf
|
Extracted BaseProject with only the essential commands for a Java project, nothing packaging related. Added new create-base command to create a Java project without any dependencies.
|
2023-04-12 11:12:50 -04:00 |
|
|
150817adc9
|
Remove trailing periods from standard dash argument descriptions to fit task summary format
|
2023-04-12 05:38:13 -04:00 |
|
|
a862d86621
|
Updated some dependencies
|
2023-04-12 04:35:04 -04:00 |
|
|
2abcb8f6b0
|
Improved purge operation to list the directories the files were purged from.
|
2023-04-12 04:34:34 -04:00 |
|
|
4d8efd7032
|
Javadocs
|
2023-04-11 20:24:39 -04:00 |
|
|
01cea132ad
|
Javadocs
|
2023-04-11 07:08:27 -04:00 |
|
|
9380776081
|
Javadocs and tests
|
2023-04-11 06:44:26 -04:00 |
|
|
7741e4c53f
|
Cleanups
|
2023-04-11 06:34:01 -04:00 |
|
|
21463ef7b5
|
Added more options to Convert class to allow conversion from String with standard static method names.
|
2023-04-11 06:32:51 -04:00 |
|
|
b43651c6b6
|
Updated version to 1.5.20-SNAPSHOT
|
2023-04-10 23:17:48 -04:00 |
|
|
7e3f37c9b1
|
Added additional fallback in DbBeanFetcher property conversion logic
|
2023-04-10 22:40:03 -04:00 |
|
|
13a1f2ce0e
|
Added workaround for legacy MySQL timestamp usage idiom
|
2023-04-10 22:21:55 -04:00 |
|
|
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 |
|