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

2057 commits

Author SHA1 Message Date
Cedric Beust
86069ed0ef Typo. 2016-05-07 08:36:56 -07:00
Cedric Beust
025f2de38e NPE work. 2016-05-07 08:00:42 -07:00
Cedric Beust
6a5c71ecea Trying to debug the NPE. 2016-05-07 07:48:00 -07:00
Cedric Beust
36c48b3000 Quit command. 2016-05-07 06:43:13 -07:00
Cedric Beust
28d6f21c9e Fix comment. 2016-05-06 02:44:36 -08:00
Cedric Beust
475cbcf8f7 ping command. 2016-05-06 02:23:44 -08:00
Cedric Beust
4c141ce767 0.768. 2016-05-06 01:48:10 -08:00
Cedric Beust
6e22f7bbaf Didn't mean to commit this. 2016-05-06 01:44:15 -08:00
Cedric Beust
73cf2a9ab6 Forgot to add these contributors. 2016-05-06 01:41:10 -08:00
Cedric Beust
899ea666ea 0.767. 2016-05-06 01:14:41 -08:00
Cedric Beust
268b9a400f Relative compile dependencies should be resolved correctly.
Related to https://github.com/cbeust/kobalt-intellij-plugin/issues/24
2016-05-06 01:13:02 -08:00
Cedric Beust
f100f9bd62 0.766. 2016-05-06 00:40:53 -08:00
Cedric Beust
89adedd800 Merge pull request #191 from kmruiz/bug/190-classifier
Add classifier to MavenId
2016-05-06 12:34:42 -07:00
Kevin Mas Ruiz
38b2379227 add classifier when need 2016-05-06 20:42:57 +02:00
Cedric Beust
a425dfb855 0.764. 2016-05-05 23:01:51 -08:00
Cedric Beust
168d635989 Send an actual error to the plug-in. 2016-05-05 23:00:21 -08:00
Cedric Beust
b56178e8a0 Fix the initial import problem when using plug-ins. 2016-05-05 23:00:11 -08:00
Cedric Beust
d878ce1913 0.763. 2016-05-05 21:49:41 -08:00
Cedric Beust
e6ba79e96d Fixes the -d bug when running tests.
Fixes https://github.com/cbeust/kobalt/issues/189
2016-05-05 21:49:26 -08:00
Cedric Beust
40360e3886 0.762. 2016-05-05 21:30:19 -08:00
Cedric Beust
b53df9bcce Add a "group" to the tasks. 2016-05-05 21:26:33 -08:00
Cedric Beust
acb0b9bd78 0.761. 2016-05-04 23:28:21 -08:00
Cedric Beust
f682983bf9 Add ITestJvmFlagInterceptor. 2016-05-04 23:26:01 -08:00
Cedric Beust
dd65e3bbc7 Comments. 2016-05-04 23:25:33 -08:00
Cedric Beust
9a0ed576bc IDEA files. 2016-05-04 23:00:57 -08:00
Cedric Beust
7357f5e211 Switch to assert4j. 2016-05-04 23:00:25 -08:00
Cedric Beust
1acce0a204 Better mkdirs() logic. 2016-05-04 22:23:06 -08:00
Cedric Beust
e91598b8aa Reformat. 2016-05-04 22:03:17 -08:00
Cedric Beust
5d37fbc13e Log http requests. 2016-05-04 22:03:09 -08:00
Cedric Beust
0c0c21cecd Wrapper. 2016-05-04 22:02:51 -08:00
Cedric Beust
8d13c67538 IDEA files. 2016-05-04 22:02:34 -08:00
Cedric Beust
f075264f18 0.760. 2016-05-04 22:01:48 -08:00
Cedric Beust
34cb8c2b22 Test was file system dependent. 2016-05-04 21:43:15 -08:00
Cedric Beust
ac6036068c Typo. 2016-05-04 21:43:03 -08:00
Cedric Beust
3f60aeba54 Added ITestJvmFlagContributor. 2016-05-04 21:42:58 -08:00
Cedric Beust
8e52d3ccb6 Comment. 2016-05-04 21:22:33 -08:00
Cedric Beust
cdd14df6f5 Refactor. 2016-05-04 21:18:35 -08:00
Cedric Beust
455f02f3be Comments. 2016-05-04 20:56:32 -08:00
Cedric Beust
0f34f548a9 More TaskManager tests. 2016-05-04 03:37:25 -08:00
Cedric Beust
aa16b8f835 0.758. 2016-05-04 02:13:25 -08:00
Cedric Beust
734359301b Fix log level. 2016-05-04 02:11:37 -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
0b09f5f1e8 Use a hash set. 2016-05-03 01:58:45 -08:00
Cedric Beust
084a56e004 Test that currently fails. 2016-05-03 01:58:39 -08:00
Cedric Beust
3c9c372ed1 Going back to upload .pom manually. 2016-05-03 01:42:44 -08:00
Cedric Beust
de10969826 Unnecessary return. 2016-05-02 22:43:51 -08:00
Cedric Beust
6b13f3a825 Merge pull request #186 from kmruiz/bug/reversed-graph-deps
solve older tests
2016-05-03 09:38:38 -08:00
Kevin Mas Ruiz
1a17a3e84e solve older tests 2016-05-03 18:54:56 +02:00
Cedric Beust
be2183b2d5 Merge pull request #185 from kmruiz/bug/reversed-graph-deps
Solved problem with reversed references in graph
2016-05-03 08:44:53 -08:00