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

2169 commits

Author SHA1 Message Date
Cedric Beust
4b042fa94f Fix free task bug. 2015-10-11 12:47:17 -07:00
Cedric Beust
36b41c11e9 Put a context on the Kobalt object. 2015-10-11 12:04:06 -07:00
Cedric Beust
802b7d13bf 0.171. 2015-10-11 12:01:59 -07:00
Cedric Beust
72a03ce157 Kobalt.findPlugin() 2015-10-11 12:01:55 -07:00
Cedric Beust
519bcde637 0.170. 2015-10-11 09:38:02 -07:00
Cedric Beust
3a629b1491 Restore build file time stamps. 2015-10-11 09:31:59 -07:00
Cedric Beust
46e38b7385 Not used. 2015-10-11 09:31:46 -07:00
Cedric Beust
6b034710f8 Delete ScriptCompiler. 2015-10-11 09:22:18 -07:00
Cedric Beust
903f63b268 Revamping the plug-in class loading. 2015-10-11 09:19:47 -07:00
Cedric Beust
0fe686122f Target engine refactor. 2015-10-10 07:36:51 -07:00
Cedric Beust
952464e3fa Fix toString() for JavaProject. 2015-10-10 05:11:31 -07:00
Cedric Beust
9ae00e8d39 Doc. 2015-10-10 04:36:34 -07:00
Cedric Beust
4195619a32 wrapAfter() 2015-10-10 04:35:19 -07:00
Cedric Beust
d2a739a171 runBefore/After experiment. 2015-10-10 03:34:22 -07:00
Cedric Beust
e831d33b82 Reformat. 2015-10-10 03:07:52 -07:00
Cedric Beust
d1fb150ee1 addTask() work. 2015-10-10 03:03:50 -07:00
Cedric Beust
2d23d082f2 addTask/addStaticTask. 2015-10-10 02:20:59 -07:00
evanchooly
93ea4eee5e clean up 2015-10-09 22:33:07 -04:00
evanchooly
f2aa5435ed add some more testing around pom importing 2015-10-09 22:33:07 -04:00
evanchooly
59e6776e03 still need to bail if Build.kt exists 2015-10-09 22:33:07 -04:00
evanchooly
103e7d4c74 import repositories from maven
make sure repository urls end with "/"
2015-10-09 22:33:07 -04:00
evanchooly
7b3d02b8be still need to bail if Build.kt exists 2015-10-09 22:33:07 -04:00
evanchooly
8ea8599189 import repositories from maven
make sure repository urls end with "/"
2015-10-09 22:33:07 -04:00
Cedric Beust
5b38419aed Code clean up. 2015-10-08 23:07:10 -07:00
Cedric Beust
f066b6d99e Code clean up. 2015-10-08 23:04:53 -07:00
Cedric Beust
3463b01168 Build fix. 2015-10-08 22:57:08 -07:00
Cedric Beust
7690be501c Add runtime scope. 2015-10-08 22:57:02 -07:00
Cedric Beust
a508f32295 0.161. 2015-10-08 22:08:41 -07:00
Cedric Beust
d27066fb29 Comment. 2015-10-08 22:08:41 -07:00
Cedric Beust
5983e444fd Merge pull request #13 from benignbala/master
Move OperatingSystem.kt from under the java plugin to top level.
2015-10-08 10:07:20 -07:00
Balachandran Sivakumar
f11d651a92 Moved common files to com.beust.kobalt package
Moved files that were originally under com.beust.kobalt.plugin.java
package to com.beust.kobalt package so that all plugins can access
those classes. Most probably, we should subsequently move these to
com.beust.kobalt.api or com.beust.kobalt.common package.
2015-10-08 09:18:39 +05:30
Cedric Beust
a12aba3518 Fix file saving. 2015-10-07 20:06:17 -07:00
Cedric Beust
62bef7a861 0.158. 2015-10-08 03:27:44 -07:00
Cedric Beust
98862fc57f Better URL. 2015-10-08 03:27:44 -07:00
Cedric Beust
39578f8ecc Log. 2015-10-08 03:27:44 -07:00
Cedric Beust
1e86004fd6 New war{} directive. 2015-10-08 03:27:44 -07:00
Cedric Beust
bc74d8677f Fix update. 2015-10-08 03:27:44 -07:00
Cedric Beust
482cf3d16d Restore null default build file. 2015-10-08 03:27:44 -07:00
Cedric Beust
172e0ac6a1 Display usage when no args. 2015-10-08 03:27:24 -07:00
Balachandran Sivakumar
f31141d3bb Move OperatingSystem.ky from under the java plugin to top level.
Since Operating System class will be used by all plugins, it was
preferable to have it in a top level package accessible by all plugins
instead of just the java plugin.

This is part of a bug where the Jvm and JavaInfo also needs moving to
top level packages.
2015-10-08 00:42:08 +05:30
Cedric Beust
00d6ca379d 0.153. 2015-10-06 22:23:28 -07:00
Cedric Beust
36c28fad42 Test fix. 2015-10-06 22:20:16 -07:00
Cedric Beust
bf539679f9 Fix TestModule. 2015-10-06 22:16:38 -07:00
Cedric Beust
45001a5104 Refactoring. 2015-10-06 22:15:10 -07:00
Cedric Beust
3147fe43a1 Log tweaks. 2015-10-06 22:04:19 -07:00
evanchooly
39102cd3f3 the properties need quotes 2015-10-06 22:15:46 -04:00
evanchooly
bfc30dda3c removed debugging 2015-10-06 21:40:07 -04:00
evanchooly
a8a4ee0a99 maven pom importing 2015-10-06 21:40:07 -04:00
Cedric Beust
cfe4d62c30 Refactor. 2015-10-06 21:40:07 -04:00
evanchooly
87d8b8621e removed debugging 2015-10-06 21:39:32 -04:00