Cedric Beust
c57502b985
Fix development mode for Apache classes.
2016-07-11 22:49:28 -08:00
Cedric Beust
80f1472018
0.847.
2016-07-11 22:34:58 -08:00
Cedric Beust
644871056f
Rename.
2016-07-11 22:34:39 -08:00
Cedric Beust
86abfc3d80
Better pom generation.
2016-07-11 22:34:20 -08:00
Cedric Beust
71a9dac639
Simplify.
2016-07-11 02:38:00 -08:00
Cedric Beust
7d23d9b5cc
0.846.
2016-07-11 02:35:15 -08:00
Cedric Beust
af61ceb237
Compile files, not directories.
2016-07-11 02:35:00 -08:00
Cedric Beust
e99c277700
Fix the task ordering bug.
2016-07-11 02:34:43 -08:00
Cedric Beust
699d9e99e7
0.845.
2016-07-10 23:07:23 -08:00
Cedric Beust
845f246cf3
For now, kotlinc is back to compiling files and not directories.
2016-07-10 23:06:47 -08:00
Cedric Beust
efe089977c
Forgot import.
2016-07-10 23:04:49 -08:00
Cedric Beust
0c0fbeb6c5
0.844.
2016-07-10 23:04:08 -08:00
Cedric Beust
615750c287
Better error reporting.
2016-07-10 23:02:42 -08:00
Cedric Beust
360db9375c
Use relative source file paths.
2016-07-09 06:17:47 -08:00
Cedric Beust
e034bf7bee
Merge pull request #271 from ethauvin/master
...
Updated TestNG dependency in template to always pick the latest version.
2016-07-09 15:14:39 -07:00
84b40b8c8c
Updated TestNG dependency in template to always pick the latest version.
2016-07-09 10:09:50 -07:00
Cedric Beust
5152a49967
0.843.
2016-07-09 02:42:52 -08:00
Cedric Beust
8418b74375
Compiling directories defeats increments compiling.
...
So turning it back off for now.
2016-07-09 02:42:35 -08:00
Cedric Beust
1c9514ede8
Temporary hack to fix annotation processing builds.
2016-07-09 02:42:16 -08:00
Cedric Beust
1b6cbd842c
Rename "deployToMavenLocal" -> "publishToMavenLocal".
2016-07-08 08:51:11 -08:00
Cedric Beust
922602f01a
Refactor.
2016-07-08 05:14:59 -08:00
Cedric Beust
8bfc671c27
Allow empty classes dir for dependent projects.
2016-07-08 05:14:59 -08:00
Cedric Beust
b471c1eb2b
Better error message.
2016-07-08 05:14:59 -08:00
Cedric Beust
99c57a5865
Merge pull request #268 from DevCharly/filename-in-checksum
...
fixes #267 : include filenames in checksums
2016-07-08 17:02:58 -07:00
DevCharly
da5f7fd4d3
fixes #267 : include filenames in checksums
2016-07-08 22:02:42 +02:00
Cedric Beust
973ed30d18
Merge pull request #241 from DevCharly/incremental-fatjar-fix
...
fixed incremantal building of fatJar
2016-07-08 07:14:32 -07:00
Cedric Beust
eebaa4772f
Merge pull request #265 from DevCharly/property-getter-fix
...
BuildScriptUtil.runBuildScriptJarFile(): do not invoke static getter that expects parameters
2016-07-08 06:56:22 -07:00
DevCharly
895027a7d6
BuildScriptUtil.runBuildScriptJarFile(): do not invoke static getter that expects parameters
...
fixes "ERROR wrong number of arguments" if adding property with getter to Build.kt. E.g.
```kobalt
val Project.libs: String
get() = "$directory/$buildDirectory/libs"
```
2016-07-08 11:57:06 +02:00
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
b988e2de23
Fix comment.
2016-07-07 19:04:04 -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
56092edfcc
Fix mixed Java/Kotlin projects in tests.
2016-07-06 19:55:20 -07:00
Cedric Beust
a4f3f93fc1
public
2016-07-06 01:58:32 -08:00
Cedric Beust
765fe5310f
Comment.
2016-07-06 01:56:48 -08:00
Cedric Beust
160cbbcfda
Optimize splits.
2016-07-06 00:53:45 -08:00
Cedric Beust
9bb3b11128
Comment.
2016-07-05 23:34:20 -08:00
Cedric Beust
3ffbcf9d06
Indent.
2016-07-05 23:25:02 -08:00
Cedric Beust
bd6dfb494f
Restore the Kotlin compiler's ability to compile directories.
2016-07-05 23:24:43 -08:00
Cedric Beust
f5560b2907
Break if no test sources are found and test{} was specified.
...
Fixes https://github.com/cbeust/kobalt/issues/253
2016-07-05 23:18:38 -08:00
Cedric Beust
413606ec33
Rename.
2016-07-05 23:11:30 -08:00
Cedric Beust
c6f91f6cab
Merge pull request #261 from DevCharly/md5-file-fix
...
use timestamp checksum for files in `filesOrDirectories` parameter
2016-07-06 07:47:36 -07:00
DevCharly
6b55fbc070
log checksum calculation for files in filesOrDirectories
parameter
2016-07-06 14:42:24 +02:00
DevCharly
ae3e5fa546
use timestamp checksum for files in filesOrDirectories
parameter
2016-07-06 13:14:54 +02: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
4d3b7cbebb
generatePom: generates dependencies on projects too.
...
Fixes https://github.com/cbeust/kobalt/issues/257
2016-07-05 09:26:16 -07:00