1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
Commit graph

1033 commits

Author SHA1 Message Date
voddan
f1b420849d added manager for .kobalt/versionCheckTimestamp.txt 2016-01-29 21:23:04 +03:00
voddan
789918a7ab added versionCheckTimeout to Kobalt
added `kobalt.version.check_timeout` to `kobalt.properties`
Uses ISO-8601 period format
2016-01-29 12:36:48 +03:00
voddan
0fe76cd31d replaced Timestamp with Instant 2016-01-29 12:08:57 +03:00
voddan
934db829dc added kobalt.version.last_checked to kobalt-wrapper.properties 2016-01-29 11:52:52 +03:00
Cedric Beust
965d467ac3 Accept versions with a "v" in them.
Fix #108.
2016-01-29 01:43:38 +04:00
voddan
ae261412f3 fixed the issue with RunCommand output 2016-01-27 08:13:40 +03:00
Cedric Beust
2b9533e011 Clean up Strings. 2016-01-15 02:12:19 +04:00
Cedric Beust
7604cbf06b Polish. 2016-01-15 02:09:15 +04:00
Cedric Beust
60036dcb43 If a dependent project fails, fail the ones that follow. 2016-01-15 01:51:59 +04:00
Cedric Beust
56ab44599e Fix the repo directory. 2016-01-13 19:55:08 -08:00
Cedric Beust
3d6f0e4efb Use ~/kobalt/settings.xml. 2016-01-13 23:25:59 +04:00
Cedric Beust
27d6332ea4 Settings for Kobalt.
~/.kobalt/settings.xml.
2016-01-12 23:40:48 +04:00
Cedric Beust
24bd2c6299 Simplify. 2016-01-12 02:55:38 +04:00
Cedric Beust
0dee89c8be Clear the test configurations before adding new ones. 2016-01-12 02:47:11 +04:00
Cedric Beust
8f62ff7207 Tests not running without a test {}.
Provide a default test config so that projects will run tests even without a test{}.

Fixes https://github.com/cbeust/kobalt/issues/97.
2016-01-12 02:42:08 +04:00
Cedric Beust
92d281e423 Move zip verification to tests. 2016-01-06 16:36:49 -08:00
Cedric Beust
19ad4ae3a2 VerifyKobaltZip. 2016-01-06 16:16:48 -08:00
Cedric Beust
1c425d9124 Log. 2016-01-06 15:04:50 -08:00
Cedric Beust
e647096022 Warnings. 2016-01-06 23:05:57 +04:00
Cedric Beust
c1f4f2895e Formatting. 2016-01-06 21:41:57 +04:00
Cedric Beust
eac18d0df1 Incremental output checksum wasn't right. 2016-01-06 21:41:43 +04:00
Cedric Beust
1bf4828e47 Version ordering was backward. 2016-01-06 01:43:03 +04:00
Cedric Beust
c4ce4784c8 Reverse the readlink change (doesn't work on cygwin). 2016-01-04 16:19:41 -08:00
Cedric Beust
6c3c3033cf Merge pull request #83 from AlexCzar/master
Make kobaltw play nice when it's soft-linked (`ln -s`)
2016-01-04 15:14:29 -08:00
Cedric Beust
4c8ae7b346 Allow multiple test{} directives. 2016-01-05 02:52:16 +04:00
Cedric Beust
db6e74b127 Add exclude() dependencies. 2016-01-05 01:28:49 +04:00
Cedric Beust
b518824679 Lists instead of ArrayLists. 2016-01-03 07:57:08 -08:00
Cedric Beust
ee17996acd Text fix. 2016-01-02 14:56:10 -08:00
Cedric Beust
6aa3c16d38 Fix test includes/excludes. 2016-01-02 14:29:19 -08:00
Cedric Beust
b3107f52b5 Make both kotlin and java test compile incremental. 2016-01-02 10:29:49 -08:00
Cedric Beust
e451eb8661 Only run the suite once. 2016-01-02 10:04:12 -08:00
Cedric Beust
467da05ab1 Fix the test output for TestNG. 2016-01-02 09:35:10 -08:00
Cedric Beust
2032cd2724 For a rerun if no files found in the directory being md5'ed. 2016-01-01 10:42:21 -08:00
Cedric Beust
4568f2f659 Unused parameter. 2016-01-01 10:28:39 -08:00
Cedric Beust
94364cbe07 Better message. 2016-01-01 10:19:11 -08:00
Cedric Beust
ac533fb382 Remove comment. 2016-01-01 09:55:16 -08:00
Cedric Beust
eb2937098d Add includes/excludes to the test{} directives.
Original code from @bmsantos.
2016-01-01 09:55:04 -08:00
Cedric Beust
31d22e3c1c Merge branch 'master' of github.com:cbeust/kobalt
Conflicts:
	kobalt/wrapper/kobalt-wrapper.properties
	src/main/resources/kobalt.properties
2015-12-31 10:21:06 -08:00
Cedric Beust
d9ae38eca1 outputChecksum needs to be a closure. 2015-12-31 10:18:39 -08:00
Cedric Beust
15db122504 Rename. 2015-12-29 08:30:41 +04:00
Cedric Beust
51b0049f05 Fix ArrayIndex error. 2015-12-28 11:17:26 -08:00
Cedric Beust
c16a93e4a2 Fix the repo bug.
Repo contributors were not applied early enough, so resources coming from the Android m2repository could not be resolved.
2015-12-28 20:56:03 +04:00
Cedric Beust
8d54f2a843 Add the JetBrains repo. 2015-12-28 01:50:02 +04:00
Kirill Rakhman
7c0dd710ea update to kotlin beta 4 2015-12-27 20:02:18 +01:00
Cedric Beust
ddbe2e376e JUnit: eliminate classes with no @Test annotations.
Otherwise, JUnit 4 throws :-(
2015-12-26 10:24:47 +04:00
Cedric Beust
f34a220ff4 Simplify. 2015-12-26 10:23:56 +04:00
Cedric Beust
c428febd41 Don't run the tests if no test classes were found. 2015-12-26 00:28:50 +04:00
Alex Czar
4e6db04f9f Make kobaltw play nice when it's soft-linked (ln -s) 2015-12-25 10:48:02 +04:00
Cedric Beust
a187061af9 Merge branch 'master' of github.com:cbeust/kobalt 2015-12-24 17:46:41 -08:00
Cedric Beust
eedc0cfbb1 Fix RunCommand logging. 2015-12-24 17:45:58 -08:00