Cedric Beust
834e48fc6d
Display regular logs.
2016-08-11 19:33:45 -07:00
Cedric Beust
6d9ec2c9ec
Task ordering fix.
2016-08-11 19:23:20 -07:00
Cedric Beust
2da9f86de8
Unnecessary parameter.
2016-08-11 03:19:36 -08:00
Cedric Beust
c125f45eda
Fix task dependencies.
2016-08-11 03:15:12 -08:00
Cedric Beust
31d219eb52
Fix version processor bug.
...
Fixes https://github.com/cbeust/kobalt/issues/297
The problem was that when determining the dependencies of a project from the projects it depends on, the current project was included in that collection.
2016-08-11 02:46:26 -08:00
Cedric Beust
5ed955c5f9
Use method reference.
2016-08-11 02:45:39 -08:00
Cedric Beust
09ae7c00aa
Introducing --logTags.
2016-08-10 23:41:09 -08:00
Cedric Beust
4e3d727da6
Task order fix.
2016-08-10 23:20:29 -08:00
Cedric Beust
4652983a82
Revert "Fix dependencies."
...
This reverts commit cf0620d973
.
2016-08-10 22:41:40 -08:00
Cedric Beust
14787343b7
Refactor.
2016-08-10 22:29:54 -08:00
Cedric Beust
cf0620d973
Fix dependencies.
2016-08-10 22:29:49 -08:00
Cedric Beust
22315abe08
Compressed log work.
2016-08-11 03:43:15 -07:00
Cedric Beust
5cbb4e5f23
Fix task ordering.
2016-08-10 03:18:35 -08:00
Cedric Beust
d29a5debb7
Warnings.
2016-08-10 01:46:44 -08:00
Cedric Beust
619fd6e698
Clean up message logic.
2016-08-09 18:16:53 -07:00
Cedric Beust
5d5f8db24c
Formatting.
2016-08-09 02:53:03 -08:00
Cedric Beust
8805e1c130
Logging clean up.
2016-08-09 02:11:43 -08:00
Cedric Beust
8a672ad764
Logging.
2016-08-09 00:11:54 -08:00
Cedric Beust
c073be8eb0
More parallel logging work.
2016-08-09 00:06:20 -08:00
Cedric Beust
a15cd1769e
Log clean up.
2016-08-08 23:31:05 -08:00
Cedric Beust
a55256133e
Convert to reference.
2016-08-08 22:59:42 -08:00
Cedric Beust
a2c705ae6e
Build fix.
2016-08-08 17:53:21 -07:00
Cedric Beust
54b68b0105
Introducing ILogger.
2016-08-08 17:44:19 -07:00
Cedric Beust
fa6820e440
Rename to ParallelLogger.
2016-08-08 17:37:14 -07:00
Cedric Beust
e639c72b2f
Forgot a few log functions
2016-08-07 17:32:22 -07:00
Cedric Beust
1fd362c81c
Fix log.
2016-08-07 17:32:07 -07:00
Cedric Beust
70cc94ccf0
Not used.
2016-08-07 17:31:56 -07:00
Cedric Beust
b5e9962d31
initial work on parallel logs.
2016-08-07 17:31:50 -07:00
Cedric Beust
fa86f90e31
Kotlin 1.0.4-eap-62.
2016-08-06 09:51:40 -07:00
Cedric Beust
99444740da
Handle failed range look ups better.
2016-08-06 09:45:04 -07:00
Cedric Beust
89d2239209
Thread report for parallel builds.
2016-08-05 20:31:48 -08:00
Cedric Beust
ef93dd523e
Fix the version range problem.
2016-08-04 05:03:35 -08:00
Cedric Beust
896b133d66
Merge pull request #302 from DevCharly/master
...
Completed synchronization for the incremental manager.
2016-08-04 08:05:58 -07:00
DevCharly
bd0197334a
Completed synchronization for the incremental manager.
2016-08-04 16:46:53 +02:00
Cedric Beust
91f21c4edb
Handle the situation where no tasks ran.
2016-08-03 20:03:54 -08:00
Cedric Beust
4a1f12b6b3
Resolve range versions for plug-ins too.
...
Fixes https://github.com/cbeust/kobalt/issues/277
2016-08-03 19:34:20 -08:00
Cedric Beust
afc2f38442
Rephrase.
2016-08-03 19:17:22 -08:00
Cedric Beust
75797c33c3
Better synchronization for the incremental manager.
2016-08-03 19:16:40 -08:00
Cedric Beust
1969252d16
Move the BUILD SUCCESSFUL message to the build listener.
2016-08-03 19:15:18 -08:00
Cedric Beust
635cc9cd3c
Build listeners for parallel builds.
...
Also showing timings in the build report.
2016-08-03 19:01:47 -08:00
Cedric Beust
38495b0353
Don't add test-classes to the classpath if not building tests.
...
Fixes https://github.com/cbeust/kobalt/issues/214
2016-08-03 18:32:29 -08:00
Cedric Beust
981e3fb5ac
Better version range resolution.
2016-08-03 18:14:23 -08:00
Cedric Beust
26e647e9bd
Synchronize the writes to buildInfo.json.
2016-08-03 08:46:16 -08:00
Cedric Beust
eef34e66da
Resolve range versions as soon as possible.
2016-08-03 03:45:44 -08:00
Cedric Beust
7b396214fc
Didn't mean to commit that.
2016-08-02 23:16:28 -08:00
Cedric Beust
f9ecc7653c
Fix transitive closure bug.
2016-08-02 23:14:15 -08:00
Cedric Beust
faa4bc17ce
Fix the version range resolution.
2016-08-02 22:52:48 -08:00
Cedric Beust
efca7320bb
Make --resolve accept only one id.
...
Necessary for version ranges, which are defined with a comma.
2016-08-02 21:37:02 -08:00
Cedric Beust
05b45e4f23
Accidentally submitted the sequential runner in the parallel one.
2016-08-01 23:09:27 -08:00
Cedric Beust
028e360da1
Introducing parallel builds.
2016-08-01 22:57:19 -08:00