Cedric Beust
41bc77221d
Prune out nonexistent source directories.
2016-08-02 23:14:46 -08:00
Cedric Beust
ea06bf6743
Correct the source set.
2016-08-02 23:14: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
6121ec0ac3
0.882.
2016-08-01 23:09:38 -08:00
Cedric Beust
05b45e4f23
Accidentally submitted the sequential runner in the parallel one.
2016-08-01 23:09:27 -08:00
Cedric Beust
94db51b569
0.881.
2016-08-01 22:57:32 -08:00
Cedric Beust
028e360da1
Introducing parallel builds.
2016-08-01 22:57:19 -08:00
Cedric Beust
e7f06add24
Add the build listeners.
2016-08-01 03:37:05 -08:00
Cedric Beust
82e8e3699a
0.880.
2016-08-01 02:34:05 -08:00
Cedric Beust
c0b685a044
Added command "/v1/getDependencyGraph" for the IDEA plug-in.
2016-08-01 02:32:34 -08:00
Cedric Beust
5577c47185
Refactor.
2016-07-31 09:16:59 -07:00
Cedric Beust
326c59f743
Merge branch 'master' of github.com:cbeust/kobalt
2016-07-30 16:44:33 -07:00
Cedric Beust
52df394568
0.879.
2016-07-30 16:44:22 -07:00
Cedric Beust
9f04b26a0a
Only one thread to build. For now.
2016-07-30 16:44:09 -07:00
Cedric Beust
d3e008cdca
Merge pull request #295 from ethauvin/master
...
Switched from SimpleDateFormat to java.time
2016-07-30 16:31:07 -07:00
14f298bff8
Switched from SimpleDateFormat to java.time
2016-07-30 16:27:04 -07:00
Cedric Beust
203373deb8
0.878.
2016-07-30 16:26:06 -07:00
Cedric Beust
e2e8e78be6
Export the POM generator on the KobaltContext.
2016-07-30 16:25:56 -07:00
Cedric Beust
e19201de33
Merge pull request #294 from ethauvin/master
...
String changed to CharSequence in logging functions
2016-07-30 16:08:05 -07:00
Cedric Beust
2e878c3230
0.877.
2016-07-30 16:03:41 -07:00
Cedric Beust
161d51bb76
More efficient task dependency calculations.
...
Before: calling "project:assemble" would cause all dependent projects to run their own "assemble" task first, which was wasteful.
Now, dependent projects only run their "compile" tasks.
2016-07-30 16:01:52 -07:00
a8e370fcd1
String changed to CharSequence in logging functions
2016-07-30 11:58:12 -07:00
Cedric Beust
54e77e40e5
0.876.
2016-07-30 10:35:34 -07:00
Cedric Beust
c23007f82b
Better build reports.
2016-07-30 10:35:21 -07:00
Cedric Beust
8168d263e0
Fix the tests.
2016-07-30 09:46:38 -07:00
Cedric Beust
7c39abc785
Build fix.
2016-07-30 09:46:13 -07:00
Cedric Beust
f319bf5e16
Project build listeners.
2016-07-30 08:55:50 -07:00
Cedric Beust
755f305e4d
No more messages.
2016-07-30 07:43:08 -07:00
Cedric Beust
debdae0cd6
Merge branch 'master' of github.com:cbeust/kobalt
2016-07-30 07:39:33 -07:00
Cedric Beust
8c6e050d3b
Fix the CLEAN dependency.
2016-07-30 07:36:12 -07:00
Cedric Beust
007bb31ee3
Introduce build listeners and build report contributors.
2016-07-30 07:36:03 -07:00
Cedric Beust
3118d5bc47
0.875.
2016-07-29 04:16:39 -08:00
Cedric Beust
c72b6b76b6
"No tests to run".
2016-07-29 04:16:18 -08:00
Cedric Beust
f629b76658
Refactor.
2016-07-29 01:43:54 -08:00
Cedric Beust
3d91256eb6
0.874.
2016-07-29 01:43:40 -08:00
Cedric Beust
89559d5952
Better filter dependency implementation.
2016-07-29 00:09:43 -08:00
Cedric Beust
e513508807
Only return existing directories.
2016-07-28 23:53:20 -08:00
Cedric Beust
e9faa5c01f
Forgot to reorder the dependencies.
2016-07-28 23:53:04 -08:00
Cedric Beust
ba7ac04fb9
Reformat.
2016-07-28 23:52:53 -08:00
Cedric Beust
91ec783f64
Revert "Throw if a jar file can't be found."
...
This reverts commit 5a7a6d8277
.
2016-07-28 23:39:45 -08:00
Cedric Beust
18842097ff
Formatting.
2016-07-28 23:30:54 -08:00
Cedric Beust
5a7a6d8277
Throw if a jar file can't be found.
2016-07-28 23:30:44 -08:00
Cedric Beust
692f9bcbab
Unused test property file.
2016-07-28 23:30:29 -08:00
Cedric Beust
7970b5cc27
Better error message.
2016-07-28 23:30:19 -08:00
Cedric Beust
18a34a2cc9
Better classpath calculations.
2016-07-28 23:30:08 -08:00
Cedric Beust
67cb7a5360
Add transitiveClosure() to DynamicGraph.
2016-07-28 19:18:12 -07:00
Cedric Beust
c2441f939a
0.873.
2016-07-28 02:12:54 -08:00
Cedric Beust
035bf4a613
Fix test classpath for dependent projects.
2016-07-28 02:12:20 -08:00