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

3277 commits

Author SHA1 Message Date
Cedric Beust
8a434f7d2b 0.161. 2015-10-08 23:07:01 -07:00
Cedric Beust
f066b6d99e Code clean up. 2015-10-08 23:04:53 -07:00
Cedric Beust
763be25864 TODO. 2015-10-08 22:57:12 -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
Cedric Beust
6fb9c5daa5 Run test with travis. 2015-10-07 21:04:10 -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
261f2f458a Module IDEA file. 2015-10-08 03:27:44 -07:00
Cedric Beust
6153d983f7 Don't copy files if identical versions. 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
5db8e7e89c Comment out linecount. 2015-10-08 03:27:44 -07:00
Cedric Beust
172e0ac6a1 Display usage when no args. 2015-10-08 03:27:24 -07:00
Cedric Beust
fe8ab78bdd TODO. 2015-10-08 03:27:23 -07:00
Cedric Beust
e10d63864f Newline 2015-10-08 03:27:23 -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
a1eb6cb942 Merge pull request #4 from benignbala/master
Added $KOBALT_HOME/kobaltw to the wrapper
2015-10-07 11:19:45 -07:00
Balachandran Sivakumar
0482e0fcae Use dirname $0 to get the path 2015-10-07 23:14:24 +05:30
Balachandran Sivakumar
483e69e410 Initialise KOBALT_HOME to current dir if it is not set
There can be a case where the KOBALT_HOME is not set. In that case
retain the current behaviour of looking into the current dir.
2015-10-07 15:27:34 +05:30
Balachandran Sivakumar
e49a40f43a Added $KOBALT_HOME/kobaltw
The wrapper was looking for kobalt/wrapper/kobalt-wrapper.jar in the
current dir. It should actually be

$KOBALT_HOME/kobalt/wrapper/kobalt-wrapper.jar
2015-10-07 14:52: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
Cedric Beust
83ddd48260 Merge pull request #2 from evanchooly/master
maven pom importing
2015-10-06 21:58:25 -07:00
Cedric Beust
ac7215ac12 TODO. 2015-10-07 02:20:01 -07:00
Cedric Beust
a44b15d6d1 Better version check. 2015-10-07 02:14:09 -07:00
Cedric Beust
6afeb7ba89 0.152. 2015-10-07 01:44:09 -07:00
Cedric Beust
1701cfc0d2 TODO. 2015-10-07 01:44:00 -07:00
Cedric Beust
d4c51cb6ba Support parent poms. 2015-10-07 01:07:51 -07:00
Cedric Beust
34c630883c --update 2015-10-07 00:42:15 -07:00
Cedric Beust
55efaef45e Reorder the args alphabetically. 2015-10-07 00:25:55 -07:00
Cedric Beust
662fb17b9e Forgot $*. 2015-10-07 00:15:21 -07:00
Cedric Beust
a04cd96de2 Refactor. 2015-10-06 22:28:25 -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
evanchooly
5f739035e0 maven pom importing 2015-10-06 21:39:32 -04:00
Cedric Beust
96c12f7197 Refactor. 2015-10-06 06:02:32 -07:00