Cedric Beust
5de48f30d9
Better logs.
2016-07-07 19:07:20 -07:00
Cedric Beust
909d468f35
0.842.
2016-07-07 19:05:50 -07:00
Cedric Beust
ef516cd919
Implement localMaven().
2016-07-07 19:05:39 -07:00
Cedric Beust
4c8c53e44d
0.841.
2016-07-07 05:41:28 -07:00
Cedric Beust
eabce0cbf4
0.840.
2016-07-06 19:55:30 -07:00
Cedric Beust
160cbbcfda
Optimize splits.
2016-07-06 00:53:45 -08:00
Cedric Beust
bd6dfb494f
Restore the Kotlin compiler's ability to compile directories.
2016-07-05 23:24:43 -08:00
Cedric Beust
4b799dc883
0.839.
2016-07-05 09:42:36 -07:00
Cedric Beust
71e2852963
Clean up the dependent project API.
2016-07-05 09:42:22 -07:00
Cedric Beust
df7f3a70ed
0.838.
2016-07-05 09:26:37 -07:00
Cedric Beust
6439a42e66
0.837.
2016-07-04 11:10:17 -07:00
Cedric Beust
182ee52be2
IIncrementalTaskContributor.
2016-07-04 11:09:13 -07:00
Cedric Beust
40d251e08d
Merge pull request #255 from DevCharly/delete-temp-files
...
delete temporary "kobalt123.kt" files (in temp folder)
2016-07-04 08:04:07 -07:00
DevCharly
86d651b648
delete temporary "kobalt123.kt" files (in temp folder) on exit
2016-07-04 13:31:45 +02:00
Cedric Beust
781a2c65c3
Deprecation comments.
2016-07-03 09:24:49 -07:00
DevCharly
efc73f5d5d
delete temporary "kobalt123.kt" files (in temp folder)
2016-07-02 18:30:53 +02:00
Cedric Beust
1986ef95ca
0.836.
2016-07-02 08:17:43 -07:00
Cedric Beust
f36df22b12
Better websocket error message.
2016-07-02 08:17:30 -07:00
Cedric Beust
23768d4bfe
0.835.
2016-07-02 00:29:04 -07:00
Cedric Beust
e675034d74
0.834.
2016-07-01 17:25:18 -07:00
Cedric Beust
d9ea1dae02
0.833.
2016-06-30 04:11:17 -08:00
Cedric Beust
b29f752951
0.832.
2016-06-29 22:12:45 -08:00
Cedric Beust
7c5c268fb8
Disable broken test.
2016-06-29 22:12:24 -08:00
Cedric Beust
94e2e7081c
Add "name" property to CompilerDescription.
2016-06-29 22:12:10 -08:00
Cedric Beust
8e286fe6ad
0.831.
2016-06-28 23:17:15 -08:00
Cedric Beust
e61403ad49
Update client.
2016-06-28 23:17:01 -08:00
Cedric Beust
a5cd7f168a
Tasks were no longer being sent in GetDependencyData.
...
Caused by the fact that the Kobalt server was not initializing itself with the build file sent in the command, so it didn't initialize any tasks. Fixed by extracting this logic in the new ProjectFinder class which is now used by both Main.kt and KobaltServer.kt.
2016-06-28 23:16:54 -08:00
Cedric Beust
dc6212b18d
0.830.
2016-06-27 02:21:20 -08:00
Cedric Beust
edb119c6b1
Refactor CheckVersions to work on individual projects.
2016-06-27 02:21:05 -08:00
Cedric Beust
5b969f4570
0.829.
2016-06-27 01:52:30 -08:00
Cedric Beust
de09321727
Add "update" and "checkVersions" as tasks.
2016-06-27 01:52:17 -08:00
Cedric Beust
8d72cfd12b
0.828.
2016-06-27 01:34:36 -08:00
Cedric Beust
0b8b5d0dc8
0.827.
2016-06-27 01:25:19 -08:00
Cedric Beust
57ed92ca57
0.826.
2016-06-25 09:09:37 -07:00
Cedric Beust
3bb1a74452
buildFileClasspath work.
2016-06-25 09:09:16 -07:00
Cedric Beust
afeccdc614
0.825.
2016-06-24 20:20:30 -07:00
Cedric Beust
b62e167cde
Fix the compiler bug.
2016-06-24 20:10:59 -07:00
Cedric Beust
8c3eed58df
0.824.
2016-06-24 04:14:26 -08:00
Cedric Beust
25b97dd21f
Added buildFileClasspat().
2016-06-24 04:14:08 -08:00
Cedric Beust
c06e92b679
Move a few methods in BaseJvmPlugin.
2016-06-24 02:49:17 -08:00
Cedric Beust
324f978b74
0.823.
2016-06-24 01:59:42 -08:00
Cedric Beust
5ac94386fc
Fix main result.
2016-06-24 01:59:25 -08:00
Cedric Beust
e9cbe04317
Remove GroovyPlugin.
2016-06-24 01:59:20 -08:00
Cedric Beust
d56196a42f
0.821.
2016-06-24 01:47:16 -08:00
Cedric Beust
45cd429d08
Move the compiler interfaces in kobalt-plugin-api.
2016-06-24 01:47:03 -08:00
Cedric Beust
ab43d5c994
0.820.
2016-06-24 01:37:29 -08:00
Cedric Beust
c9393cb0ca
Refactor the three compilers.
2016-06-24 01:28:52 -08:00
Cedric Beust
a8b693b238
First pass for GroovyPlugin.
2016-06-24 00:53:48 -08:00
Cedric Beust
218fc5b292
0.819.
2016-06-22 22:53:52 -08:00
Cedric Beust
09dcd84f79
Update the client.
2016-06-22 01:29:29 -08:00