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

225 commits

Author SHA1 Message Date
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
Cedric Beust
8168d263e0 Fix the tests. 2016-07-30 09:46:38 -07:00
Cedric Beust
89559d5952 Better filter dependency implementation. 2016-07-29 00:09:43 -08:00
Cedric Beust
692f9bcbab Unused test property file. 2016-07-28 23:30:29 -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
809b91b460 Refactor test. 2016-07-26 03:08:36 -08:00
Cedric Beust
d18c8009c8 Revamp the scopes and scope filters. 2016-07-26 02:25:05 -08:00
Cedric Beust
f9c7e488d5 Use string templates. 2016-07-25 19:58:04 -07:00
Cedric Beust
85deb1bca7 Fix tests for Windows. 2016-07-25 19:57:33 -07:00
Cedric Beust
c3122e4902 Remove println. 2016-07-25 04:31:59 -08:00
Cedric Beust
d5a21c2c1a Don't need BaseTest. 2016-07-25 03:21:37 -08:00
Cedric Beust
2ea5a6100b Fix test. 2016-07-25 03:17:56 -08:00
Cedric Beust
d749f2ae8a Trace for travis. 2016-07-25 03:10:30 -08:00
Cedric Beust
ac22e687ed More refactoring. 2016-07-25 02:55:46 -08:00
Cedric Beust
bee50ce50f Refactor test. 2016-07-25 02:53:55 -08:00
Cedric Beust
19eb7c9aeb Tests for KobaltContext#fileFor. 2016-07-25 02:40:44 -08:00
Cedric Beust
5df0d01a21 Refactor PomGenerator. 2016-07-25 00:41:21 -08:00
Cedric Beust
f8d2d0ed23 Tests for profiles. 2016-07-22 01:11:44 -08:00
Cedric Beust
d029e654b0 Tests to make sure COMPILE scoped dependencies are resolved properly. 2016-07-21 22:17:38 -08:00
Cedric Beust
45e40a1397 Transitive dependencies for tests were not correct. 2016-07-21 04:02:22 -08:00
Cedric Beust
8a30679966 settings.xml now uses camel case tags. 2016-07-20 22:46:00 -08:00
Cedric Beust
3ac313b7bf Better message when a dependency can't be resolved. 2016-07-13 02:24:20 -08:00
Cedric Beust
4a1fbf2f9c Fix task ordering bug.
Fixes https://github.com/cbeust/kobalt/issues/276
2016-07-11 23:35:03 -08:00
Cedric Beust
e99c277700 Fix the task ordering bug. 2016-07-11 02:34:43 -08:00
Cedric Beust
7c5c268fb8 Disable broken test. 2016-06-29 22:12:24 -08:00
Cedric Beust
13de094651 Refactor test. 2016-06-12 19:44:12 -07:00
Cedric Beust
bf74f310b1 Refactor test. 2016-06-11 14:57:45 -07:00
Cedric Beust
cd77dc39a4 Forgot simple case. 2016-06-11 14:54:14 -07:00
Cedric Beust
7e983ed529 GITHUB-231: Fix the incorrect order of builds.
Fixes https://github.com/cbeust/kobalt/issues/231
2016-06-10 22:13:10 -08:00
Cedric Beust
4010bd3ca1 Comments. 2016-06-08 02:44:17 -08:00
Cedric Beust
b4c2594f39 Fix PomTest. 2016-06-08 02:37:34 -08:00
Cedric Beust
99ec586877 Fix test for Windows. 2016-06-07 23:40:00 -07:00
Cedric Beust
5fcffb0241 Test for build order. 2016-06-07 01:16:59 -08:00
Cedric Beust
b2fea9b7e0 Rename. 2016-06-07 00:43:46 -08:00
Cedric Beust
ff1e3c2d13 GITHUB-230: Fail build if invalid project requested.
Fixes https://github.com/cbeust/kobalt/issues/230
2016-06-06 22:08:30 -08:00
Cedric Beust
d467c00a2a Not sure why this test is failing on Travis. 2016-05-10 22:38:34 -08:00
Cedric Beust
72e0caecbf Refactor. 2016-05-08 23:24:43 -08:00
Cedric Beust
d945d74375 public. 2016-05-08 23:23:44 -08:00
Cedric Beust
52e4d404bc Tests for ITestJvmFlag{Contributor,Interceptor}. 2016-05-08 23:23:37 -08:00
Cedric Beust
7357f5e211 Switch to assert4j. 2016-05-04 23:00:25 -08:00
Cedric Beust
34cb8c2b22 Test was file system dependent. 2016-05-04 21:43:15 -08:00
Cedric Beust
0f34f548a9 More TaskManager tests. 2016-05-04 03:37:25 -08:00
Cedric Beust
5279a19966 Fix the task dependency bug. 2016-05-04 02:09:47 -08:00
Cedric Beust
1e932d2f38 Fix the test. 2016-05-03 01:59:26 -08:00
Cedric Beust
084a56e004 Test that currently fails. 2016-05-03 01:58:39 -08:00
Kevin Mas Ruiz
1a17a3e84e solve older tests 2016-05-03 18:54:56 +02:00
Kevin Mas Ruiz
6614bb203c solved problem with reversed references in graph 2016-05-03 18:38:10 +02:00
Cedric Beust
299f556fe7 Dependency fixes. 2016-05-02 03:33:57 -08:00
Cedric Beust
5799af8e37 Test fix. 2016-05-01 13:36:03 -07:00