37a89d206b
Centralized versions in main Gradle build file.
2019-03-30 11:17:29 -07:00
bf68749d3e
Merge pull request #501 from ethauvin/master
...
Grade build
2019-03-30 00:25:51 -07:00
12a0618a90
Ignore build directories.
2019-03-30 00:08:00 -07:00
4a477f5563
Made gradew executable.
2019-03-29 23:53:42 -07:00
a5c0bd921f
Added Gradle project based on the POM.
2019-03-29 23:52:02 -07:00
Cedric Beust
200a81b9fc
Merge pull request #500 from pabl0rg/fix-unsafe-dependency-fetching
...
Fix unsafe dependency fetching
2019-03-29 09:29:53 -07:00
Juan Liska
a38a7187e8
add maven build dirs to classpath in “dev mode”
...
dev mode = when requested kobalt version jar not found
2019-03-29 10:21:22 -06:00
Juan Liska
ae6258acb8
use https to fetch artifacts
2019-03-29 10:21:22 -06:00
Juan Liska
4644b66d79
create maven build files for kobalt
2019-03-29 10:21:22 -06:00
Cedric Beust
f96e349608
Merge pull request #498 from pabl0rg/upgrade-guava-27.0.1
...
upgrade guava to 27.0.1 to resolve multimap ordering
2019-03-12 10:49:03 -07:00
Juan Liska
935a866f52
upgrade guava to 27.0.1 to resolve multimap ordering
2019-03-12 11:43:20 -06:00
Cedric Beust
5f7efabe20
Merge pull request #497 from pabl0rg/upgrade-guice-4.2.2
...
upgrade guice to 4.2.2
2019-03-12 10:40:22 -07:00
Juan Liska
a09594ea06
upgrade guice to 4.2.2
2019-03-12 11:34:21 -06:00
Cedric Beust
e06fc29190
1.0.122.
2018-11-23 14:19:17 -08:00
Cedric Beust
e6b72c282f
Merge pull request #494 from pabl0rg/improve-external-compiler-invocation
...
Improve external compiler invocation
2018-11-23 07:15:34 -08:00
Juan Liska
a0d33fcaae
bump version to 1.0.121
2018-11-23 06:04:54 -06:00
Juan Liska
6934dec51a
only add stdlib to classpath when project does not specify a kotlin version
...
when the project specifies a kotlin version, that version’s stdlib will be added to the classpath by other means
2018-11-23 06:04:48 -06:00
Juan Liska
c33800b189
don’t add deprecated kotlin runtime jar to project templates
2018-11-23 06:04:43 -06:00
Juan Liska
1ff46b5842
don’t add deprecated kotlin runtime jar to classpath
2018-11-23 06:04:38 -06:00
Juan Liska
0cc2c23a32
extend timeout to 2 mins, log error when process times out
2018-11-23 06:04:24 -06:00
Cedric Beust
0f0a780b43
1.0.120.
2018-11-10 08:13:27 -08:00
Cedric Beust
7827aeeb43
Fix project directory.
2018-11-10 08:13:02 -08:00
Cedric Beust
a6097dc136
Better test results.
2018-11-10 08:11:08 -08:00
Cedric Beust
e22b5b77e6
1.0.119.
2018-11-06 10:37:50 -08:00
Cedric Beust
2e73ece52c
Fix bad test directory.
2018-11-06 10:37:42 -08:00
Cedric Beust
5c3642b7d7
1.0.118.
2018-10-30 13:37:02 -07:00
Cedric Beust
71540a4426
Fix test results being read in the wrong directory.
2018-10-30 13:36:51 -07:00
Cedric Beust
61534e1e81
1.0.117.
2018-10-15 14:46:41 -07:00
Cedric Beust
b7dd3afde7
Warning.
2018-10-15 14:46:09 -07:00
Cedric Beust
43bb71b486
Better JUnit 5 detection.
2018-10-15 14:46:04 -07:00
Cedric Beust
55bba514b3
Bump kotlinc version.
2018-10-12 13:46:10 -07:00
Cedric Beust
58aae0bfe3
1.0.116.
2018-10-10 13:38:09 -07:00
Cedric Beust
7b902eb673
Merge pull request #488 from pabl0rg/improve-kotlin-compiler-version-tests
...
Improve kotlin compiler version tests, upgrade to kotlin 1.2.70
2018-09-17 09:22:05 -07:00
Juan Liska
65aedfebdc
bump version to 1.0.115
2018-09-17 05:09:43 -06:00
Juan Liska
7cf19b3f95
fix test assertion, enable kobalt logging for tests
2018-09-17 05:00:28 -06:00
Juan Liska
39801a5a24
upgrade default compiler to 1.2.70
2018-09-17 04:55:10 -06:00
Juan Liska
42bd2ecdf1
extend timeout, add logging
2018-09-16 10:01:59 -06:00
Juan Liska
3475377185
add Args parameter to newReposityrSystemSession call
2018-09-16 09:57:37 -06:00
Juan Liska
e1adc87281
add a test for kotlinCompiler version setting
2018-09-16 09:48:37 -06:00
Cedric Beust
cdd30873d0
1.0.114.
2018-03-21 15:17:41 -07:00
Cedric Beust
b368aedef2
MetaArchive fix.
2018-03-21 15:17:20 -07:00
Cedric Beust
8d938bac2e
1.0.113.
2018-03-21 10:15:44 -07:00
Cedric Beust
50b31114f6
Remove warning when failing to parse the version number.
...
Fixes https://github.com/cbeust/kobalt/issues/475
2018-03-21 10:15:44 -07:00
Cedric Beust
c6b180dd71
Merge pull request #478 from avently/master
...
Added "offline" argument to prevent remote resolving of dependencies
2018-03-21 10:15:29 -07:00
Avently
f1a025036f
Added "offline" argument to prevent remote resolving of dependencies
2018-03-21 18:25:44 +03:00
Cedric Beust
2241323498
Bump JUnit 5 versions.
2018-03-17 12:52:54 -07:00
Cedric Beust
6c031cd3c1
1.0.112.
2018-02-23 00:59:25 -08:00
Cedric Beust
a6f36de6a6
Create directories before actual entries in the jar file.
2018-02-23 00:59:13 -08:00
Cedric Beust
df89933cc8
1.0.111.
2018-02-21 16:50:30 -08:00
Cedric Beust
f95075c1ae
Update KobaltClient to the correct WebSocket library.
2018-02-21 16:47:32 -08:00
Cedric Beust
49bc2b3a15
1.0.110.
2018-02-13 16:07:44 -08:00
Cedric Beust
03e94157c7
Revert.
2018-02-13 16:07:40 -08:00
Cedric Beust
700a8fbca8
1.0.108.
2018-02-13 13:58:25 -08:00
Cedric Beust
7df320b4c7
Reverting to Kotlin 1.2.10.
...
Until https://youtrack.jetbrains.com/issue/KT-22542 is fixed.
Fixes https://github.com/cbeust/kobalt/issues/472
2018-02-13 13:58:13 -08:00
Cedric Beust
82fa2081fc
Unused.
2018-02-13 13:57:05 -08:00
Cedric Beust
ae82395fdf
Bump bndlib.
2018-02-13 12:53:57 -08:00
Cedric Beust
4af7e2d36a
1.0.107.
2018-02-13 12:53:50 -08:00
Cedric Beust
645901d988
Fix build directory for the application plug-in.
...
Fixes https://github.com/cbeust/kobalt/issues/473
2018-02-13 12:53:32 -08:00
Cedric Beust
3d23f38239
1.0.105.
2018-02-05 09:17:24 -08:00
Cedric Beust
c2174fe1e7
Warnings.
2018-02-05 09:16:47 -08:00
Cedric Beust
11a1f427a0
1.0.106.
2018-02-04 04:42:56 -08:00
Cedric Beust
4281a1cad8
Fix empty new line in manifest.
2018-02-04 04:39:02 -08:00
Cedric Beust
d7a95d0c0c
Warnings
2018-02-03 11:40:07 -08:00
Cedric Beust
7d27cd144d
Exclude MANIFESTS from other jar files.
2018-02-03 11:17:44 -08:00
Cedric Beust
c1364c82a0
1.4.0.
2018-02-03 10:33:33 -08:00
Cedric Beust
52f5ceb3d6
Add MANIFEST.MF at the top of the jar file
2018-02-03 10:28:45 -08:00
Cedric Beust
7a2c4f34da
Merge branch 'master' of github.com:cbeust/kobalt
2018-01-26 23:59:54 -08:00
Cedric Beust
32bf92e8c8
Merge pull request #470 from ethauvin/master
...
No longer create directories, etc. when --help or --version are used.
2018-01-26 23:59:16 -08:00
Cedric Beust
d2d0c7603d
1.0.103.
2018-01-26 23:23:34 -08:00
Cedric Beust
7d3549ec27
Kotlin 1.2.21.
2018-01-26 23:23:24 -08:00
Cedric Beust
026b0e209f
Reverting back to Kotlin 1.2.10.
2018-01-26 23:15:16 -08:00
Cedric Beust
cce09756af
1.0.101.
2018-01-26 16:43:18 -08:00
Cedric Beust
323bfae756
Fix the Osgi plug-in.
2018-01-26 16:41:15 -08:00
22d983d559
Added --version argument to app.
2018-01-20 17:04:56 -08:00
41ba68c630
No longer create directories, etc. when --help or --version are used.
2018-01-20 16:15:31 -08:00
Cedric Beust
18c6f38948
Kotlin 1.2.20.
2018-01-17 13:52:26 -08:00
Cedric Beust
964fa3bc0f
1.0.100.
2018-01-08 15:17:13 -08:00
Cedric Beust
576cd56f88
No longer used.
2018-01-08 15:16:57 -08:00
Cedric Beust
2806f5e11b
Revert to 1.0.94 while investigating issues with Kotlin 1.2.10.
2018-01-04 15:01:20 -08:00
Cedric Beust
cfbf0143f4
1.0.100.
2018-01-04 14:29:37 -08:00
Cedric Beust
126e7fb500
Bump Kotlin to 1.2.10.
2018-01-04 14:19:41 -08:00
Cedric Beust
0d0dcbbc54
1.0.94.
2018-01-02 16:43:38 -08:00
Cedric Beust
96d11d3dbf
1.0.93.
2017-12-09 09:07:05 -08:00
Cedric Beust
ae59e1d7ff
Merge branch 'master' of github.com:cbeust/kobalt
2017-12-09 09:00:09 -08:00
Cedric Beust
84ee57a979
Sign artifacts.
2017-12-09 08:59:51 -08:00
Cedric Beust
fdee66ab93
For 'run', don't use the error stream as an error indicator.
2017-12-09 08:59:23 -08:00
Cedric Beust
6d7490a34d
1.0.92.
2017-11-20 13:42:48 -08:00
Cedric Beust
3d2e5b069d
BuildConfig not being generated. ( #464 ).
2017-11-20 13:41:36 -08:00
Cedric Beust
294799ee5d
1.0.91.
2017-11-08 10:50:34 -08:00
Cedric Beust
6ede80e9ce
Merge pull request #463 from ethauvin/master
...
Added ignore parameters to the application plugin.
2017-11-08 09:16:10 -08:00
20a01f8de0
Added ignoreInputStream, ignoreErrorStream and ignoreExitvalue to the application plugin.
2017-11-08 01:05:16 -08:00
Cedric Beust
72740079ce
Merge pull request #461 from ethauvin/master
...
Fixed finding tools.jar under Windows when JAVA_HOME is set to JRE.
2017-11-07 09:47:18 -08:00
Cedric Beust
e39be51cb8
Merge pull request #462 from McPringle/master
...
Code Review Changes
2017-11-06 11:38:57 -08:00
Marcus Fihlon
f4f3827fd1
💬 Adding trimming of line in format string
...
Before:
***** WARNING Old profile syntax detected for " val debug = false", please update to "val debug by profile()"
After:
***** WARNING Old profile syntax detected for "val debug = false", please update to "val debug by profile()
2017-11-06 19:54:54 +01:00
Marcus Fihlon
70f01fa691
Merge branch 'master' of github.com:cbeust/kobalt
2017-11-06 19:51:32 +01:00
Marcus Fihlon
2e2444c2bc
👌 Code review change
...
Thanks to @ethauvin for his very good hint!
2017-11-06 19:49:28 +01:00
be40f5c81d
Fixed finding tools.jar under Windows when JAVA_HOME is set to JRE.
2017-11-05 17:11:11 -08:00
Cedric Beust
05f8e2f41a
Merge pull request #458 from McPringle/master
...
Fixing the WAR filename could contain a `null` version #456
2017-11-05 07:02:08 -08:00
Marcus Fihlon
5aef25a4a7
🐛 Fixing the WAR filename contains if version information is missing #456
2017-11-05 03:08:12 -06:00
Cedric Beust
e7ae50fe81
Merge pull request #454 from ethauvin/master
...
Java 9 initial compatibility
2017-11-04 13:36:08 -07:00
702a34dd4b
Made executable in git index.
2017-11-04 12:14:30 -07:00
bd8ba4c497
Added kobatw-test wrapper to build the kobalt project using the jar in kobaltBuild/libs for testing.
2017-11-03 19:03:21 -07:00
a115111168
Added missing jaxb dependency for plugin API.
2017-11-03 19:01:38 -07:00
a431f4850b
Syntax fix.
2017-11-03 13:15:15 -07:00
a1aa6d8eea
Resolving merge conflict.
2017-11-02 17:47:40 -07:00
49db5a798e
Fixed coroutinesSate syntax.
2017-11-02 17:40:14 -07:00
82b89edaee
Merge pull request #455 from pabl0rg/upgrade-to-kotlinc-1-1-51
...
upgrade to kotlinc 1.1.51
2017-11-02 17:26:42 -07:00
Juan Liska
f6de041fd8
bump kotlin compiler version string const
2017-11-02 17:35:49 -06:00
Juan Liska
629949edd4
upgrade to kotlinc 1.1.51
2017-11-02 17:26:29 -06:00
e8dcfc6d4b
More syntax fix.
2017-11-01 10:13:39 -07:00
05d0ff04fb
Fixed various syntax.
2017-10-31 23:17:42 -07:00
c99a9eb6cd
First try at running under Java 9.
2017-10-31 21:44:57 -07:00
Cedric Beust
86e39cbb58
1.0.90.
2017-09-16 18:25:57 -07:00
Cedric Beust
f92ac752c1
1.0.89/
2017-07-25 10:40:08 -07:00
Cedric Beust
084f4b5385
Silly oversight,
2017-07-25 10:39:53 -07:00
Cedric Beust
b109674f1a
Merge branch 'master' of github.com:cbeust/kobalt
2017-07-25 10:31:29 -07:00
Cedric Beust
f782fa2236
1.0.88.
2017-07-25 10:23:52 -07:00
Cedric Beust
4405cf154c
OsgiPlugin bug.
2017-07-25 10:23:17 -07:00
Cedric Beust
aac60fa0a3
Merge pull request #452 from MrTact/kotlin-template-deps
...
Fixes #451 -- add stdlib and runtime deps to the Kotlin project template
2017-07-19 20:21:01 -07:00
Tim Keating
be29f2c0b3
PR feedback: use version constant instead of hard-coded strings
2017-07-19 22:05:45 -05:00
Tim Keating
9e6b3d26db
Fixes #451 -- add stdlib and runtime deps to the Kotlin project template
2017-07-18 00:26:01 -05:00
Cedric Beust
76bd010168
1.0.87.
2017-05-31 09:07:52 -07:00
Cedric Beust
c1c2057de4
Merge pull request #445 from albinekcom/patch-1
...
Update README
2017-05-21 06:32:07 -07:00
Albin "albinek" Sadowski
11cd3226e9
Update README
2017-05-21 09:51:03 +02:00
Cedric Beust
4efe8125d7
Merge pull request #444 from ethauvin/master
...
Added push parameter to autoGitTag
2017-05-10 12:44:17 -07:00
b944039fdc
Added push parameter to autoGitTag.
2017-05-10 11:46:41 -07:00
Cedric Beust
a38b05fc92
Merge pull request #443 from ethauvin/master
...
Fixed repo name to use config param if available
2017-05-10 11:10:57 -07:00
bcb9cc4e87
Fixed repo name to use config param if available.
2017-05-10 11:08:15 -07:00
Cedric Beust
a1b952ca69
1.0.86.
2017-05-10 09:58:54 -07:00
Cedric Beust
a47b570d16
Fix the bogus default value for getProperty().
2017-05-10 09:58:54 -07:00
Cedric Beust
75fbfb9613
Refactoring.
2017-05-09 13:12:22 -07:00
Cedric Beust
61af72e26d
1.0.85.
2017-05-09 10:56:06 -07:00
Cedric Beust
1d7f04bf47
Build fix.
2017-05-09 10:56:00 -07:00
Cedric Beust
d1039ce9af
1.0.84.
2017-05-08 15:47:59 -07:00
Cedric Beust
a95f8d91c1
Merge pull request #442 from ethauvin/master
...
Added support for configuring gpg's via local.properties
2017-05-08 15:47:50 -07:00
3b56122f92
Added support for configuring gpg's passphrase, key id and secret key ring location via local.properties.
2017-05-05 15:46:13 -07:00
Cedric Beust
91bb1b955c
Warnings.
2017-05-05 12:47:29 -07:00
Cedric Beust
2227783905
Merge pull request #441 from ethauvin/master
...
Fixed vcs_tag
2017-05-05 11:20:00 -07:00
f43c186da1
Cleanup.
2017-05-05 10:33:21 -07:00
706f27de40
Added Bintray's package name and issue tracker URL.
2017-05-05 08:45:21 -07:00
62e1d55b53
Fixed vcs_tag.
...
Grab project description and url from pom, if not already specified.
2017-05-04 16:22:22 -07:00
Cedric Beust
686d98cdc9
Rename.
2017-05-04 09:39:52 -07:00
Cedric Beust
b74c4d65b2
Fix warnings.
2017-05-04 09:36:38 -07:00
Cedric Beust
4ff98d6d37
Merge pull request #440 from ethauvin/master
...
Removed sources directory from apt generated directory path
2017-05-04 09:32:17 -07:00
e468d1cb4d
Removed sources directory from apt generated directory path.
2017-05-04 00:12:16 -07:00
Cedric Beust
2439da3545
Merge pull request #439 from ethauvin/master
...
Made doc run after clean
2017-05-03 20:43:31 -07:00
c69a41db66
Made doc run after clean.
2017-05-03 20:13:58 -07:00
407d2bb436
Cleanup.
2017-05-03 20:13:13 -07:00
Cedric Beust
74d6670882
1.0.83.
2017-05-03 11:32:55 -07:00
Cedric Beust
d095840121
Fix fixSlashes().
...
Fixes https://github.com/cbeust/kobalt/pull/438
2017-05-03 11:32:41 -07:00
Cedric Beust
8ea67e70cd
Merge pull request #438 from ethauvin/master
...
Implemented javadoc options
2017-05-03 11:00:44 -07:00
e4650dd953
Implemented javadoc options.
2017-05-03 09:46:02 -07:00
Cedric Beust
2e7de257aa
Better javadoc default args.
2017-05-02 14:17:39 -07:00
Cedric Beust
8fa360949b
Simplify.
2017-05-02 14:07:44 -07:00
Cedric Beust
083d707345
1.0.82.
2017-05-02 11:24:38 -07:00
Cedric Beust
13f544d67c
Add javadoc { args() }.
2017-05-02 11:24:21 -07:00
Cedric Beust
c0ed9a5a03
Not used.
2017-05-02 11:19:38 -07:00
Cedric Beust
dcfa18ceb8
1.0.81
2017-05-01 11:11:20 -07:00
Cedric Beust
bc4bee8461
OSGi improvements.
2017-05-01 11:11:11 -07:00
Cedric Beust
4385a81308
1.0.80.
2017-04-28 10:18:11 -07:00
Cedric Beust
60a7c88377
Restructure.
2017-04-28 10:18:11 -07:00
Cedric Beust
f674ed65d6
Don’t include stubs in the jar file.
...
Fixes https://github.com/cbeust/kobalt/issues/437
2017-04-28 10:18:11 -07:00
Cedric Beust
fff392d573
Log.
2017-04-28 10:18:11 -07:00
Cedric Beust
14aab6bee1
Merge pull request #436 from ethauvin/master
...
Fixed config.taskName
2017-04-27 19:28:40 -07:00
d0d5e75243
Fixed config.taskName.
2017-04-27 19:13:20 -07:00
Cedric Beust
5629806df2
Refactor.
2017-04-27 16:29:05 -07:00
Cedric Beust
7ea182b42e
1.0.79.
2017-04-27 16:22:33 -07:00
Cedric Beust
bfe4140143
Fix the run dependency.
2017-04-27 16:21:44 -07:00
Cedric Beust
0e6bc67c4b
Fix manifest path.
2017-04-27 16:21:35 -07:00
Cedric Beust
67da9b8dc6
Better toString().
2017-04-27 16:21:25 -07:00
Cedric Beust
96eabbe99b
1.0.78.
2017-04-27 13:32:32 -07:00
Cedric Beust
6cab82e280
Refactor.
2017-04-27 13:32:21 -07:00
Cedric Beust
9b08f57917
Fix the case where no MANIFEST exists.
2017-04-27 13:31:19 -07:00
Cedric Beust
742fff6105
Not used.
2017-04-27 11:34:24 -07:00
Cedric Beust
5829ae49bb
Fix the duplicate MANIFEST.MF bug.
2017-04-27 11:34:19 -07:00
Cedric Beust
18653c4da1
Better log message.
2017-04-27 10:57:51 -07:00
Cedric Beust
b937aa6ad8
Created the generated source directory.
...
Fixes https://github.com/cbeust/kobalt/issues/433
2017-04-27 10:57:44 -07:00
Cedric Beust
3ebc40d58f
Update Guava.
2017-04-26 14:20:22 -07:00
Cedric Beust
161e5db53c
OsgiPlugin.
2017-04-26 14:19:55 -07:00
Cedric Beust
a367621ee4
1.0.77.
2017-04-25 10:59:51 -07:00
Cedric Beust
c3c3b0863a
Kotlin 1.1.2.
2017-04-25 10:59:40 -07:00
Cedric Beust
5e12e028bd
Be consistent with using taskContributor everywhere.
2017-04-25 10:40:16 -07:00
Cedric Beust
ba6ab5592e
Allow multiple install{} tags.
...
Fixes https://github.com/cbeust/kobalt/issues/430 .
2017-04-25 10:24:10 -07:00
Cedric Beust
5b1c9150a5
Better error message.
2017-04-24 16:04:20 -07:00
Cedric Beust
4a5a6442ec
1.0.76.
2017-04-24 15:03:11 -07:00
Cedric Beust
93f5c541f4
Support for multiple application{} directives.
...
Fixes https://github.com/cbeust/kobalt/issues/430 .
2017-04-24 14:58:54 -07:00
Cedric Beust
65f423ffea
1.0.75.
2017-04-24 11:39:43 -07:00
Cedric Beust
523b9c055a
Not used.
2017-04-24 11:37:52 -07:00
Cedric Beust
ae6d1d51e1
Refactor.
2017-04-24 11:35:09 -07:00
Cedric Beust
cccff9e7b0
Refactor.
2017-04-24 11:34:54 -07:00
Cedric Beust
bb2e09f680
Kill the Kobalt server after 10 minutes of inactivity.
2017-04-24 09:56:53 -07:00
Cedric Beust
fd80166186
Warn if tools.jar can’t be found.
2017-04-24 09:53:37 -07:00
Cedric Beust
7e86b5ae86
Delete server file on exit.
2017-04-24 09:49:12 -07:00
Cedric Beust
ec7d24a6f8
Make sure JAVA_HOME points to the JDK and not the JRE.
...
Should fix https://github.com/cbeust/kobalt/issues/428 .
2017-04-24 09:48:23 -07:00
Cedric Beust
0f658cf010
1.0.74.
2017-04-22 21:34:15 -07:00
Cedric Beust
0f80fe6d68
Merge branch 'master' of github.com:cbeust/kobalt
2017-04-22 21:28:44 -07:00
Cedric Beust
9ec708ebf3
Bug with kapt when no Java files are present.
2017-04-22 21:28:31 -07:00
Cedric Beust
2a545b6638
Merge branch 'master' of github.com:cbeust/kobalt
2017-04-22 13:25:20 -07:00
Cedric Beust
6a08d3caa8
Fix slashes in the zip file.
2017-04-22 13:23:24 -07:00
Cedric Beust
cc481a4a7f
GH-423: Overwrite files on Windows too.
...
Fixes https://github.com/cbeust/kobalt/issues/423
2017-04-21 23:02:59 -07:00
Cedric Beust
c768507ed5
Reformat.
2017-04-21 22:18:56 -07:00
Cedric Beust
2abeef347e
Merge pull request #425 from ethauvin/newest
...
Made warn() work like error() with provided message
2017-04-21 22:16:17 -07:00
Cedric Beust
35769f099f
Merge branch 'master' of github.com:cbeust/kobalt
2017-04-21 21:28:58 -07:00
Cedric Beust
3a41868824
1.0.73.
2017-04-21 21:25:52 -07:00
Cedric Beust
a10777ee1d
Fix the duplicate compiler args bug.
2017-04-21 21:25:35 -07:00
d157be9a18
Made warn() work like error() with provided message.
2017-04-21 20:04:27 -07:00
Cedric Beust
49e69d0964
Merge branch 'master' of github.com:cbeust/kobalt
2017-04-21 12:17:34 -07:00
Cedric Beust
1342428eb0
Reformat.
2017-04-20 11:17:28 -07:00
Cedric Beust
e1c1da55c6
Fix duplication of parameters.
2017-04-20 11:17:23 -07:00
Cedric Beust
1d015a6f93
1.0.72.
2017-04-19 11:16:28 -07:00
Cedric Beust
43844cbf80
Fix class path look up in kapt3.
2017-04-19 11:16:05 -07:00
Cedric Beust
5bcb8185b8
Refactor.
2017-04-19 11:14:34 -07:00
Cedric Beust
abc9002292
1.0.71.
2017-04-19 08:29:01 -07:00
Cedric Beust
35fe4f6494
Add tools.jar on the annotation plug-in classpath.
2017-04-19 08:20:02 -07:00
Cedric Beust
1febd47368
Better JAVA_HOME detection.
2017-04-19 08:19:46 -07:00
Cedric Beust
3686c4e110
1.0.70.
2017-04-18 20:02:08 -07:00
Cedric Beust
5d03544e31
GH-417: Don’t run abstract test classes with JUnit 4.
...
Fixes https://github.com/cbeust/kobalt/issues/417
2017-04-18 20:01:43 -07:00
Cedric Beust
104e71335e
Read the apt() dependency correctly.
2017-04-18 08:36:17 -07:00
Cedric Beust
37709b571c
Inject the Jvm object.
2017-04-18 08:16:13 -07:00
Cedric Beust
dc1ebfb15d
Don’t display tasks if the build file can’t be compiled.
2017-04-17 18:54:37 -07:00
Cedric Beust
fd58ed58e4
1.0.69.
2017-04-17 17:47:24 -07:00
Cedric Beust
da332b1716
Don’t use variants for apt.
2017-04-17 17:46:56 -07:00
Cedric Beust
007e616e7f
1.0.68.
2017-04-17 16:43:06 -07:00
Cedric Beust
b331672c3d
Fix nowarn.
2017-04-17 16:30:25 -07:00
Cedric Beust
9e1c9bd87b
Add support for kapt3.
2017-04-17 16:27:12 -07:00
Cedric Beust
afacd86267
GH-409: Run —update or —server even if the build file is incorrect.
...
Fixes https://github.com/cbeust/kobalt/issues/409
2017-04-17 09:27:17 -07:00
Cedric Beust
e11bdfa2b9
1.0.67.
2017-04-17 08:40:15 -07:00
Cedric Beust
0938bcc3bf
GH-413: Duplicate compilation.
...
Fixes https://github.com/cbeust/kobalt/pull/413
2017-04-17 08:38:53 -07:00
Cedric Beust
dcdbbdc6c3
Merge pull request #413 from dmitry-zhuravlev/master
...
+ server should send buildFileClasspath to plugin. close #410
2017-04-17 08:26:04 -07:00
Dmitry Zhuravlev
5720356814
+ added cleanup for buildFileClasspath collection
...
+ added FIXME: newBuildFileClasspath called twice
2017-04-17 12:30:12 +03:00
Dmitry Zhuravlev
6d46ba2d0e
Merge branch 'master' of https://github.com/cbeust/kobalt
2017-04-17 11:49:15 +03:00
Cedric Beust
e9b8212dbd
Fix build.
2017-04-16 20:30:44 -07:00
Cedric Beust
6816ba8a3b
Sanitize repo names from repos().
2017-04-16 20:13:28 -07:00
Cedric Beust
a7006d5cd7
kapt3 work.
2017-04-16 19:21:50 -07:00
Cedric Beust
cbb02e7615
1.0.66.
2017-04-16 19:08:22 -07:00
Cedric Beust
4f9c5f383e
1.0.65.
2017-04-16 18:53:01 -07:00
Cedric Beust
822a9701a6
Fix broken TestNG dependency.
2017-04-16 18:24:26 -07:00
Cedric Beust
30e71afbc8
1.0.64.
2017-04-15 08:09:09 -07:00
Cedric Beust
85460422e0
GH-414: Authenticated repos not working.
...
Fixes https://github.com/cbeust/kobalt/issues/414
2017-04-15 08:09:09 -07:00
Cedric Beust
1fb984ff63
1.0.63.
2017-04-15 08:09:09 -07:00
Cedric Beust
9f93f0ca6e
Merge pull request #415 from ethauvin/newest
...
Fix for OSX and calling outsite of residing directory
2017-04-14 23:44:44 -07:00
876420b434
Fix for OSX and calling outsite of residing directory.
2017-04-14 22:45:37 -07:00
Cedric Beust
49bdec673e
Merge branch 'master' of github.com:cbeust/kobalt
2017-04-14 15:40:21 -07:00
Cedric Beust
e45e93cee8
1.0.62.
2017-04-14 12:24:27 -07:00
Cedric Beust
c4813880ac
Comment.
2017-04-14 12:15:55 -07:00
Cedric Beust
f4a5d188e7
Use AssertionErrors in tests.
2017-04-14 12:15:50 -07:00
Cedric Beust
19dc26ac16
Make sure the zip entries start with kobalt-${version}.
2017-04-14 12:15:01 -07:00
Cedric Beust
2b3fc7a2c9
Fix the zip task.
2017-04-14 12:14:43 -07:00
Cedric Beust
91260d2f57
Not used.
2017-04-14 11:22:59 -07:00
Dmitry Zhuravlev
7a63f88ba5
Merge branch 'master' of https://github.com/cbeust/kobalt
2017-04-14 17:19:59 +03:00
Dmitry Zhuravlev
5d11395b7c
+ server should send buildFileClasspath to plugin. close #410
2017-04-14 17:18:16 +03:00
Cedric Beust
581b3de13e
Refactor.
2017-04-14 07:07:47 -07:00
Cedric Beust
8bd098c458
Fix Windows tests.
2017-04-14 07:07:17 -07:00
Cedric Beust
5ddc370521
1.0.61.
2017-04-13 09:55:34 -07:00
Cedric Beust
fad6af29ee
Merge branch 'master' of github.com:cbeust/kobalt
2017-04-12 17:00:07 -07:00
Cedric Beust
0e381912f7
Merge pull request #411 from dmitry-zhuravlev/master
...
* package all Kobalt sources in zip distribution. relates to #237
2017-04-12 16:59:22 -07:00
Cedric Beust
90df943ec3
Merge branch 'master' of github.com:cbeust/kobalt
2017-04-12 16:50:46 -07:00
Dmitry Zhuravlev
a9db9bb28a
* package all Kobalt sources in zip distribution. relates to #237
2017-04-12 15:50:53 +03:00
Cedric Beust
68163731d6
Refactor.
2017-04-11 19:14:43 -07:00
Cedric Beust
3615d802b7
Merge pull request #408 from ethauvin/master
...
Ensured inputStream.copyTo() is automatically closed.
2017-04-11 18:46:21 -07:00
a48d091fa5
Ensured inputStream.copyTo() is automatically closed.
2017-04-11 17:10:20 -07:00
Cedric Beust
623d106e3c
Forgot build file.
2017-04-11 16:28:53 -07:00
Cedric Beust
c195a7bdf7
Use commons-compress fast archive.
2017-04-11 15:58:52 -07:00
Cedric Beust
46f73ee5e7
Fix test.
2017-04-11 12:18:35 -07:00
Cedric Beust
52fe283583
Not used.
2017-04-11 11:44:29 -07:00
Cedric Beust
af5217966f
Better range resolution.
2017-04-11 11:44:09 -07:00
Cedric Beust
77b7e3f5be
Improve template.
2017-04-11 11:15:22 -07:00
Cedric Beust
49d058e3e1
GH-403: Honor Kotlin compiler flags in process.
...
Fixes https://github.com/cbeust/kobalt/issues/403
2017-04-11 10:50:24 -07:00
Cedric Beust
2e6f14007a
1.0.56.
2017-04-11 10:50:24 -07:00
Cedric Beust
367b4a9e3d
Merge pull request #405 from ethauvin/master
...
Made sure kobaltw (dist) is executable on non-Windows platforms.
2017-04-11 05:54:25 -07:00
0f88993424
Made sure kobaltw in ~/.kobalt/wrapper/dist/ is executable on non-Windows platforms.
2017-04-10 23:23:18 -07:00
Cedric Beust
2966575073
Merge pull request #404 from ethauvin/master
...
Added test to check if kobaltw is executable (*nix only.)
2017-04-10 22:32:35 -07:00
54a38c22db
Used OperatingSystem.current() instead of getting system property.
2017-04-10 22:31:31 -07:00
c737fc9a00
Added test to check if kobaltw is executable (*nix only.)
2017-04-10 21:10:34 -07:00
Cedric Beust
d710362af1
Merge pull request #397 from ethauvin/master
...
Implementation of compileOnly
2017-04-10 13:44:27 -07:00
Cedric Beust
452820e728
Log.
2017-04-09 10:32:42 -07:00
Cedric Beust
b84586261c
1.0.59.
2017-04-09 09:52:22 -07:00
Cedric Beust
a20b16da44
Extract TestNG results and show them in the final report.
2017-04-09 09:37:36 -07:00
Cedric Beust
ffd641310d
Format correctly.
2017-04-09 00:40:17 -07:00
Cedric Beust
6401a9d2af
Bubble up test result messages.
2017-04-08 19:27:19 -07:00
Cedric Beust
197d576440
Merge branch 'master' of github.com:cbeust/kobalt
2017-04-08 11:12:06 -07:00
Cedric Beust
f276eb3001
Merge pull request #400 from rhencke/reduceJarAssemblyTime
...
Reduce time spent in JAR/ZIP assembly.
2017-04-08 11:12:01 -07:00
Cedric Beust
c9e61e49a9
Any nonexistent version will cause Kobalt to use local build directories.
...
Relaxes the restriction for that version to be +1.
2017-04-08 11:08:17 -07:00
Robert Hencke
713faa7a3f
Reduce time spent in JAR/ZIP assembly.
...
Locally, this reduces a run of kobaltw assemble --noIncremental
on the Kobalt codebase itself from 47 seconds to 25 seconds.
When JarInputStream.nextEntry is invoked, the stream sets its position
and length so that it can directly be used to read the underlying content
associated with the entry. This avoids the need to call
JarFile(localFile).getInputStream(entry) and the cost associated with it.
addEntry has a slight change of semantics due to this change - it is now
the caller's responsibility to close the associated input stream. The two
existing calls to the method were adjusted accordingly.
2017-04-08 13:11:41 -04:00
Cedric Beust
f7cb803edc
Typo.
2017-04-08 09:29:27 -07:00
Cedric Beust
ebf272bf98
Upload kobalt-wrapper to bintray too.
2017-04-08 07:53:45 -07:00
Cedric Beust
821752bdb9
1.0.58.
2017-04-07 19:39:36 -07:00
Cedric Beust
5fac88b1f7
GH-391: "provided" dependencies are no longer used to compile.
...
Fixes https://github.com/cbeust/kobalt/issues/391
2017-04-07 19:39:21 -07:00
5f8021334a
Beginning implementation of compileOnly.
2017-04-07 19:37:48 -07:00
Cedric Beust
9db54e24e4
No longer used.
2017-04-07 19:12:51 -07:00
Cedric Beust
8aa122f007
1.0.57.
2017-04-07 19:09:13 -07:00
Cedric Beust
cb7a8a5fb8
GH-393: run now runs from the project's directory.
...
Fixes https://github.com/cbeust/kobalt/issues/393
2017-04-07 19:06:48 -07:00
Cedric Beust
a50d349fd6
Merge branch 'master' of github.com:cbeust/kobalt
2017-04-07 15:26:53 -07:00
Cedric Beust
51090ad8b4
Tests for optional dependencies.
2017-04-07 15:26:11 -07:00
Cedric Beust
7e6c68c689
Fix test.
2017-04-07 15:19:17 -07:00
Cedric Beust
40ab79456b
Name for the filter.
2017-04-07 15:16:53 -07:00
Cedric Beust
9c73bc717a
Not used.
2017-04-07 15:15:42 -07:00
Cedric Beust
dca28669d1
1.0.55.
2017-04-07 12:29:15 -07:00
Cedric Beust
e19b3472a7
GH-392: Make collect() return both File and id.
...
Fixes https://github.com/cbeust/kobalt/issues/392
2017-04-07 12:29:10 -07:00
Cedric Beust
5ae20fb253
JUnit 5 dependencies.
2017-04-07 11:44:18 -07:00
Cedric Beust
d2ee2f7b4c
Typo.
2017-04-07 11:42:33 -07:00
Cedric Beust
33dafe6cd0
Initial support for JUnit 5.
2017-04-07 11:42:29 -07:00
Cedric Beust
5768fb24db
Dependencies can be empty.
2017-04-07 11:41:43 -07:00
Cedric Beust
9049ed8048
GH-336: Typo.
...
Fixes https://github.com/cbeust/kobalt/issues/336
2017-04-06 14:12:14 -07:00
Cedric Beust
b3fd191111
1.0.54.
2017-04-06 13:36:42 -07:00
Cedric Beust
49fd5db117
GH-383: provided() dependencies should not be included in the far jat.
...
Fixes https://github.com/cbeust/kobalt/issues/383
2017-04-06 13:36:36 -07:00
Cedric Beust
11d3b9fd8e
Formatting.
2017-04-06 12:56:49 -07:00
Cedric Beust
0cbf9197e9
Clean up.
2017-04-06 12:55:48 -07:00
Cedric Beust
b0e823958b
InstallTest and BuildFilesTest.
2017-04-06 12:51:54 -07:00
Cedric Beust
f83bdfe3b2
Remove unnecessary @Guice.
2017-04-06 12:12:56 -07:00
Cedric Beust
ba98592f49
Tests can now run full builds.
2017-04-06 11:31:05 -07:00
Cedric Beust
24d902bfbf
Restructure the entry point for easier testing.
2017-04-06 10:52:17 -07:00
Cedric Beust
f2297fcfc3
Remote the “update” task.
...
We already have —update.
2017-04-06 10:08:10 -07:00
Cedric Beust
ae99bb6de5
1.0.53.
2017-04-06 09:59:27 -07:00
Cedric Beust
69560ca571
Fixes kotlinCompiler { version = … }
...
Fixes https://github.com/cbeust/kobalt/issues/317
2017-04-06 09:59:09 -07:00
Cedric Beust
03d4ca3861
Not necessary.
2017-04-06 09:43:16 -07:00
Cedric Beust
43338c2946
1.0.52.
2017-04-06 09:40:46 -07:00
Cedric Beust
38d2187eae
Fix copy().
...
Fixes https://github.com/cbeust/kobalt/issues/387
2017-04-06 09:39:21 -07:00
Cedric Beust
94400756ff
Merge pull request #390 from ethauvin/master
...
Added test for CR line endings (DOS) in kobaltw.
2017-04-05 20:12:14 -07:00
d108589185
Added test for CR line endings (DOS) in kobaltw.
2017-04-05 18:15:14 -07:00
Cedric Beust
2e3ca3bb24
Fix build.
2017-04-05 16:44:00 -07:00
Cedric Beust
0ba9efc022
Renamed libDir to target.
2017-04-05 16:08:12 -07:00
Cedric Beust
edb9370988
copy() now takes a From as first parameter.
2017-04-05 16:08:01 -07:00
Cedric Beust
856b61678d
1.0.51.
2017-04-05 14:48:53 -07:00
Cedric Beust
59d6120412
collect() returns a list of File.
2017-04-05 14:48:43 -07:00
Cedric Beust
f93fee2d8c
1.0.50.
2017-04-05 14:12:51 -07:00
Cedric Beust
9514d80b99
Introducing the copy() directive for installation.
...
Example use:
install {
collect(compileDependencies).map {
copy(it, to("deploy"))
}
}
2017-04-05 14:11:30 -07:00
Cedric Beust
756fbec648
Test helper.
2017-04-04 16:28:09 -07:00
Cedric Beust
93408cda52
Fix tests.
2017-04-04 13:53:12 -07:00
Cedric Beust
a1bea1124d
Build fix.
2017-04-04 11:13:15 -07:00
Cedric Beust
c691709a53
Reformat.
2017-04-04 10:50:20 -07:00
Cedric Beust
abab841119
Logs.
2017-04-04 10:50:10 -07:00
Cedric Beust
18f1df454e
Fix DependencyManagerTest.
2017-04-04 10:50:02 -07:00
Cedric Beust
886b7a4bfa
include() for install{}.
2017-04-04 10:49:48 -07:00
Cedric Beust
789c969a9b
GITHUB-382: Expose Project.collect() to gather dependencies in the build file.
...
Fixes https://github.com/cbeust/kobalt/issues/382
2017-04-03 11:02:45 -07:00
Cedric Beust
570f9a0bb7
1.0.48.
2017-04-03 10:23:04 -07:00
Cedric Beust
646a84323b
GITHUB-IDEA-77: Don’t close the web socket.
...
Fixes https://github.com/cbeust/kobalt-intellij-plugin/issues/77 .
2017-04-03 10:22:48 -07:00
Cedric Beust
57656a59c8
1.0.47
2017-04-03 10:07:00 -07:00
Cedric Beust
0f7bb021c3
Refactor parameter extraction.
2017-04-03 10:00:18 -07:00
Cedric Beust
bb2eb19876
Refactor some downloadSources code.
2017-04-03 09:54:26 -07:00
Cedric Beust
1c27b9f1e4
Merge pull request #374 from dmitry-zhuravlev/master
...
* download sources property propagation. relates to #372
2017-04-03 09:47:44 -07:00
Cedric Beust
9b31a87f1f
1.0.46.
2017-04-03 09:45:01 -07:00
Cedric Beust
f8fbcb912c
Remove the random repo number hack.
...
Fixes https://github.com/cbeust/kobalt/issues/385
2017-04-03 09:44:48 -07:00
Cedric Beust
ed9c4e6636
Use the default jar file if no Main-Class attribute was found.
...
Fixes https://github.com/cbeust/kobalt/issues/384
2017-04-03 09:33:00 -07:00
Dmitry Zhuravlev
c54d4c5b2b
* fix sources and javadoc resolution. relates to #372
2017-04-03 12:50:02 +03:00
Dmitry Zhuravlev
23bbcd4d84
* merge
2017-04-03 12:13:49 +03:00
Cedric Beust
c5405177b5
1.0.45.
2017-04-01 13:43:09 -07:00
Cedric Beust
b011abc13b
Resolve snapshot repos correctly.
...
Fixes https://github.com/cbeust/kobalt/issues/377 .
2017-04-01 13:42:09 -07:00
Cedric Beust
53924366ba
Forgot a change.
2017-04-01 06:30:03 -07:00
Cedric Beust
b3ce6db1da
Use injection for isDev.
2017-04-01 06:22:17 -07:00
Cedric Beust
a749dbf9b6
Merge pull request #380 from ethauvin/master
...
Disable release version check if --dev
2017-04-01 06:09:47 -07:00
1610677a94
Disable release version check if --dev
2017-03-31 23:24:16 -07:00
Cedric Beust
841bc6d4eb
Merge pull request #378 from ethauvin/master
...
Latest version check now defaults to current version.
2017-03-31 19:28:10 -07:00
af9289ad7f
Latest version check now defaults to current version.
2017-03-31 18:27:40 -07:00
Cedric Beust
0c8a7991de
Merge pull request #376 from ethauvin/master
...
Only check latest release version number on GitHub every 10 minutes
2017-03-31 18:09:12 -07:00
c342573e55
Only check for the latest release version number on GitHub every 10 minutes.
2017-03-31 17:11:20 -07:00
Cedric Beust
6409e723cb
Merge pull request #375 from ethauvin/master
...
Added support for --log 0 on --update
2017-03-31 15:07:11 -07:00
1be27833c6
Added support for --log 0 on --update
2017-03-31 14:28:47 -07:00
Cedric Beust
81cbdad9a0
1.0.44.
2017-03-31 11:12:57 -07:00
Cedric Beust
4ea4f0a58c
Return buildContentRoots to the plug-in.
2017-03-31 11:12:41 -07:00
Cedric Beust
a6836fbd79
Surface the new build directories to expose them to the IDEA plug-in.
2017-03-31 10:56:30 -07:00
Cedric Beust
a2e197959d
1.0.43.
2017-03-31 09:20:14 -07:00
Cedric Beust
bfa2fb072e
Fix: the sources don’t get downloaded if the jar file is present.
2017-03-31 09:19:37 -07:00
Cedric Beust
ebedb8546a
1.0.42.
2017-03-31 08:53:43 -07:00
Cedric Beust
851cf55bfe
Fix Build.kt being deleted when upgrading to a new version.
2017-03-31 08:53:31 -07:00
Dmitry Zhuravlev
b9a3a4f40b
* fix sources and javadoc resolution. relates to #372
2017-03-31 18:31:20 +03:00
Dmitry Zhuravlev
6b3383ba72
* download sources property propagation. relates to #372
2017-03-31 16:47:47 +03:00
Cedric Beust
ba1d8f30b0
Clarify template use.
2017-03-30 19:16:18 -07:00
Cedric Beust
c7e3d62228
Refactor.
2017-03-30 18:08:23 -07:00
Cedric Beust
ff29413bb8
Comment.
2017-03-30 18:04:45 -07:00
Cedric Beust
255e17d88b
BlockExtractorTest.
2017-03-30 15:12:35 -07:00
Cedric Beust
9f249822ba
1.0.41.
2017-03-30 14:03:48 -07:00
Cedric Beust
f29c974c49
Run the correct jar name, even if its name was changed.
...
Fixes https://github.com/cbeust/kobalt/issues/355
2017-03-30 14:03:37 -07:00
Cedric Beust
904c405dd7
1.0.40.
2017-03-30 13:29:40 -07:00
Cedric Beust
1730e8de69
Add -downloadSources.
2017-03-30 13:29:25 -07:00
Cedric Beust
79c01b1149
1.0.38.
2017-03-30 13:16:43 -07:00
Cedric Beust
fe8780cc1f
Not used.
2017-03-30 13:16:22 -07:00
Cedric Beust
a7553279cf
Fix the topLines bug.
2017-03-30 13:16:17 -07:00
Cedric Beust
da85ec31f1
Rename.
2017-03-30 13:00:25 -07:00
Cedric Beust
7b6774f7bc
1.0.37.
2017-03-30 12:30:47 -07:00
Cedric Beust
5b24ada976
Fix missing build file.
2017-03-30 12:30:32 -07:00
Cedric Beust
ed5d4bfcbc
1.0.36.
2017-03-30 12:04:01 -07:00
Cedric Beust
af5eb04e4b
Force update if autoUpdate is true.
2017-03-30 12:03:48 -07:00
Cedric Beust
7440048cfc
1.0.35.
2017-03-30 11:58:38 -07:00
Cedric Beust
b354b42767
Better error message.
2017-03-30 11:58:27 -07:00
Cedric Beust
fca974779d
1.0.34.
2017-03-30 11:49:50 -07:00
Cedric Beust
dee55652f9
Comment.
2017-03-30 11:49:40 -07:00
Cedric Beust
0aae394975
Fix build path.
2017-03-30 11:49:26 -07:00
Cedric Beust
577c81a15a
1.0.33.
2017-03-30 11:04:38 -07:00
Cedric Beust
c3c43613a8
Fix the silly cycle.
2017-03-30 10:40:47 -07:00
Cedric Beust
d712a14405
Logging.
2017-03-30 10:13:48 -07:00
Cedric Beust
b3efc12569
autoUpdate setting.
2017-03-30 10:13:41 -07:00
Cedric Beust
0178500bf8
Comment.
2017-03-30 10:02:47 -07:00
Cedric Beust
6a61b21482
Create the directory.
2017-03-30 10:02:42 -07:00
Cedric Beust
8e46cdb83b
Extract some logic into Profiles.
2017-03-30 09:55:25 -07:00
Cedric Beust
6694426eef
Fix BuildSources.
2017-03-30 09:55:07 -07:00
Cedric Beust
f9d647f947
Fix tests.
2017-03-30 09:19:15 -07:00
Cedric Beust
2fda71682f
Fix tests.
2017-03-29 16:18:26 -07:00
Cedric Beust
b58c495bbd
Test for existence.
2017-03-29 15:57:57 -07:00
Cedric Beust
397b60b60a
Filter non existent source directory.
2017-03-29 15:52:28 -07:00
Cedric Beust
8eb804f486
Reformat
2017-03-29 15:41:54 -07:00
Cedric Beust
4ad0222f0a
Multiple build file work.
2017-03-29 15:41:48 -07:00
Cedric Beust
5b2d4296dc
Correct inclusion.
2017-03-29 13:51:12 -07:00
Cedric Beust
8dadbd391a
Rewriting build file parsing logic.
2017-03-29 13:51:12 -07:00
Cedric Beust
9c8f13cc28
Merge pull request #370 from ethauvin/master
...
Disabled TestNG output on --log 0
2017-03-29 11:22:53 -07:00
6ce6cbbe14
Disabled TestNG output on --log 0
2017-03-29 11:19:24 -07:00
Cedric Beust
ae85bd3756
Merge pull request #369 from dmitry-zhuravlev/master
...
+ Implement handling of profiles param. Will close cbeust/kobalt-intellij-plugin#73
2017-03-29 07:06:50 -07:00
Dmitry Zhuravlev
e3dee44ad2
+ Implement handling of profiles param. Will close cbeust/kobalt-intellij-plugin#73
2017-03-29 12:55:29 +03:00
Cedric Beust
e47721c2b6
Merge pull request #368 from ethauvin/master
...
Implemented --log 0
2017-03-28 20:54:51 -07:00
Cedric Beust
2c7241f195
Instructions for multi build file algorithm.
2017-03-28 19:13:12 -07:00
d605b4a132
Merge with beust/kobalt.
2017-03-28 17:25:47 -07:00
014802e272
Implemented --log 0
2017-03-28 17:16:11 -07:00
Cedric Beust
350b471460
Multi build work.
2017-03-28 10:12:49 -07:00
a6e8dbabb1
Merge remote-tracking branch 'upstream/master'
2017-03-28 09:52:06 -07:00
Cedric Beust
33844b616e
Merge pull request #363 from ethauvin/master
...
file:// no longer considered valid maven coordinates
2017-03-28 09:16:58 -07:00
726ddc37d5
Merge remote-tracking branch 'upstream/master'
2017-03-27 21:53:40 -07:00
Cedric Beust
34a544febd
Not needed.
2017-03-27 16:07:28 -07:00
Cedric Beust
4b5a7c3093
Clean up ParsedBuildFile.
2017-03-27 16:04:55 -07:00
Cedric Beust
43bc211b2e
Better logging.
2017-03-27 16:04:29 -07:00
Cedric Beust
e4d883890d
Don’t generate preBuildScript.jar if no buildScript{}.
2017-03-27 15:45:25 -07:00
Cedric Beust
76fdd1543a
Rephrase.
2017-03-27 15:44:57 -07:00
Cedric Beust
32dc14e393
toString()
2017-03-27 15:44:47 -07:00
Cedric Beust
b62dc25f8b
No longer needed.
2017-03-27 15:44:40 -07:00
Cedric Beust
b3585f48cb
No longer used
2017-03-27 15:19:10 -07:00
Cedric Beust
148a75d994
.gitignore.
2017-03-27 15:14:18 -07:00
Cedric Beust
1b2e25991f
Silly file was being gitignored.
2017-03-27 15:14:06 -07:00
Cedric Beust
19a782d62a
Revert "Allow ParallelLogger to log from apply()."
...
This reverts commit 67dd7e54e9
.
2017-03-27 15:06:25 -07:00
Cedric Beust
ccbfe3bd94
Preliminary work for multiple build files.
2017-03-27 14:54:51 -07:00
Cedric Beust
2478040bff
1.0.32.
2017-03-27 10:54:02 -07:00
Cedric Beust
639945bf2f
1.0.31.
2017-03-27 10:50:24 -07:00
Cedric Beust
9eeba66c3f
More flexible option parsing.
...
Fixes https://github.com/cbeust/kobalt/issues/362
2017-03-27 10:49:23 -07:00
Cedric Beust
ba24de7d08
More flexible option parsing.
2017-03-27 09:53:24 -07:00
f6274df9d0
Added isMavenId() tests.
2017-03-26 20:11:58 -07:00
6932b9f017
Fixed imports.
2017-03-26 19:13:23 -07:00
ddb4b3dbd8
file:// no longer seen as valid maven coordinates.
2017-03-26 19:13:22 -07:00
Cedric Beust
096b2c20a4
In the correct module.
2017-03-26 18:43:49 -07:00
Cedric Beust
a578b70c8b
First pass at better option management.
2017-03-26 17:10:50 -07:00
Cedric Beust
09b47a9674
Merge pull request #361 from ethauvin/master
...
Updated to testng 6.11
2017-03-26 12:53:25 -07:00
Cedric Beust
74a5a677c1
1.0.30.
2017-03-26 12:45:00 -07:00
Cedric Beust
fd5f77d922
CheckVersions fix attempt.
2017-03-26 12:44:45 -07:00
fae512f639
Updated to testng 6.11
2017-03-26 12:21:48 -07:00
Cedric Beust
f7673cba46
1.0.29.
2017-03-26 11:46:25 -07:00
Cedric Beust
c6ce58fdbd
Make sure Versions.class is not in the jar file.
2017-03-26 11:46:11 -07:00
Cedric Beust
1d6a0ba1ca
Refactor.
2017-03-26 11:43:22 -07:00
Cedric Beust
f9206efaa0
Improve --checkVersions.
2017-03-26 10:45:10 -07:00
Cedric Beust
981bbbacb6
Normalize.
2017-03-26 10:18:45 -07:00
Cedric Beust
2a7775529d
Fix log line.
2017-03-26 10:18:36 -07:00
Cedric Beust
67dd7e54e9
Allow ParallelLogger to log from apply().
2017-03-26 10:18:27 -07:00
Cedric Beust
93d3d8ad53
1.0.28.
2017-03-26 09:58:11 -07:00
Cedric Beust
8f99f81bc0
Clean generated directory in AptPlugin.
...
Fixes https://github.com/cbeust/kobalt/issues/357 .
2017-03-26 09:57:54 -07:00
Cedric Beust
01fc80c904
1.0.27.
2017-03-26 07:36:10 -07:00
Cedric Beust
043fc31c9f
/v1/getDependencyGraph?projectRoot=...
...
Deprecated buildFile=.
2017-03-26 07:32:56 -07:00
Cedric Beust
5c7d6a20cb
1.0.26.
2017-03-25 14:25:18 -07:00
Cedric Beust
abd84ca386
Don't compile with kobaltBuild/classes on the classpath.
2017-03-25 14:25:02 -07:00
Cedric Beust
ea7cecf590
Test fix.
2017-03-25 13:30:03 -07:00
Cedric Beust
e7d369408f
Fix test.
2017-03-25 13:27:30 -07:00
Cedric Beust
35648cf740
1.0.25.
2017-03-25 13:21:05 -07:00
Cedric Beust
152ff7e91b
Rename.
2017-03-25 13:20:59 -07:00
Cedric Beust
6974e6cdb2
Backward compatibility.
2017-03-25 13:09:20 -07:00
Cedric Beust
86c166ff76
New profile syntax: val debug by profile()
2017-03-25 12:45:59 -07:00
Cedric Beust
8a8b5f638d
Make --server work even if there is no Build.kt.
...
Fixes https://github.com/cbeust/kobalt-intellij-plugin/issues/69 .
2017-03-25 07:14:10 -07:00
Cedric Beust
4e4c5a7d9e
Put the javac command in a file.
...
Also introduce fixSlashes().
2017-03-24 23:42:41 -07:00
Cedric Beust
771f90332c
Reformat.
2017-03-24 23:42:08 -07:00
Cedric Beust
913360c504
Merge pull request #349 from ethauvin/master
...
Properly handle symlink
2017-03-24 20:55:31 -07:00
03f957f001
Fixed variable name.
2017-03-24 20:54:02 -07:00
3acf5dc2ad
Install launcher(s) if not found.
2017-03-24 18:27:44 -07:00
c83d0b3710
Merge remote-tracking branch 'upstream/master'
2017-03-24 18:26:32 -07:00
Cedric Beust
b2d6b9a2e3
New line.
2017-03-24 15:17:06 -07:00
Cedric Beust
e49fd94392
You don’t belong here.
2017-03-24 15:16:50 -07:00
Cedric Beust
335e99b167
Better location for the error.
2017-03-24 14:14:59 -07:00
Cedric Beust
37200ffcf2
Build fix.
2017-03-24 13:54:45 -07:00
Cedric Beust
583c489632
1.0.23.
2017-03-24 13:52:55 -07:00
Cedric Beust
0bdc071dcf
Added dependsOn().
2017-03-24 13:52:41 -07:00
Cedric Beust
3476a9b0c6
Rename for consistency.
2017-03-24 13:47:55 -07:00
Cedric Beust
9aa1f68af6
1.0.22.
2017-03-24 13:33:08 -07:00
Cedric Beust
eaaa6fbcef
Fix the “empty source” bug in KobaltServer.
...
The plug-in needs to send the root of the project, but for now, calculating it from the path of the build file.
2017-03-24 13:31:33 -07:00
Cedric Beust
43346a256d
Better sequence.
2017-03-24 12:26:25 -07:00
Cedric Beust
f788761e4c
Better zip file test.
2017-03-23 14:34:39 -07:00
Cedric Beust
469419fe2e
Fix zip test.
2017-03-23 12:23:02 -07:00
cf4013af89
Fix for GYGWIN
2017-03-23 11:08:52 -07:00
720e32aa07
Merge remote-tracking branch 'upstream/master'
2017-03-23 11:07:29 -07:00
Cedric Beust
400a73b51b
Test StringVersion sorting.
2017-03-23 10:19:55 -07:00
d318f0a7b4
Properly handle symlink
2017-03-23 01:36:22 -07:00
Cedric Beust
18e61fc7a3
Fix tests for Windows.
2017-03-22 22:22:30 -07:00
Cedric Beust
ed34482aac
1.0.21.
2017-03-22 14:12:36 -07:00
Cedric Beust
873aea5d5f
Refactor.
2017-03-22 14:12:07 -07:00
Cedric Beust
6c16c59aa6
Disable new runner for now.
2017-03-22 10:37:52 -07:00
Cedric Beust
3b83d8d5d9
More remote runners.
2017-03-22 09:36:43 -07:00
Cedric Beust
c7714a5286
Better StringVersion.
2017-03-22 09:26:24 -07:00
Cedric Beust
71d4cce999
1.0.20.
2017-03-21 23:55:00 -07:00
Cedric Beust
850e826d7f
Forgot a dependency.
2017-03-21 23:48:12 -07:00
Cedric Beust
47bdbf04ee
Distinct.
2017-03-21 23:48:03 -07:00
Cedric Beust
8b192e31bf
Merge branch 'master' of github.com:cbeust/kobalt
2017-03-21 17:49:06 -07:00
Cedric Beust
25df7bed38
Logs.
2017-03-21 16:55:59 -07:00
Cedric Beust
f486bfbd93
Refactor.
2017-03-21 16:49:26 -07:00
Cedric Beust
64df5ea8df
Forgot the repo.
2017-03-21 16:34:46 -07:00
Cedric Beust
b68ec28050
Colors.
2017-03-21 16:32:20 -07:00
Cedric Beust
34185a6b2a
Exclude tests that crash on TeamCity.
2017-03-21 14:38:43 -07:00
Cedric Beust
da3ad60423
1.0.19.
2017-03-21 13:19:43 -07:00
Cedric Beust
a4282b299a
Added kobaltOptions().
2017-03-21 13:19:21 -07:00
Cedric Beust
c43967bec9
Preserve dependency order.
2017-03-21 12:05:28 -07:00
Cedric Beust
dbb06d0e79
Added test dependent projects.
2017-03-21 10:06:25 -07:00
Cedric Beust
de6b7afb61
Remove javaProject/kotlinProject.
2017-03-21 10:06:25 -07:00
Cedric Beust
461681cbed
Merge branch 'master' of github.com:cbeust/kobalt
2017-03-20 19:14:39 -07:00
Cedric Beust
aaaeedb981
Enabled.
2017-03-20 19:13:07 -07:00
Cedric Beust
648bb383ad
Indent.
2017-03-20 19:09:53 -07:00
Cedric Beust
bdb8f5988d
Merge pull request #347 from ethauvin/master
...
Fixed jGit complaining and not tagging if setAnnotated(false)
2017-03-20 18:44:59 -07:00
38beb02c2f
Fixed jGit complaining and not tagging if setAnnotated(false)
2017-03-20 18:33:07 -07:00
Cedric Beust
0b318520ee
1.0.18.
2017-03-20 16:06:04 -07:00
Cedric Beust
f4b57167b0
Exclusion tests.
2017-03-20 15:56:27 -07:00
Cedric Beust
7867541921
Log
2017-03-20 15:32:16 -07:00
Cedric Beust
49b66b7420
Regex match exclusions.
2017-03-20 15:30:00 -07:00
Cedric Beust
229e0b8f36
Include global excludes.
2017-03-20 15:05:42 -07:00
Cedric Beust
934ffb01f5
Clean TestNGRunner.
2017-03-20 14:49:22 -07:00
Cedric Beust
61bc02b04b
Indent.
2017-03-20 14:49:15 -07:00
Cedric Beust
a9bba0d83b
Better dependency exclusion.
2017-03-20 14:49:11 -07:00
Cedric Beust
4911677bc1
Better ResolveDependency.
2017-03-20 12:04:57 -07:00
Cedric Beust
0de3327b05
Adjust Build.kt.
2017-03-20 09:55:25 -07:00
Cedric Beust
7f6a39ecfa
Fix build.
2017-03-19 09:41:26 -07:00
Cedric Beust
a3734f88c3
TestNG runner work in progress.
2017-03-19 09:06:26 -07:00
Cedric Beust
3ee309fa37
1.0.17.
2017-03-18 23:42:19 -07:00
Cedric Beust
fd73594767
1.0.16.
2017-03-18 23:18:42 -07:00
Cedric Beust
43b037171c
Reformat.
2017-03-18 23:18:01 -07:00
Cedric Beust
3bdc83b20e
Fix test path for Windows.
2017-03-18 23:17:48 -07:00
Cedric Beust
6a50e01ebc
warn() to log().
2017-03-18 23:10:41 -07:00
Cedric Beust
d777ca20cb
Change warn() to log().
2017-03-18 23:09:28 -07:00
Cedric Beust
b21d867ec2
Warning.
2017-03-18 23:09:04 -07:00
Cedric Beust
af8c5c7d56
Merge pull request #346 from ethauvin/master
...
Renamed auto paramter to enabled for autoGitTag directive.
2017-03-18 14:10:54 -07:00
17bd4a0cec
Renamed auto paramter to enabled for autoGitTag directive.
2017-03-18 11:32:14 -07:00
Cedric Beust
4e432e2e77
Merge pull request #345 from ethauvin/master
...
Added annotated directive to autoGitTag.
2017-03-18 09:59:09 -07:00
792fa88674
Added annotated directive to autoGitTag.
2017-03-18 00:45:06 -07:00
Cedric Beust
c6e15739e8
1.0.15.
2017-03-17 23:16:29 -07:00
Cedric Beust
e4bf002fce
Update build.
2017-03-17 23:16:17 -07:00
Cedric Beust
5efd7a760a
1.0.14.
2017-03-17 14:04:32 -07:00
Cedric Beust
ebe475c997
Fix test-output.
2017-03-17 14:04:32 -07:00
Cedric Beust
12c4a84160
Merge branch 'master' of github.com:cbeust/kobalt
2017-03-16 21:51:05 -07:00
Cedric Beust
02beb62195
Warnings.
2017-03-16 21:50:04 -07:00
Cedric Beust
2015e03ca0
Merge pull request #342 from ethauvin/master
...
Added parameters to autoGitTag directive.
2017-03-16 21:49:37 -07:00
49538338a4
Refactored duplicate code.
2017-03-16 19:22:28 -07:00
c80020c36a
Added AutoGitTagConfig.
2017-03-16 19:19:40 -07:00
4f32f0ba2f
Added parameters to autoGitTag directive.
2017-03-16 19:19:40 -07:00
Cedric Beust
99c447805e
1.0.13.
2017-03-16 15:28:01 -07:00
Cedric Beust
778db322a5
Kotlin 1.1.1.
2017-03-16 15:27:53 -07:00
Cedric Beust
8d06df9b8c
Comments.
2017-03-16 15:21:51 -07:00
Cedric Beust
c2c4d8e254
Clarify and document.
2017-03-16 14:44:12 -07:00
Cedric Beust
66b39aa213
Log exclusions.
2017-03-16 14:20:30 -07:00
Cedric Beust
3f1155a280
Better warning.
2017-03-16 11:27:29 -07:00
Cedric Beust
71b7c6d58c
Update README.md
2017-03-16 09:23:50 -07:00
Cedric Beust
e30e188368
Update README.md
2017-03-15 15:19:20 -07:00
Cedric Beust
1a01d7c8d8
Testing TeamCity build status publisher.
2017-03-15 15:08:40 -07:00
Cedric Beust
2e603b0504
Refactoring.
2017-03-15 14:49:58 -07:00
Cedric Beust
1c10965e77
Problem solved, removing the logs.
2017-03-15 14:45:34 -07:00
Cedric Beust
a91bd04e41
Test fix.
2017-03-15 14:38:11 -07:00
Cedric Beust
87ff2b34cf
More test fixing.
2017-03-15 14:30:26 -07:00
Cedric Beust
c16aa0aa67
Attempt to fix the tests for TeamCity.
2017-03-15 14:14:27 -07:00
Cedric Beust
bd861a9198
1.0.12.
2017-03-15 13:35:54 -07:00
Cedric Beust
9c6a68e475
Debug TeamCity failures.
2017-03-15 13:23:04 -07:00
Cedric Beust
7b28290b8b
More refactoring.
2017-03-15 13:02:37 -07:00
Cedric Beust
bbadd4904d
Not needed.
2017-03-15 12:20:36 -07:00
Cedric Beust
ac96f92b29
Use relative path for preBuildScript.jar.
2017-03-15 12:20:31 -07:00
Cedric Beust
ca27a131ca
Build file fix.
2017-03-15 11:38:41 -07:00
Cedric Beust
d01af588cd
Logging.
2017-03-15 11:03:25 -07:00
Cedric Beust
908610ba3a
Refactor.
2017-03-15 11:01:10 -07:00
Cedric Beust
72bcffab2c
Move the file to the correct location.
2017-03-15 10:54:01 -07:00
Cedric Beust
33f7d4bd9f
Don’t break incremental compilation in the build file.
2017-03-15 10:53:45 -07:00
Cedric Beust
3d689b3367
Better test failure message.
2017-03-14 20:21:32 -07:00
Cedric Beust
b2390f34f8
Incremental packaging.
2017-03-14 18:40:28 -07:00
Cedric Beust
c974330612
Less verbose Md5.
2017-03-14 18:40:18 -07:00
Cedric Beust
5000368d64
Log.
2017-03-14 18:40:07 -07:00
Cedric Beust
a0ce7498e3
Output checksums.
2017-03-14 16:06:13 -07:00
Cedric Beust
383128d96b
Work in progress for incremental archival task.
2017-03-14 15:52:03 -07:00
Cedric Beust
c056fa5c9f
Restore path.
2017-03-13 12:38:15 -07:00
Cedric Beust
28ed175979
Redundant.
2017-03-13 12:37:59 -07:00
Cedric Beust
2bfe9b1339
Restore log level.
2017-03-13 11:40:56 -07:00
Cedric Beust
1fb4278cd6
Investigate the TeamCity build failure.
2017-03-13 11:26:54 -07:00
Cedric Beust
3ca1f5612f
Update README.md
2017-03-12 21:22:52 -07:00
Cedric Beust
1f3f666d93
Always compile the build files with Kotlin incremental compilation disabled.
2017-03-10 12:39:44 -08:00
Cedric Beust
187593b9b1
Test that BuildKt.class is not in the shipped jar file.
2017-03-10 10:48:31 -08:00
Cedric Beust
49d142659a
Silly import completely wrecked the logger.
2017-03-10 10:15:20 -08:00
Cedric Beust
d111df75d2
1.0.11.
2017-03-10 09:56:11 -08:00
Cedric Beust
ef79394d49
Wipe the jar file.
2017-03-10 09:55:52 -08:00
Cedric Beust
99c5bd560f
Trim dependencies.
2017-03-10 09:55:38 -08:00
Cedric Beust
94082e1251
Indent.
2017-03-10 09:55:22 -08:00
Cedric Beust
e8bdd888a7
Better file detection.
2017-03-09 13:48:39 -08:00
Cedric Beust
c590ed2ebd
1.0.9.
2017-03-09 13:32:23 -08:00
Cedric Beust
de052ea7f2
Warnings.
2017-03-09 13:32:17 -08:00
Cedric Beust
87c56d320e
BuildParser fix.
2017-03-09 13:32:10 -08:00
Cedric Beust
5ea2fe30b0
Investigate TeamCity build failures.
2017-03-08 15:56:50 -08:00
Cedric Beust
443847c171
1.0.8.
2017-03-08 15:44:54 -08:00
Cedric Beust
6ef86693c7
Added description/vcsTag to bintray{} directive.
2017-03-08 15:44:33 -08:00
Cedric Beust
5591380ddd
1.0.7.
2017-03-08 14:24:52 -08:00
Cedric Beust
df7d9e7d68
Better runtime scope handling.
2017-03-08 14:24:43 -08:00
Cedric Beust
a99ce1ce4d
Logging.
2017-03-08 13:47:33 -08:00
Cedric Beust
6f593d5c53
Logging.
2017-03-08 13:47:18 -08:00
Cedric Beust
caf4b1c62a
Fix StackOverFlow.
...
Fixes https://github.com/cbeust/kobalt/issues/339 .
2017-03-08 13:38:41 -08:00
Cedric Beust
6dadd3d751
1.0.6.
2017-03-08 10:26:43 -08:00
Cedric Beust
289c67557c
Better logging.
2017-03-08 10:26:35 -08:00
Cedric Beust
3503405488
Allow more imports in preBuildScript.
2017-03-08 10:26:30 -08:00
Cedric Beust
b99eb756ca
1.0.5.
2017-03-07 18:28:20 -08:00
Cedric Beust
bfbe4b35a9
Refactor.
2017-03-07 18:27:49 -08:00
Cedric Beust
eaf0b96d6c
Variables in buildScript().
2017-03-07 18:27:45 -08:00
Cedric Beust
bdd80bdedd
Don’t run buildScript{} twice.
2017-03-07 13:53:45 -08:00
Cedric Beust
e297586e62
1.0.4.
2017-03-07 13:25:05 -08:00
Cedric Beust
204ca452e5
Allow variables in buildScript{}.
...
Fixes https://github.com/cbeust/kobalt/issues/340
2017-03-07 13:24:49 -08:00
Cedric Beust
c90125ede0
Incremental compilation timing.
2017-03-03 14:20:01 -08:00
Cedric Beust
c3fc091347
1.0.3.
2017-03-03 13:53:34 -08:00
Cedric Beust
afb6a85820
Wrapper.
2017-03-03 13:53:30 -08:00
Cedric Beust
4bdc12def5
Incremental compilation.
2017-03-03 13:52:25 -08:00
Cedric Beust
83633cd011
Fix recursive search.
2017-03-03 10:38:53 -08:00
Cedric Beust
754b2df5fc
Fix previous version calculation.
2017-03-03 09:30:19 -08:00
Cedric Beust
0b742af5fa
1.0.2.
2017-03-01 13:05:58 -08:00
Cedric Beust
1da473a73c
NumberFormatException when parsing the new version number.
...
Closes https://github.com/cbeust/kobalt/issues/335
2017-03-01 13:05:30 -08:00
Cedric Beust
f01dfbe095
1.0.1.
2017-03-01 10:44:10 -08:00
Cedric Beust
415f5e800e
Warnings.
2017-03-01 10:43:50 -08:00
Cedric Beust
0dfc71562c
0.940.
2017-03-01 10:13:18 -08:00
Cedric Beust
bfc30662d9
Kotlin 1.1.0.
2017-03-01 10:13:03 -08:00
Cedric Beust
e9b1636727
VersionTest.
2017-03-01 10:12:54 -08:00
Cedric Beust
f10749adae
Warnings.
2017-03-01 10:12:46 -08:00
Cedric Beust
446901283d
Better version parsing.
2017-03-01 10:12:38 -08:00
Cedric Beust
ce32785de7
Clarify error message.
2017-02-27 16:08:03 -08:00
Cedric Beust
a35cf0cc87
Make “doc” run before “assemble".
2017-02-27 16:07:55 -08:00
Cedric Beust
5edb52a69b
Import.
2017-02-23 19:58:47 -08:00
Cedric Beust
5b76c0cad5
Turn on ExcludeTest.
2017-02-23 19:08:00 -08:00
Cedric Beust
12bb412cd1
.gitignore.
2017-02-23 17:43:44 -08:00
Cedric Beust
489d3ff913
Remove IDEA files
2017-02-23 17:43:20 -08:00
Cedric Beust
b0c412b680
Better tests.
2017-02-23 17:42:56 -08:00
Cedric Beust
a82cd20455
Turn on ExcludeTest.
2017-02-23 09:19:01 -08:00
Cedric Beust
3290769453
Add an exclude() test.
...
… but disabled, until I can figure out why it interferes with the profile test.
2017-02-22 20:45:11 -08:00
Cedric Beust
b54c4c63c8
Move exclude() management to DependencyManager, where it belongs.
2017-02-22 20:44:19 -08:00
Cedric Beust
64437761a4
0.939.
2017-02-20 07:59:48 -08:00
Cedric Beust
891a8cdbee
—listTemplates after parsing the build file.
2017-02-20 07:59:40 -08:00
Cedric Beust
1257b9b310
Rename to templateContributors.
2017-02-20 07:59:29 -08:00
Cedric Beust
d806649194
0.938.
2017-02-20 07:22:58 -08:00
Cedric Beust
35e0167a1f
Unnecessary classLoader.
2017-02-20 07:22:44 -08:00
Cedric Beust
b23cd94422
0.937.
2017-02-20 07:03:21 -08:00
Cedric Beust
90d582a1c5
Display plug-in dependencies in KobaltClient.
2017-02-20 07:02:08 -08:00
Cedric Beust
3215280d92
Plug-in dependencies should be returned as DependencyData.
2017-02-20 07:02:08 -08:00
Cedric Beust
1baca0cd35
Fix Aether version.
2017-02-18 08:20:32 -08:00
Cedric Beust
62c11cbdfe
Fix paths.
2017-02-18 08:14:29 -08:00
Cedric Beust
4905afffbb
0.936.
2017-02-18 08:13:52 -08:00
Cedric Beust
ed6e5844d1
Exclude aether dependencies.
2017-02-18 08:06:55 -08:00
Cedric Beust
10967067f7
Fix excluded dependencies.
2017-02-18 08:05:17 -08:00
Cedric Beust
58d5101e11
0.935.
2017-02-17 13:44:32 -08:00
Cedric Beust
d154700eef
Better KobaltClient display.
2017-02-17 13:44:20 -08:00
Cedric Beust
a9902f136b
Return plug-in dependencies in their own JSON section.
2017-02-17 13:44:13 -08:00
Cedric Beust
4f78e911e3
Simplify.
2017-02-17 13:43:53 -08:00
Cedric Beust
bd55768c2b
Bump JCommander.
2017-02-17 13:33:30 -08:00
Cedric Beust
b864ea5ded
Indent.
2017-02-17 13:33:22 -08:00
Cedric Beust
f677b06901
Clean up client and server.
2017-02-17 13:33:13 -08:00
Cedric Beust
205f10a53d
Reformat.
2017-02-17 13:32:51 -08:00
Cedric Beust
04810f4df8
Clear the list of dynamic plug-ins.
2017-02-17 13:32:43 -08:00
Cedric Beust
d298914636
0.934.
2017-02-17 10:41:23 -08:00
Cedric Beust
f7dd354b27
Better ProfileTest.
2017-02-17 10:38:25 -08:00
Cedric Beust
50f8e2fa10
0.933.
2017-02-17 10:09:43 -08:00
Cedric Beust
010ae24bd8
1.1.0-rc-91.
2017-02-17 10:09:35 -08:00
Cedric Beust
475bdfffdb
Better compilation error reporting.
2017-02-17 10:09:26 -08:00
Cedric Beust
54fe92fee8
Merge pull request #329 from dmitry-zhuravlev/cbeust_master
...
* fix debug of Build.kt (do not rename original source file but use temporary folder instead)
2017-02-17 07:22:47 -08:00
Dmitry Zhuravlev
1455a9a1a2
* fix debug of Build.kt (do not rename original source file but use temporary folder instead)
2017-02-17 15:45:33 +03:00
Cedric Beust
14ad4ce733
Refactor.
2017-02-16 15:45:58 -08:00
Cedric Beust
953814982f
Refactor.
2017-02-16 15:44:24 -08:00
Cedric Beust
2bb8c32243
Update comment.
2017-02-16 15:42:04 -08:00
Cedric Beust
a078865a2d
0.932.
2017-02-16 15:32:16 -08:00
Cedric Beust
832c602563
Expand —init to files and URL’s.
2017-02-16 15:32:16 -08:00
Cedric Beust
d583eb0066
Merge pull request #328 from pabl0rg/master
...
standardize use of Directive (on methods/props)
2017-02-15 10:33:48 -08:00
Juan Liska
7ad54766c0
standardize use of Directive (on methods/props)
2017-02-15 12:10:57 -06:00
Cedric Beust
6b08856b7b
Merge pull request #327 from pabl0rg/master
...
standardize BuildScript directives
2017-02-15 09:26:34 -08:00
Juan Liska
598d8b26c5
move TestConfig into separate file
2017-02-15 09:25:39 -06:00
Juan Liska
07b68e72c5
return PackageConfig from directive
2017-02-15 08:45:10 -06:00
Juan Liska
3c4a703ca1
standardize directives
2017-02-15 08:44:35 -06:00
Juan Liska
cb101cd410
return config objects from directives
2017-02-15 07:12:21 -06:00
Juan Liska
607b8a001f
tag version directive
2017-02-15 06:06:54 -06:00
Juan Liska
264d5ff8b7
return ApplicationConfig from application directive
2017-02-15 06:06:32 -06:00
Juan Liska
a5f3b6b8e7
standardize BuildScript directives
...
moved buildScript directive to Directives.kt
tagged BuildScriptConfig methods with @Directive
2017-02-15 05:23:31 -06:00
Cedric Beust
c74c2ad716
0.931.
2017-02-14 16:52:13 -08:00
Cedric Beust
951023a1b1
Not used.
2017-02-14 16:52:07 -08:00
Cedric Beust
1d231163f3
Adjust KobaltClient.
2017-02-14 16:51:54 -08:00
Cedric Beust
f38cdfff96
Compile the build file before running --server.
2017-02-14 16:51:24 -08:00
Cedric Beust
7e662035d4
Look up plugins on the pluginClassLoader first.
2017-02-14 16:51:10 -08:00
Cedric Beust
2d9dd077e6
Remove public.
2017-02-14 16:50:46 -08:00
Cedric Beust
86dec889f2
Pull a few functions up in BaseJvmPlugin.
2017-02-14 11:15:48 -08:00
Cedric Beust
23360b6077
Fix profiles.
2017-02-14 10:21:23 -08:00
Cedric Beust
92a1be7d0a
0.930.
2017-02-14 10:20:02 -08:00
Cedric Beust
456d8365bd
GITHUB-326: Fix crash with file dependencies.
...
Fixes https://github.com/cbeust/kobalt/issues/326 .
2017-02-14 10:19:44 -08:00
Cedric Beust
d948f5ec5d
Restore build file debugging.
2017-02-14 07:49:25 -08:00
Cedric Beust
630cc790af
0.929.
2017-02-13 19:35:46 -08:00
Cedric Beust
4a8826fb69
Kotlin 1.1.0-beta-38.
2017-02-13 19:35:27 -08:00
Cedric Beust
be3915e07a
Not used.
2017-02-13 16:49:00 -08:00
Cedric Beust
61459fed62
Update build with Groovy.
2017-02-13 16:48:56 -08:00
Cedric Beust
b59bf3b8c0
Groovy plug-in.
2017-02-13 16:28:04 -08:00
Cedric Beust
9cea38dedb
Refactor.
2017-02-13 16:27:42 -08:00
Cedric Beust
f2b54ec0c0
Refactor.
2017-02-13 10:39:34 -08:00
Cedric Beust
3b88ecc4dc
Doc.
2017-02-13 10:39:28 -08:00
Cedric Beust
e4f68f9348
0.928.
2017-02-13 10:13:42 -08:00
Cedric Beust
834aa09f54
Fix GITHUB-314: Couldn’t find directory “”.
...
Fix https://github.com/cbeust/kobalt/issues/314
2017-02-13 10:13:42 -08:00
Cedric Beust
5f48cb18e9
Reformat.
2017-02-13 10:13:42 -08:00
Cedric Beust
70c297951f
0.927.
2017-02-13 10:13:42 -08:00
Cedric Beust
e03b4527ad
Handle dependency exclusion for tests too.
2017-02-13 10:13:42 -08:00
Cedric Beust
262e1e3a26
kobalt-wrapper.jar.
2017-02-13 10:13:42 -08:00
Cedric Beust
1429ab0305
0.926.
2017-02-13 10:13:42 -08:00
Cedric Beust
0c8ebe4ff6
Simplify.
2017-02-13 10:13:42 -08:00
Cedric Beust
5b46033e96
kotlinc can compile directories.
2017-02-13 10:13:42 -08:00
Cedric Beust
7dc1183953
Disable animations with a system property.
2017-02-10 09:16:14 -08:00
Cedric Beust
0a0b478ba3
Fix StackOverflowError.
2017-02-10 09:15:07 -08:00
Cedric Beust
0b584c7626
0.924.
2017-02-09 15:54:55 -08:00
Cedric Beust
fecf4324dd
Don’t display progress if no terminal is available.
2017-02-09 15:49:16 -08:00
Cedric Beust
4d04cddc6e
Not needed.
2017-02-09 15:49:06 -08:00
Cedric Beust
74df3c6870
Remove travis
2017-02-09 15:14:06 -08:00
Cedric Beust
116188fb62
Document web socket logging.
2017-02-09 15:13:03 -08:00
Cedric Beust
603cea30e4
Investigating weird TeamCity error.
2017-02-09 13:56:46 -08:00
Cedric Beust
fc5d9bb2b1
Send the correct error message to the WebSocket.
2017-02-09 12:56:59 -08:00
Cedric Beust
263e755094
Disable Travis builds
2017-02-09 11:42:03 -08:00
Cedric Beust
3c58a93d45
Enable websocket debugging.
2017-02-09 11:17:05 -08:00
Cedric Beust
8deaa65a3d
0.923.
2017-02-09 10:53:36 -08:00
Cedric Beust
0d661b126f
Better separate kotlinc flag management.
2017-02-09 10:46:58 -08:00
Cedric Beust
53f9804ea0
Spark server logs.
2017-02-09 10:46:23 -08:00
Cedric Beust
e242886aa7
Remove conflicting websocket dependency.
2017-02-09 10:45:46 -08:00
Cedric Beust
7347681bae
Clean up slf4j.
2017-02-09 10:45:26 -08:00
Cedric Beust
47f7072d9c
Add optional filter for transitive closure.
2017-02-09 10:44:59 -08:00
Cedric Beust
11980ca940
Version number.
2017-02-08 14:14:27 -08:00
Cedric Beust
e9c9198327
Better error message.
2017-02-08 14:11:30 -08:00
Cedric Beust
ef68022bbd
Not used.
2017-02-08 14:11:23 -08:00
Cedric Beust
224a5d7925
Better error reporting when launching separate kotlinc.
2017-02-08 14:10:59 -08:00
Cedric Beust
138ba15f3a
Delete IDEA files
2017-02-07 18:25:40 -08:00
Cedric Beust
e4c5336147
Fix URL.
2017-02-07 16:38:56 -08:00
Cedric Beust
a7572fa2e5
Comment.
2017-02-07 16:32:04 -08:00
Cedric Beust
74262ee5be
0.922.
2017-02-07 16:29:51 -08:00
Cedric Beust
ba70a27968
Fix NPE.
2017-02-07 16:29:45 -08:00
Cedric Beust
75dda87fdd
Fix hosts for ResolveDependency.
2017-02-07 16:25:06 -08:00
Cedric Beust
8e583c5a73
Rename.
2017-02-07 13:51:19 -08:00
Cedric Beust
0f625b738a
Build.kt update.
2017-02-07 11:34:23 -08:00
Cedric Beust
caed6f9109
Fix tree display.
2017-02-07 11:33:59 -08:00
Cedric Beust
c91f372b4b
0.921.
2017-02-07 10:38:11 -08:00
Cedric Beust
358d25d57c
New syntax for build templates.
2017-02-07 10:35:55 -08:00
Cedric Beust
0885fb3e4a
Clean up the Aether.kt file.
2017-02-07 10:35:43 -08:00
Cedric Beust
9286265f0d
Remove unused Aether code.
2017-02-07 10:27:24 -08:00
Cedric Beust
f037474f36
Renaming.
2017-02-07 10:20:29 -08:00
Cedric Beust
36d2953c8c
New KobaltMavenResolver.
2017-02-07 09:56:40 -08:00
Cedric Beust
7d9d2c00ed
0.920.
2017-02-06 11:29:22 -08:00
Cedric Beust
eede58fc3b
Don’t use version ranges in the templates.
2017-02-06 11:28:17 -08:00
Cedric Beust
a3cd1ea7f2
Remove the JetBrains repo (which contains snapshots).
2017-02-06 11:24:25 -08:00
Cedric Beust
489fc867a7
Range tests.
2017-02-05 10:42:08 -08:00
Cedric Beust
27ba17ddce
Replace Aether with maven-resolver.
2017-02-05 09:27:00 -08:00
Cedric Beust
a66974c5cb
Delete DependencyManager2.
2017-02-02 11:18:36 -08:00
Cedric Beust
6a5eb20d02
IDEA files.
2017-02-01 20:47:35 -08:00
Cedric Beust
50b1ded7bb
Add isLatest
to nodes returned from the GetDependencies call.
2017-02-01 20:47:00 -08:00
Cedric Beust
2ebf932d21
Debugging dependency sending.
2017-02-01 16:14:55 -08:00
Cedric Beust
4f84b8df9a
Build fix.
2017-02-01 15:44:29 -08:00
Cedric Beust
620def64fa
1.1.0-beta-22.
2017-02-01 15:44:13 -08:00
Cedric Beust
9862f01c0d
IDEA files.
2017-02-01 15:43:45 -08:00
Cedric Beust
3c63cace42
Bump Aether.
2017-02-01 13:26:53 -08:00
Cedric Beust
9883247be3
0.918.
2017-02-01 13:18:57 -08:00
Cedric Beust
a8c01b1347
IDEA files.
2017-02-01 12:59:43 -08:00
Cedric Beust
ae450e4cbc
Fix optional dependencies problem.
2017-02-01 12:58:59 -08:00
Cedric Beust
38bb53387e
Not used.
2017-02-01 12:34:44 -08:00
Cedric Beust
2a1edb8f64
0.917.
2017-01-28 10:18:09 -08:00
Cedric Beust
36075a9d4f
—projectInfo should ignore file dependencies.
2017-01-28 10:17:26 -08:00
Cedric Beust
b4413814fc
Fix kotlinc 1.0.6 error stream weirdness.
2017-01-28 10:14:31 -08:00
Cedric Beust
1a01c85fe8
Bug due to weird behavior of split().
...
Somehow, “”.split(“ “) == arrayOf(“”).
2017-01-28 10:14:11 -08:00
Cedric Beust
1600056102
Unwanted println.
2017-01-22 09:49:13 -08:00
Cedric Beust
2719be4c66
0.916.
2017-01-22 09:44:03 -08:00
Cedric Beust
1102b85d7e
Better logging.
2017-01-22 09:19:47 -08:00
Cedric Beust
bfc787a4b4
buildScript{} support.
2017-01-22 09:19:41 -08:00
Cedric Beust
574e305399
BlockExtractor.
2017-01-20 16:23:27 -08:00
Cedric Beust
384550c62c
Delete unused class.
2017-01-20 16:23:15 -08:00
Cedric Beust
31f44773b7
0.915.
2017-01-20 12:43:15 -08:00
Cedric Beust
a40b63eec4
Added kobaltCompilerSeparateProcess flag.
2017-01-20 12:35:06 -08:00
Cedric Beust
998972f022
Add a few kotlinc -X flags.
2017-01-20 12:17:43 -08:00
Cedric Beust
b7eabecfca
0.914.
2017-01-20 10:06:30 -08:00
Cedric Beust
ceff3000d3
Update to 1.1.0.
2017-01-20 10:06:05 -08:00
Cedric Beust
5b0ccfe8cb
Not used.
2017-01-19 15:54:52 -08:00
Cedric Beust
fa2ef81e2c
NPE fix.
2017-01-19 15:54:39 -08:00
Cedric Beust
d32a84256c
Better resolution message.
2017-01-19 15:54:23 -08:00
Cedric Beust
63c9369041
0.913.
2017-01-19 15:34:55 -08:00
Cedric Beust
ec2fff5205
Forgot a file.
2017-01-19 14:56:26 -08:00
Cedric Beust
816c609c17
Add compiler version and flags in KotlinConfig.
2017-01-19 14:53:37 -08:00
Cedric Beust
48bbdfd1ff
Remove public.
2017-01-19 13:32:50 -08:00
Cedric Beust
62b193f378
0.912.
2017-01-19 13:18:17 -08:00
Cedric Beust
22468647eb
Launch Kotlin compiler in separate process.
2017-01-19 10:26:32 -08:00
Cedric Beust
915a8427f4
Extract compiler version in Constants.
2017-01-19 10:25:35 -08:00
Cedric Beust
5d9263eda9
Warnings.
2017-01-19 10:24:25 -08:00
Cedric Beust
39d0e4e464
Remove public.
2017-01-17 14:33:54 -08:00
Cedric Beust
9a249c2a6c
Adjust KotlinTestRunner.
2017-01-15 07:56:21 -08:00
Cedric Beust
a80e19d53a
Remove AndroidManifest.xml.
2017-01-14 18:16:41 -08:00
Cedric Beust
991887e280
Add <kobaltCompilerFlagss> in settings.xml.
2017-01-14 10:14:34 -08:00
Cedric Beust
fb0da19f24
Better message.
2017-01-14 10:14:14 -08:00
Cedric Beust
c01605996b
kotlin-eap-1.1.
2017-01-14 08:48:54 -08:00
Cedric Beust
230aeca03f
0.911.
2017-01-14 08:46:55 -08:00
Cedric Beust
24174b40f1
Add support for KotlinTest.
2017-01-14 08:46:26 -08:00
Cedric Beust
70e1a179f4
IDEA files.
2017-01-11 15:16:00 -08:00
Cedric Beust
a2bd140d75
Fix IDEA file.
2017-01-11 15:14:14 -08:00
Cedric Beust
6535245339
0.910.
2017-01-11 15:11:40 -08:00
Cedric Beust
6171bec8d9
Rebase.
2017-01-11 15:11:26 -08:00
Cedric Beust
32cd78f73a
IDEA files.
2017-01-11 15:10:45 -08:00
Cedric Beust
39b380f385
1.0.6.
2017-01-11 15:10:26 -08:00
Cedric Beust
1efbabe6bd
Manage github API errors better.
2017-01-11 15:10:26 -08:00
Cedric Beust
3bf91feffe
0.909.
2017-01-07 14:12:34 -08:00
Cedric Beust
e111fec8bc
IDEA files.
2017-01-07 14:12:07 -08:00
Cedric Beust
66b87981b1
1.0.6.
2017-01-07 14:11:41 -08:00
Cedric Beust
25a5ef9195
0.908.
2017-01-05 12:28:46 -08:00
Cedric Beust
ff94cc5e3f
Implements args() for application {}.
2017-01-05 12:23:55 -08:00
Cedric Beust
a5c3c93657
Set JAR_NAME correctly.
2017-01-05 12:23:31 -08:00
Cedric Beust
78c9a80937
Bump this error to level 1.
2017-01-05 11:47:37 -08:00
Cedric Beust
83c097917e
Don’t need this dependency.
2017-01-05 11:32:32 -08:00
Cedric Beust
596c0812c0
0.907.
2017-01-05 11:19:48 -08:00
Cedric Beust
5d31e55a4a
Use the correct directory for javadoc.
2017-01-05 10:22:17 -08:00
Cedric Beust
f563d274dd
Generate javadocs in {build}/docs/javadoc.
2017-01-05 10:13:52 -08:00
Cedric Beust
ffbe5491f2
Merge branch 'master' of github.com:cbeust/kobalt
2017-01-04 15:20:02 -08:00
Cedric Beust
162bf7b313
IDEA files.
2017-01-04 15:19:42 -08:00
Cedric Beust
5609bb27aa
Fix Javadoc generation.
2017-01-04 15:19:34 -08:00
Cedric Beust
df90911ff2
Merge pull request #309 from pysaumont/master
...
Reading kobalt config file
2016-12-09 09:11:48 -08:00
pysaumont
bcf723141b
Reading kobalt config file ~/.config/kobalt/settings.xml for HTTP proxy configuration using only Java standard lib
2016-12-09 13:29:50 +01:00
Cedric Beust
8589c46b43
IDEA files.
2016-12-07 13:51:06 -08:00
Cedric Beust
06194abbe4
New wrapper.
2016-12-07 13:50:52 -08:00
Cedric Beust
7ec673c41e
1.0.5.
2016-12-07 13:50:46 -08:00
Cedric Beust
8c29914193
0.906
2016-12-07 13:49:58 -08:00
Cedric Beust
744038b7af
IDEA files.
2016-12-07 13:49:51 -08:00
Cedric Beust
e2f210823e
Restore the proxy name to proxy_host.
2016-12-07 13:26:01 -08:00
Cedric Beust
a94705c1e9
Forgot the environment variable.
2016-12-06 14:44:49 -08:00
Cedric Beust
387b3b4c2e
Reformat the httpProxy patch.
2016-12-06 14:44:13 -08:00
Cedric Beust
160d955a32
Merge pull request #308 from pysaumont/master
...
Added use of proxy as set by env variable 'http_proxy'
2016-12-06 14:41:10 -08:00
pysaumont
366b635c11
Added use of proxy as set by env variable 'http_proxy'
2016-12-06 22:41:05 +01:00
Cedric Beust
7bff267b9f
0.905.
2016-10-03 13:01:30 -07:00
Cedric Beust
c9563b27d8
Fix the scripting changes that broke plugin loading.
2016-10-03 12:57:52 -07:00
Cedric Beust
4df3baf685
Travis build fix attempt
2016-09-29 10:53:02 -07:00
Cedric Beust
dbb42fd833
0.904.
2016-09-29 10:40:39 -07:00
Cedric Beust
bc4a28727f
Use direct dependencies to determine the test runner.
2016-09-29 10:40:28 -07:00
Cedric Beust
743ec4e177
Remove --logTags
2016-09-23 12:38:06 -07:00
Cedric Beust
baf6c94400
Refactor.
2016-09-23 12:30:46 -07:00
Cedric Beust
54e5669349
Remove public.
2016-09-23 12:30:09 -07:00
Cedric Beust
bed02f9678
IDEA files.
2016-09-23 12:27:30 -07:00
Cedric Beust
58a74a3e41
Forgot a dependency.
2016-09-23 12:27:01 -07:00
Cedric Beust
cb006ba2b5
0.903.
2016-09-23 12:22:15 -07:00
Cedric Beust
336ba11dcc
kotlin 1.0.4.
2016-09-23 12:22:04 -07:00
Cedric Beust
850e335843
Added autoGitTag to github and bintray configurations.
2016-09-23 12:20:44 -07:00
Cedric Beust
1b7eb08074
0.902.
2016-09-23 11:46:42 -07:00
Cedric Beust
736062ab8b
Prevent duplicate dependency tags in the .pom.
2016-09-23 11:32:50 -07:00
Cedric Beust
bee7bd84dd
provided and optional dependencies still need to be used to compile.
2016-09-23 11:15:46 -07:00
Cedric Beust
b80c996e05
Generate the correct pom file for provided().
2016-09-22 11:12:19 -07:00
Cedric Beust
91baf6e86f
Optional compile dependencies with "compileOptional(...)".
2016-09-22 11:05:39 -07:00
Cedric Beust
37ef22cccc
Reformat.
2016-09-21 13:50:32 -07:00
Cedric Beust
5a8fd219eb
Refactor.
2016-09-21 13:50:27 -07:00
Cedric Beust
ffc56002c3
Proper assisted injection.
2016-09-12 13:22:48 -07:00
Cedric Beust
8608df4618
Refactor build compilation in anticipation of scripting support.
2016-09-12 13:00:48 -07:00
Cedric Beust
d8283d6dd8
Remove final.
2016-09-12 13:00:35 -07:00
Cedric Beust
f6cef6ba5f
Forgot two files.
2016-09-07 09:57:13 -07:00
Cedric Beust
6ac1260e8b
Temporary fix for kotlinc 1.1.
2016-09-07 09:55:29 -07:00
Cedric Beust
9fb3eb87a2
Launch the test JVM with "-ea".
...
Fixes https://github.com/cbeust/kobalt/issues/303 .
2016-09-07 09:53:32 -07:00
Cedric Beust
079890b2e7
0.900.
2016-09-06 09:37:21 -07:00
Cedric Beust
b8194acd09
Fixes #304 .
...
Fixes https://github.com/cbeust/kobalt/issues/304
2016-09-06 09:37:00 -07:00
Cedric Beust
5dd11e22e5
0.899.
2016-08-12 00:24:36 -08:00
Cedric Beust
c2c4a156de
Handle zero projects more gracefully.
2016-08-12 00:24:22 -08:00
Cedric Beust
2498284043
Silly bug when there's just one project.
2016-08-12 00:24:04 -08:00
Cedric Beust
aa29172bd6
0.898.
2016-08-11 22:37:09 -08:00
Cedric Beust
eb0b4b1e0f
Make parallel builds the default.
2016-08-11 22:36:50 -08:00
Cedric Beust
39c1b6f8d3
Playing with thread log display.
2016-08-11 22:32:58 -08:00
Cedric Beust
cad5984dae
Warnings.
2016-08-11 21:25:54 -08:00
Cedric Beust
ecfe1a07fa
0.897.
2016-08-11 19:34:07 -07:00
Cedric Beust
834e48fc6d
Display regular logs.
2016-08-11 19:33:45 -07:00
Cedric Beust
c3ee130432
0.896.
2016-08-11 19:23:41 -07:00
Cedric Beust
6d9ec2c9ec
Task ordering fix.
2016-08-11 19:23:20 -07:00
Cedric Beust
906e4aa60f
0.895.
2016-08-11 03:19:51 -08:00
Cedric Beust
2da9f86de8
Unnecessary parameter.
2016-08-11 03:19:36 -08:00
Cedric Beust
34d78ec828
0.894.
2016-08-11 03:15:22 -08:00
Cedric Beust
c125f45eda
Fix task dependencies.
2016-08-11 03:15:12 -08:00
Cedric Beust
c82f044bd3
0.893.
2016-08-11 02:46:42 -08:00
Cedric Beust
31d219eb52
Fix version processor bug.
...
Fixes https://github.com/cbeust/kobalt/issues/297
The problem was that when determining the dependencies of a project from the projects it depends on, the current project was included in that collection.
2016-08-11 02:46:26 -08:00
Cedric Beust
5ed955c5f9
Use method reference.
2016-08-11 02:45:39 -08:00
Cedric Beust
e4e0838109
vals.
2016-08-11 02:37:25 -08:00
Cedric Beust
e2774bab61
0.892.
2016-08-11 00:09:39 -08:00
Cedric Beust
966cdef656
Travis
2016-08-10 23:47:54 -08:00
Cedric Beust
09ae7c00aa
Introducing --logTags.
2016-08-10 23:41:09 -08:00
Cedric Beust
4e3d727da6
Task order fix.
2016-08-10 23:20:29 -08:00
Cedric Beust
87c4dead2c
Adjust build file.
2016-08-10 22:47:31 -08:00
Cedric Beust
4652983a82
Revert "Fix dependencies."
...
This reverts commit cf0620d973
.
2016-08-10 22:41:40 -08:00
Cedric Beust
14787343b7
Refactor.
2016-08-10 22:29:54 -08:00
Cedric Beust
cf0620d973
Fix dependencies.
2016-08-10 22:29:49 -08:00
Cedric Beust
22315abe08
Compressed log work.
2016-08-11 03:43:15 -07:00
Cedric Beust
5cbb4e5f23
Fix task ordering.
2016-08-10 03:18:35 -08:00
Cedric Beust
b2eb2a37c2
Travis
2016-08-10 01:59:11 -08:00
Cedric Beust
42e6309efd
Fix Travis build
2016-08-10 01:48:02 -08:00
Cedric Beust
d29a5debb7
Warnings.
2016-08-10 01:46:44 -08:00
Cedric Beust
0569cc5dc1
Travis
2016-08-10 00:33:29 -08:00
Cedric Beust
7902645590
Sequential build
2016-08-09 23:20:11 -08:00
Cedric Beust
9498c7bb95
Add a zip file test class.
2016-08-09 22:52:29 -08:00
Cedric Beust
619fd6e698
Clean up message logic.
2016-08-09 18:16:53 -07:00
Cedric Beust
2722ee1ba7
Travis.
2016-08-09 03:18:03 -08:00
Cedric Beust
6bf2b63385
Parallel travis builds.
2016-08-09 02:59:42 -08:00
Cedric Beust
981ba0729a
Test fix.
2016-08-09 02:53:12 -08:00
Cedric Beust
5d5f8db24c
Formatting.
2016-08-09 02:53:03 -08:00
Cedric Beust
8805e1c130
Logging clean up.
2016-08-09 02:11:43 -08:00
Cedric Beust
8a672ad764
Logging.
2016-08-09 00:11:54 -08:00
Cedric Beust
6e8d5d8d1a
0.891.
2016-08-09 00:06:33 -08:00
Cedric Beust
c073be8eb0
More parallel logging work.
2016-08-09 00:06:20 -08:00
Cedric Beust
a15cd1769e
Log clean up.
2016-08-08 23:31:05 -08:00
Cedric Beust
a55256133e
Convert to reference.
2016-08-08 22:59:42 -08:00
Cedric Beust
a2c705ae6e
Build fix.
2016-08-08 17:53:21 -07:00
Cedric Beust
24c2c99ddc
Refactor to lambda.
2016-08-08 17:44:31 -07:00
Cedric Beust
54b68b0105
Introducing ILogger.
2016-08-08 17:44:19 -07:00
Cedric Beust
fa6820e440
Rename to ParallelLogger.
2016-08-08 17:37:14 -07:00
Cedric Beust
e639c72b2f
Forgot a few log functions
2016-08-07 17:32:22 -07:00
Cedric Beust
1fd362c81c
Fix log.
2016-08-07 17:32:07 -07:00
Cedric Beust
70cc94ccf0
Not used.
2016-08-07 17:31:56 -07:00
Cedric Beust
b5e9962d31
initial work on parallel logs.
2016-08-07 17:31:50 -07:00
Cedric Beust
fa86f90e31
Kotlin 1.0.4-eap-62.
2016-08-06 09:51:40 -07:00
Cedric Beust
99444740da
Handle failed range look ups better.
2016-08-06 09:45:04 -07:00
Cedric Beust
89d2239209
Thread report for parallel builds.
2016-08-05 20:31:48 -08:00
Cedric Beust
2b4fcb4cec
0.890
2016-08-04 21:07:19 -08:00
Cedric Beust
ef0c680da3
0.889.
2016-08-04 05:03:55 -08:00
Cedric Beust
ef93dd523e
Fix the version range problem.
2016-08-04 05:03:35 -08:00
Cedric Beust
896b133d66
Merge pull request #302 from DevCharly/master
...
Completed synchronization for the incremental manager.
2016-08-04 08:05:58 -07:00
DevCharly
bd0197334a
Completed synchronization for the incremental manager.
2016-08-04 16:46:53 +02:00
Cedric Beust
f8db95da8d
0.888.
2016-08-03 20:04:17 -08:00
Cedric Beust
91f21c4edb
Handle the situation where no tasks ran.
2016-08-03 20:03:54 -08:00
Cedric Beust
d7c8eec6a1
0.887.
2016-08-03 19:35:33 -08:00
Cedric Beust
4a1f12b6b3
Resolve range versions for plug-ins too.
...
Fixes https://github.com/cbeust/kobalt/issues/277
2016-08-03 19:34:20 -08:00
Cedric Beust
e67e783742
0.886.
2016-08-03 19:18:52 -08:00
Cedric Beust
afc2f38442
Rephrase.
2016-08-03 19:17:22 -08:00
Cedric Beust
75797c33c3
Better synchronization for the incremental manager.
2016-08-03 19:16:40 -08:00
Cedric Beust
1969252d16
Move the BUILD SUCCESSFUL message to the build listener.
2016-08-03 19:15:18 -08:00
Cedric Beust
635cc9cd3c
Build listeners for parallel builds.
...
Also showing timings in the build report.
2016-08-03 19:01:47 -08:00
Cedric Beust
38495b0353
Don't add test-classes to the classpath if not building tests.
...
Fixes https://github.com/cbeust/kobalt/issues/214
2016-08-03 18:32:29 -08:00
Cedric Beust
981e3fb5ac
Better version range resolution.
2016-08-03 18:14:23 -08:00
Cedric Beust
f0eb6c73e7
0.885.
2016-08-03 08:46:31 -08:00
Cedric Beust
26e647e9bd
Synchronize the writes to buildInfo.json.
2016-08-03 08:46:16 -08:00
Cedric Beust
ca03c3612c
0.884.
2016-08-03 03:46:01 -08:00
Cedric Beust
eef34e66da
Resolve range versions as soon as possible.
2016-08-03 03:45:44 -08:00
Cedric Beust
e8f7d2bce8
0.883.
2016-08-02 23:16:57 -08:00
Cedric Beust
7b396214fc
Didn't mean to commit that.
2016-08-02 23:16:28 -08:00
Cedric Beust
41bc77221d
Prune out nonexistent source directories.
2016-08-02 23:14:46 -08:00
Cedric Beust
ea06bf6743
Correct the source set.
2016-08-02 23:14:28 -08:00
Cedric Beust
f9ecc7653c
Fix transitive closure bug.
2016-08-02 23:14:15 -08:00
Cedric Beust
faa4bc17ce
Fix the version range resolution.
2016-08-02 22:52:48 -08:00
Cedric Beust
efca7320bb
Make --resolve accept only one id.
...
Necessary for version ranges, which are defined with a comma.
2016-08-02 21:37:02 -08:00
Cedric Beust
6121ec0ac3
0.882.
2016-08-01 23:09:38 -08:00
Cedric Beust
05b45e4f23
Accidentally submitted the sequential runner in the parallel one.
2016-08-01 23:09:27 -08:00
Cedric Beust
94db51b569
0.881.
2016-08-01 22:57:32 -08:00
Cedric Beust
028e360da1
Introducing parallel builds.
2016-08-01 22:57:19 -08:00
Cedric Beust
e7f06add24
Add the build listeners.
2016-08-01 03:37:05 -08:00
Cedric Beust
82e8e3699a
0.880.
2016-08-01 02:34:05 -08:00
Cedric Beust
c0b685a044
Added command "/v1/getDependencyGraph" for the IDEA plug-in.
2016-08-01 02:32:34 -08:00
Cedric Beust
5577c47185
Refactor.
2016-07-31 09:16:59 -07:00
Cedric Beust
326c59f743
Merge branch 'master' of github.com:cbeust/kobalt
2016-07-30 16:44:33 -07:00
Cedric Beust
52df394568
0.879.
2016-07-30 16:44:22 -07:00
Cedric Beust
9f04b26a0a
Only one thread to build. For now.
2016-07-30 16:44:09 -07:00
Cedric Beust
d3e008cdca
Merge pull request #295 from ethauvin/master
...
Switched from SimpleDateFormat to java.time
2016-07-30 16:31:07 -07:00
14f298bff8
Switched from SimpleDateFormat to java.time
2016-07-30 16:27:04 -07:00
Cedric Beust
203373deb8
0.878.
2016-07-30 16:26:06 -07:00
Cedric Beust
e2e8e78be6
Export the POM generator on the KobaltContext.
2016-07-30 16:25:56 -07:00
Cedric Beust
e19201de33
Merge pull request #294 from ethauvin/master
...
String changed to CharSequence in logging functions
2016-07-30 16:08:05 -07:00
Cedric Beust
2e878c3230
0.877.
2016-07-30 16:03:41 -07:00
Cedric Beust
161d51bb76
More efficient task dependency calculations.
...
Before: calling "project:assemble" would cause all dependent projects to run their own "assemble" task first, which was wasteful.
Now, dependent projects only run their "compile" tasks.
2016-07-30 16:01:52 -07:00
a8e370fcd1
String changed to CharSequence in logging functions
2016-07-30 11:58:12 -07:00
Cedric Beust
54e77e40e5
0.876.
2016-07-30 10:35:34 -07:00
Cedric Beust
c23007f82b
Better build reports.
2016-07-30 10:35:21 -07:00
Cedric Beust
8168d263e0
Fix the tests.
2016-07-30 09:46:38 -07:00
Cedric Beust
7c39abc785
Build fix.
2016-07-30 09:46:13 -07:00
Cedric Beust
f319bf5e16
Project build listeners.
2016-07-30 08:55:50 -07:00
Cedric Beust
755f305e4d
No more messages.
2016-07-30 07:43:08 -07:00
Cedric Beust
debdae0cd6
Merge branch 'master' of github.com:cbeust/kobalt
2016-07-30 07:39:33 -07:00
Cedric Beust
8c6e050d3b
Fix the CLEAN dependency.
2016-07-30 07:36:12 -07:00
Cedric Beust
007bb31ee3
Introduce build listeners and build report contributors.
2016-07-30 07:36:03 -07:00
Cedric Beust
3118d5bc47
0.875.
2016-07-29 04:16:39 -08:00
Cedric Beust
c72b6b76b6
"No tests to run".
2016-07-29 04:16:18 -08:00
Cedric Beust
f629b76658
Refactor.
2016-07-29 01:43:54 -08:00
Cedric Beust
3d91256eb6
0.874.
2016-07-29 01:43:40 -08:00
Cedric Beust
89559d5952
Better filter dependency implementation.
2016-07-29 00:09:43 -08:00
Cedric Beust
e513508807
Only return existing directories.
2016-07-28 23:53:20 -08:00
Cedric Beust
e9faa5c01f
Forgot to reorder the dependencies.
2016-07-28 23:53:04 -08:00
Cedric Beust
ba7ac04fb9
Reformat.
2016-07-28 23:52:53 -08:00
Cedric Beust
91ec783f64
Revert "Throw if a jar file can't be found."
...
This reverts commit 5a7a6d8277
.
2016-07-28 23:39:45 -08:00
Cedric Beust
18842097ff
Formatting.
2016-07-28 23:30:54 -08:00
Cedric Beust
5a7a6d8277
Throw if a jar file can't be found.
2016-07-28 23:30:44 -08:00
Cedric Beust
692f9bcbab
Unused test property file.
2016-07-28 23:30:29 -08:00
Cedric Beust
7970b5cc27
Better error message.
2016-07-28 23:30:19 -08:00
Cedric Beust
18a34a2cc9
Better classpath calculations.
2016-07-28 23:30:08 -08:00
Cedric Beust
67cb7a5360
Add transitiveClosure() to DynamicGraph.
2016-07-28 19:18:12 -07:00
Cedric Beust
c2441f939a
0.873.
2016-07-28 02:12:54 -08:00
Cedric Beust
035bf4a613
Fix test classpath for dependent projects.
2016-07-28 02:12:20 -08:00
Cedric Beust
b6cb358606
Default COMPILE scope.
2016-07-28 00:29:59 -08:00
Cedric Beust
effdb8d142
0.872.
2016-07-27 23:08:20 -08:00
Cedric Beust
bdef49fb8c
Collect the correct jar files.
2016-07-27 22:48:56 -08:00
Cedric Beust
809b91b460
Refactor test.
2016-07-26 03:08:36 -08:00
Cedric Beust
bfe00af3cd
0.871.
2016-07-26 03:05:27 -08:00
Cedric Beust
ffdb88e658
0.870.
2016-07-26 02:25:28 -08:00
Cedric Beust
6dd43daec1
Retrofit 2.1.0.
2016-07-26 02:25:05 -08:00
Cedric Beust
901447c1f6
Use a val.
2016-07-26 02:25:05 -08:00
Cedric Beust
d18c8009c8
Revamp the scopes and scope filters.
2016-07-26 02:25:05 -08:00
Cedric Beust
f9c7e488d5
Use string templates.
2016-07-25 19:58:04 -07:00
Cedric Beust
85deb1bca7
Fix tests for Windows.
2016-07-25 19:57:33 -07:00
Cedric Beust
86bd209b8c
0.869.
2016-07-25 04:32:16 -08:00
Cedric Beust
c3122e4902
Remove println.
2016-07-25 04:31:59 -08:00
Cedric Beust
e1880616a8
Fix runtime dependencies.
...
Fixes https://github.com/cbeust/kobalt/issues/283
2016-07-25 04:31:44 -08:00
Cedric Beust
d5a21c2c1a
Don't need BaseTest.
2016-07-25 03:21:37 -08:00
Cedric Beust
2ea5a6100b
Fix test.
2016-07-25 03:17:56 -08:00
Cedric Beust
d749f2ae8a
Trace for travis.
2016-07-25 03:10:30 -08:00
Cedric Beust
ac22e687ed
More refactoring.
2016-07-25 02:55:46 -08:00
Cedric Beust
bee50ce50f
Refactor test.
2016-07-25 02:53:55 -08:00
Cedric Beust
19eb7c9aeb
Tests for KobaltContext#fileFor.
2016-07-25 02:40:44 -08:00
Cedric Beust
ff2795946b
Remove import.
2016-07-25 02:40:23 -08:00
Cedric Beust
029f51f6fb
Merge pull request #293 from ethauvin/master
...
Prettyfied --profiling output
2016-07-25 13:34:18 -07:00
7fd87c5f17
Merge branch 'master' into HEAD
2016-07-25 13:10:27 -07:00
e96a3a52e4
Prettyfied --profiling output
2016-07-25 13:08:30 -07:00
Cedric Beust
33f01cdb27
Introduce KobaltContext#filefor(id).
2016-07-25 13:05:45 -07:00
Cedric Beust
bc1e26bd1a
Refactor PomGenerator.
2016-07-25 13:05:45 -07:00
Cedric Beust
60a61f0867
Formatting.
2016-07-25 13:05:45 -07:00
996bad980c
Prettyfied --profiling output
2016-07-25 11:58:47 -07:00
Cedric Beust
b02ba388da
Introduce KobaltContext#filefor(id).
2016-07-25 00:41:42 -08:00
Cedric Beust
5df0d01a21
Refactor PomGenerator.
2016-07-25 00:41:21 -08:00
Cedric Beust
095a3918f1
Formatting.
2016-07-24 23:28:31 -08:00
Cedric Beust
c2aa0b45cb
0.868.
2016-07-24 22:39:56 -08:00
Cedric Beust
888e5cde73
Added --profiling.
2016-07-24 22:39:43 -08:00
Cedric Beust
f8d2d0ed23
Tests for profiles.
2016-07-22 01:11:44 -08:00
Cedric Beust
6b1ddc2333
Rename.
2016-07-22 01:10:29 -08:00
Cedric Beust
0057611869
val
2016-07-22 01:10:20 -08:00
Cedric Beust
9decde54c4
Make private.
2016-07-22 01:10:04 -08:00
Cedric Beust
d029e654b0
Tests to make sure COMPILE scoped dependencies are resolved properly.
2016-07-21 22:17:38 -08:00
Cedric Beust
1b7987b07a
0.867.
2016-07-21 20:09:10 -07:00
Cedric Beust
f76b525f0c
Fix file path.
2016-07-21 20:08:51 -07:00
Cedric Beust
ba3bc4d216
0.866.
2016-07-21 19:57:02 -07:00
Cedric Beust
1697b96923
Actually publish to the correct local maven repo.
2016-07-21 19:56:46 -07:00
Cedric Beust
9265eb20fb
Comment.
2016-07-21 19:56:29 -07:00
Cedric Beust
84f104c2d6
0.865.
2016-07-21 04:02:48 -08:00
Cedric Beust
45e40a1397
Transitive dependencies for tests were not correct.
2016-07-21 04:02:22 -08:00
Cedric Beust
4ba5f5bee1
0.864.
2016-07-21 00:23:28 -08:00
Cedric Beust
0ca68c2c4f
Add the <modelVersion> tag to the generated pom.
...
Fixes https://github.com/cbeust/klaxon/issues/35 .
2016-07-21 00:23:21 -08:00
Cedric Beust
156f58ba82
IDEA files.
2016-07-20 23:15:53 -08:00
Cedric Beust
6aaa18e6f6
0.863.
2016-07-20 22:53:59 -08:00
Cedric Beust
74181ec892
~/.kobalt/repository is now ~/.kobalt/cache
2016-07-20 22:50:36 -08:00
Cedric Beust
8a30679966
settings.xml now uses camel case tags.
2016-07-20 22:46:00 -08:00
Cedric Beust
29dc3dd466
Formatting.
2016-07-20 21:20:39 -08:00
Cedric Beust
9d3665fe17
Merge branch 'master' of github.com:cbeust/kobalt
2016-07-21 07:18:02 -07:00
Cedric Beust
ab95e4fc75
Refactor.
2016-07-21 07:17:51 -07:00
Cedric Beust
6b32aa6e62
Merge pull request #290 from ethauvin/master
...
Added support for jvm parameters (-Dkey=value)
2016-07-20 22:44:42 -07:00
2d6c8f720c
Added support for jvm parameters (-Dkey=value)
2016-07-20 22:36:45 -07:00
Cedric Beust
67ab53f8a3
0.862.
2016-07-20 18:21:51 -07:00
Cedric Beust
c5a79ea673
Return URI's for local Maven repo paths.
...
Partial fix for https://github.com/cbeust/kobalt/issues/289
2016-07-20 18:17:06 -07:00
Cedric Beust
3562682cb4
0.861.
2016-07-20 01:18:12 -08:00
Cedric Beust
3a2ba61c6e
Fix the extractHost() missing method exception.
...
Fixes https://github.com/cbeust/kobalt/issues/287
2016-07-20 01:17:51 -08:00
Cedric Beust
5d6272065c
Description and URL for the pom file.
2016-07-20 01:17:51 -08:00
Cedric Beust
e24d9cea76
Merge pull request #288 from ethauvin/master
...
Fixed kobaltw for TravisCI
2016-07-20 13:15:52 -07:00
c0a2881ca0
Fixed kobaltw for TravisCI, also now handles directory names with space in them.
2016-07-20 13:05:11 -07:00
Cedric Beust
67a5a670e9
0.860.
2016-07-19 21:48:24 -08:00
Cedric Beust
2251a1254a
Introducing ILocalMavenRepoPathInterceptor.
2016-07-19 21:45:44 -08:00
Cedric Beust
19d18bce82
Not needed, we already have localMaven().
2016-07-19 21:45:02 -08:00
Cedric Beust
f31c092acf
Merge pull request #286 from ethauvin/master
...
Batch file installation (Take 2)
2016-07-20 06:18:28 -07:00
Cedric Beust
6ec5aa8994
Changed fix for Gygwin/MinGW to handle Windows specifically.
...
Switched kotbaltw to bourne shell.
kobaltw.bat now created by default.
2016-07-20 03:00:33 -07:00
Cedric Beust
53ba3a4c0c
0.859.
2016-07-19 16:41:58 -07:00
Cedric Beust
ccd65b1baf
Log.
2016-07-19 16:41:46 -07:00
Cedric Beust
e24847d231
0.858.
2016-07-19 01:01:01 -08:00
Cedric Beust
868abad621
Rename.
2016-07-19 01:00:49 -08:00
Cedric Beust
b5c81c4e8d
Faster .jarFile.
2016-07-19 01:00:40 -08:00
Cedric Beust
80f732bb00
Typo.
2016-07-18 23:49:49 -08:00
Cedric Beust
91c6463c2e
0.857.
2016-07-18 23:48:46 -08:00
Cedric Beust
c1c43e961a
0.856.
2016-07-18 23:44:28 -08:00
Cedric Beust
d37827ce93
Return pairs for benchmark functions.
2016-07-18 23:44:28 -08:00
Cedric Beust
db1207ac04
Logging.
2016-07-18 23:44:28 -08:00
Cedric Beust
0760533444
Use Aether for transitive dependencies.
2016-07-18 23:44:28 -08:00
Cedric Beust
c7d1dc4a8d
Better default test directive.
2016-07-18 23:44:28 -08:00
Cedric Beust
da8728f5f6
Merge pull request #284 from ethauvin/master
...
Fix kobatlw shebang for Cygwin/MinGW.
2016-07-19 10:02:25 -07:00
e061db2d1b
Fix kobatlw shebang for Cygwin/MinGW.
2016-07-19 09:50:53 -07:00
Cedric Beust
ad7fe6c48f
Rename test includes.
2016-07-18 02:16:37 -08:00
Cedric Beust
ce3daac4f4
IDEA file
2016-07-18 01:38:50 -08:00
Cedric Beust
700c782a1e
warn only if level >= 2
2016-07-18 01:34:46 -08:00
Cedric Beust
d08cda0e1f
0.854.
2016-07-18 01:31:05 -08:00
Cedric Beust
9f141e0e4a
public
2016-07-18 01:30:41 -08:00
Cedric Beust
4353e438a1
Can't be null.
2016-07-18 01:30:05 -08:00
Cedric Beust
20b37cfc88
Reformat.
2016-07-18 01:29:56 -08:00
Cedric Beust
f73315d97a
Support internal.
2016-07-18 01:29:13 -08:00
Cedric Beust
9d582d5215
Relative path.
2016-07-17 23:27:13 -08:00
Cedric Beust
33eb4b0908
Relative paths.
2016-07-18 07:14:15 -07:00
Cedric Beust
fec0b6c713
Better logging.
2016-07-18 07:13:15 -07:00
Cedric Beust
465b763aba
First pass at different compiler args.
2016-07-17 18:18:01 -07:00
Cedric Beust
a3c5489040
Merge branch 'master' of github.com:cbeust/kobalt
2016-07-16 19:31:22 -07:00
Cedric Beust
669b6cf6cb
Remote duplicate paths.
2016-07-16 19:09:07 -07:00
Cedric Beust
6454ff28e2
Merge pull request #281 from ethauvin/master
...
Validate current directory.
2016-07-15 11:25:51 -07:00
a8d07023c9
Validate current directory.
2016-07-15 11:09:17 -07:00
Cedric Beust
a413823198
Reformat.
2016-07-13 17:43:59 -07:00
Cedric Beust
c6072710fe
Merge pull request #280 from ethauvin/master
...
Fix for --log -2 undocumented "quiet" feature.
2016-07-13 17:42:39 -07:00
89655f4b46
Fix for --log -2 undocumented feature.
2016-07-13 17:37:40 -07:00
Cedric Beust
4718fa2f85
0.853.
2016-07-13 02:45:39 -08:00
Cedric Beust
fdd18a3573
Exclude $ classes from being run by Unit.
...
Fixes https://github.com/cbeust/kobalt/issues/251 .
2016-07-13 02:45:08 -08:00
Cedric Beust
3ac313b7bf
Better message when a dependency can't be resolved.
2016-07-13 02:24:20 -08:00
Cedric Beust
e6efdc2f75
Merge pull request #279 from sargunster/shebang
...
Always generate the shebang line
2016-07-12 20:10:07 -07:00
Sargun Vohra
61f1c7c626
Always generate the shebang line
2016-07-12 22:58:11 -04:00
Cedric Beust
3ced5ffd10
0.852.
2016-07-12 18:59:22 -07:00
Cedric Beust
46b2c54022
IDEA files.
2016-07-12 18:27:38 -07:00
Cedric Beust
e3c0b4dd0a
Fix tests.
2016-07-12 18:27:31 -07:00
Cedric Beust
3975f73318
Comments.
2016-07-12 03:48:30 -08:00
Cedric Beust
97423c6b68
Typo.
2016-07-12 03:29:25 -08:00
Cedric Beust
77af90c077
0.851.
2016-07-12 03:21:45 -08:00
Cedric Beust
49fd4d8708
Fix profile regexp.
2016-07-12 03:21:30 -08:00
Cedric Beust
bf1863db32
Fix the profile rebuild.
...
Fixes https://github.com/cbeust/kobalt/issues/278
2016-07-12 03:19:17 -08:00
Cedric Beust
e7407fdcf8
Fix version for debug.
2016-07-12 03:18:28 -08:00
Cedric Beust
05ba43b599
0.850.
2016-07-12 02:31:17 -08:00
Cedric Beust
da9e8815f3
Always recompile the build file is a profile is given.
2016-07-12 02:31:02 -08:00
Cedric Beust
ba2f274ee1
Not used.
2016-07-12 02:22:32 -08:00
Cedric Beust
d577a785c5
This fix broke task ordering, need to investigate.
2016-07-12 02:22:23 -08:00
Cedric Beust
63f02f86bf
Better log.
2016-07-12 02:21:59 -08:00
Cedric Beust
ec3edce536
0.849.
2016-07-12 01:58:00 -08:00
Cedric Beust
0e2cfc69fb
Log profiles.
2016-07-12 01:57:40 -08:00
Cedric Beust
7030c98b98
Fix profiles.
2016-07-12 01:57:15 -08:00
Cedric Beust
d799aef805
0.848.
2016-07-12 00:31:37 -08:00
Cedric Beust
2183d3eb0f
Better defaults for the generated pom.
2016-07-12 00:31:23 -08:00
Cedric Beust
4a1fbf2f9c
Fix task ordering bug.
...
Fixes https://github.com/cbeust/kobalt/issues/276
2016-07-11 23:35:03 -08:00
Cedric Beust
1ec704e297
Update build file to new pom implementation.
2016-07-11 22:49:49 -08:00
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
Cedric Beust
c89ba121cc
Documentation.
2016-07-04 11:16:48 -07:00
Cedric Beust
6439a42e66
0.837.
2016-07-04 11:10:17 -07:00
Cedric Beust
8d6ca17d74
Kotlin 1.0.3.
2016-07-04 11:10:08 -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
Cedric Beust
4b6d53d3dd
Formatting.
2016-07-02 17:55:07 -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
4d23c1236b
Fix the test class finding bug.
...
Fixes https://github.com/cbeust/kobalt/issues/254
2016-07-02 00:28:47 -07:00
Cedric Beust
c6561d92eb
Faster.
2016-07-01 17:32:01 -07:00
Cedric Beust
e675034d74
0.834.
2016-07-01 17:25:18 -07:00
Cedric Beust
8efdfc2a04
Better handling of Java/Kotlin mixed projects.
2016-07-01 17:25:03 -07:00
Cedric Beust
3fb4959129
Formatting.
2016-07-01 17:13:52 -07:00
Cedric Beust
f31c2a5c49
Better toString().
2016-07-01 03:52:50 -08:00
Cedric Beust
35f4117ca9
Merge pull request #252 from DevCharly/issue-244-fix
...
fix #244 : support "project related tasks"
2016-07-01 14:49:08 -08:00
DevCharly
2cbe3ad560
#244 : removed no longer necessary check for unknown task in createGraph2()
2016-07-02 00:40:05 +02:00
DevCharly
8399171d3f
fix #244 : support "project related tasks" (e.g. dynamic task defined for a single project)
2016-07-01 23:57:53 +02:00
Cedric Beust
7779c37a0b
toString() for TaskInfo.
2016-07-01 03:24:20 -08:00
Cedric Beust
9271aaf398
Formatting.
2016-06-30 21:46:41 -08:00
Cedric Beust
d9ea1dae02
0.833.
2016-06-30 04:11:17 -08:00
Cedric Beust
53c6f696b9
Better selection of test classes.
2016-06-30 04:09:24 -08:00
Cedric Beust
df77d9eb52
Update Kotlin jar files.
2016-06-29 22:28:24 -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
0d2a206c5e
Update to Kotlin 1.0.3.
2016-06-29 22:12:17 -08:00
Cedric Beust
94e2e7081c
Add "name" property to CompilerDescription.
2016-06-29 22:12:10 -08:00
Cedric Beust
1cea9e7fad
Better checkVersions.
2016-06-29 01:44:40 -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
443ed190cb
public
2016-06-27 02:21:50 -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
040bcd173b
KDoc.
2016-06-27 02:20:44 -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
71150c6df2
Fix output classes.
2016-06-27 01:33:26 -08:00
Cedric Beust
0b8b5d0dc8
0.827.
2016-06-27 01:25:19 -08:00
Cedric Beust
7978195fd4
IDEA files.
2016-06-27 01:22:47 -08:00
Cedric Beust
862b66e791
1.0.2-1.
2016-06-27 01:21:34 -08:00
Cedric Beust
43aa925da6
Runtime.
2016-06-27 01:21:14 -08:00
Cedric Beust
d85048f27b
Kobalt compiler to 1.0.2-1.
2016-06-27 01:21:02 -08:00
Cedric Beust
539c6cbda3
Fix --checkVersions to work with Aether.
2016-06-27 01:20:45 -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
eb575abc14
IDEA file.
2016-06-24 18:51:26 -07:00
Cedric Beust
8c3eed58df
0.824.
2016-06-24 04:14:26 -08:00
Cedric Beust
c5ce3e853c
Reformat.
2016-06-24 04:14:15 -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
364c696a55
IDEA files.
2016-06-24 02:43:30 -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
3ad8cb5798
Better manifest packaging logic.
2016-06-22 22:53:29 -08:00
Cedric Beust
09dcd84f79
Update the client.
2016-06-22 01:29:29 -08:00
Cedric Beust
1745194f5f
Log level.
2016-06-22 01:29:21 -08:00
Cedric Beust
5eb92ed10b
Track dependencies downloaded on the server's websocket.
2016-06-22 01:29:11 -08:00
Cedric Beust
a52dd19f3f
Comment.
2016-06-15 03:36:15 -08:00
Cedric Beust
f1e75223a3
First version of the WebSocket server.
2016-06-15 03:31:59 -08:00
Cedric Beust
c52da23354
0.818.
2016-06-14 23:43:35 -08:00
Cedric Beust
182345d8e2
Better jar default naming.
2016-06-14 23:43:20 -08:00
Cedric Beust
960472be68
Forgot a set of interceptors.
2016-06-14 23:19:49 -08:00
Cedric Beust
389e934788
0.817.
2016-06-14 22:57:37 -08:00
Cedric Beust
c069483490
Fix duplicate projects.
2016-06-14 22:57:14 -08:00
Cedric Beust
ccdfceceea
0.816.
2016-06-14 22:35:55 -08:00
Cedric Beust
24d5f3c1d4
0.815.
2016-06-14 22:33:19 -08:00
Cedric Beust
d8bbe547ae
Add support for native dependencies.
2016-06-14 22:33:02 -08:00
Cedric Beust
438e72038a
Don't warn if a .jar can't be found.
2016-06-14 21:00:18 -08:00
Cedric Beust
be866c17b3
Merge pull request #248 from dmitry-zhuravlev/master
...
proxy handling improved
2016-06-15 04:27:16 -08:00
Dmitry Zhuravlev
4b17dade8e
Merge branch 'master' of https://github.com/cbeust/kobalt
2016-06-14 15:57:27 +03:00
Dmitry Zhuravlev
e9416db9e7
* proxy handling improved for repositories defined in transitive dependencies.
...
proxy config now looks like:
<proxies>
<proxy>
<host>mycompany.com</host>
<port>3128</port>
<type>http</type>
<nonProxyHosts>localhost</nonProxyHosts>
</proxy>
<proxy>
<host>mycompany.com</host>
<port>3128</port>
<type>https</type>
<nonProxyHosts>localhost</nonProxyHosts>
</proxy>
</proxies>
2016-06-14 15:56:32 +03:00
Cedric Beust
d9b0e3a40c
TestNG 6.9.11.
2016-06-12 21:55:32 -08:00
Cedric Beust
13de094651
Refactor test.
2016-06-12 19:44:12 -07:00
Cedric Beust
b287615c11
0.814.
2016-06-11 14:58:31 -07:00
Cedric Beust
bf74f310b1
Refactor test.
2016-06-11 14:57:45 -07:00
Cedric Beust
cd77dc39a4
Forgot simple case.
2016-06-11 14:54:14 -07:00
Cedric Beust
e276f3b6d5
Handle tasks with no project.
2016-06-10 22:19:00 -08:00
Cedric Beust
f8746460be
Typo.
2016-06-10 22:18:48 -08:00
Cedric Beust
95ad0d101f
0.813.
2016-06-10 22:13:34 -08:00
Cedric Beust
7e983ed529
GITHUB-231: Fix the incorrect order of builds.
...
Fixes https://github.com/cbeust/kobalt/issues/231
2016-06-10 22:13:10 -08:00
Cedric Beust
5a540f3474
Not used.
2016-06-09 22:40:26 -08:00
Cedric Beust
f6dca7492f
Merge pull request #245 from DevCharly/install-dynamic-tasks
...
no longer iterate over projects in TaskManager.installDynamicTasks()
2016-06-10 08:56:02 -07:00
DevCharly
795949e8b5
no longer iterate over projects in TaskManager.installDynamicTasks()
...
as discussed here https://github.com/cbeust/kobalt/issues/244#issuecomment-225211217
2016-06-10 17:52:08 +02:00
Cedric Beust
7dea679e49
0.812.
2016-06-09 05:37:38 -08:00
Cedric Beust
db15c8ef5b
Fix the build path.
2016-06-09 05:37:24 -08:00
Cedric Beust
58ad7179d5
0.811.
2016-06-08 20:23:44 -08:00
Cedric Beust
3ed10c90e6
GITHUB-240: Fix mixed compilation.
...
Fixes https://github.com/cbeust/kobalt/issues/240
2016-06-08 20:23:20 -08:00
Cedric Beust
25629e4cf7
val
2016-06-08 20:22:54 -08:00
Cedric Beust
ef7c3cd92c
Format.
2016-06-08 19:15:36 -08:00
DevCharly
31a905b3a4
fixed incremantal building of fatJar: the timestamps of the included jars and classes folders of other projects were not cheched
2016-06-08 14:53:03 +02:00
Cedric Beust
4010bd3ca1
Comments.
2016-06-08 02:44:17 -08:00
Cedric Beust
b4c2594f39
Fix PomTest.
2016-06-08 02:37:34 -08:00
Cedric Beust
2b78c0765d
val.
2016-06-08 02:37:14 -08:00
Cedric Beust
937e095eb7
Not needed.
2016-06-08 02:37:05 -08:00
Cedric Beust
a5fbae6c65
Rename.
2016-06-08 02:36:53 -08:00
Cedric Beust
3da2b70558
Log.
2016-06-08 02:36:42 -08:00
Cedric Beust
a493cbc11e
vals.
2016-06-08 02:07:16 -08:00
Cedric Beust
aaf5e4826b
Refactor.
2016-06-07 22:41:01 -08:00
Cedric Beust
1b065c8d50
Clean up the streams.
2016-06-07 22:40:05 -08:00
Cedric Beust
82b5c636d0
Better look up of the compiler jar file.
2016-06-07 22:32:12 -08:00
Cedric Beust
a83e1f4a7d
Remove dependency on kotlinx.dom.
2016-06-07 21:48:47 -08:00
Cedric Beust
7ae8f190b1
Reformat.
2016-06-07 21:15:18 -08:00
Cedric Beust
a9b8594a83
Change md5 implementation to checksum timestamps instead of files.
2016-06-07 21:09:11 -08:00
Cedric Beust
5587eb33bc
Formatting.
2016-06-07 21:08:53 -08:00
Cedric Beust
00612cebf5
Restore caches
2016-06-08 06:08:53 -07:00
Cedric Beust
80c24076ac
Build travis in two phases
2016-06-08 06:07:25 -07:00
Cedric Beust
9204c22bbd
More memory
2016-06-08 06:00:01 -07:00
Cedric Beust
81a534fb29
More memory
2016-06-08 05:53:19 -07:00
Cedric Beust
24f67b2866
Reduce log level for Travis
2016-06-08 05:44:24 -07:00
Cedric Beust
cd51c85a40
+x flag
2016-06-08 05:36:31 -07:00
Cedric Beust
e5ff564345
Travis builds
2016-06-08 05:33:56 -07:00
Cedric Beust
99ec586877
Fix test for Windows.
2016-06-07 23:40:00 -07:00
Cedric Beust
5fcffb0241
Test for build order.
2016-06-07 01:16:59 -08:00
Cedric Beust
ff7402b24f
0.810.
2016-06-07 00:44:00 -08:00
Cedric Beust
1ca58b95f2
toString().
2016-06-07 00:43:51 -08:00
Cedric Beust
b2fea9b7e0
Rename.
2016-06-07 00:43:46 -08:00
Cedric Beust
80a31bbb9b
Fix the build order.
2016-06-07 00:43:41 -08:00
Cedric Beust
095a2310f0
Remove travis caches.
2016-06-06 22:27:00 -08:00
Cedric Beust
5a963252f8
0.809.
2016-06-06 22:08:44 -08:00
Cedric Beust
ff1e3c2d13
GITHUB-230: Fail build if invalid project requested.
...
Fixes https://github.com/cbeust/kobalt/issues/230
2016-06-06 22:08:30 -08:00
Cedric Beust
5b2ed94655
0.808.
2016-06-06 21:03:13 -08:00
Cedric Beust
f695fdf38c
Logs.
2016-06-06 21:00:07 -08:00
Cedric Beust
b9924d3b69
Merge pull request #239 from DevCharly/fatjar-classes-fix
...
fixed fatJar for projects in subdirectories that depend on other projects
2016-06-07 08:57:35 -07:00
Cedric Beust
f07ae9cec6
Merge pull request #236 from DevCharly/mkdirs-fix
...
fixed creation of classes directory at wrong parent
2016-06-07 08:49:37 -07:00
DevCharly
d3a70a25a8
delete jar if exception occurs while creating it (otherwise incremental build does not work on next run)
2016-06-07 17:28:20 +02:00
DevCharly
cbbe9cbeb7
fixed fatJar for projects in subdirectories that depend on other projects
...
E.g. building p2 (see below) failed with
`java.lang.AssertionError: File should exist: p2\p1\kobaltBuild\classes`
because `p2.directory is != "."`
```
val p1 = project {
name = "p1"
directory = name
}
val p2 = project(p1) {
name = "p2"
directory = name
assemble {
jar {
fatJar = true
}
}
}
```
2016-06-07 16:58:18 +02:00
DevCharly
a005a14db5
avoid adding empty "classes" directory entry to Jar file
...
(this did add the empty "classes" directory to kobalt-0.xxx.jar)
2016-06-07 15:33:11 +02:00
DevCharly
0f6820c30f
fixed typo in log of Io.mkdir()
2016-06-07 10:29:02 +02:00
DevCharly
ca122ee55a
fixed creation of classes directory at wrong parent (project.buildDirectory is relative to project.directory!)
2016-06-07 10:26:48 +02:00
Cedric Beust
a068ecd048
Merge pull request #234 from DevCharly/exit-on-exceptions
...
exit Kobal process on exceptions (fixes #229 )
2016-06-06 08:39:23 -07:00
DevCharly
ec933143ad
exit Kobal process on exceptions ( fixes #229 )
2016-06-06 16:43:18 +02:00
Cedric Beust
9e563e3d8f
0.807.
2016-06-06 07:16:07 -07:00
Cedric Beust
db44790403
Merge pull request #233 from dmitry-zhuravlev/master
...
#232
2016-06-06 07:12:26 -07:00
Dmitry Zhuravlev
e0dc269a89
* #232 This fix will allow to debug Build.kt files in Kobalt projects
2016-06-06 17:10:37 +03:00
Cedric Beust
048769f1ad
0.806.
2016-06-03 02:39:53 -08:00
Cedric Beust
f616bcee17
Clean up apt work.
2016-06-03 02:39:44 -08:00
Cedric Beust
e494e1a6b4
0.805.
2016-06-03 02:06:29 -08:00
Cedric Beust
5645d54e35
If kapt{} detected, run javac before kotlinc.
2016-06-03 02:06:23 -08:00
Cedric Beust
e891025928
0.804.
2016-06-02 23:37:54 -08:00
Cedric Beust
a4a044c6b9
kapt work.
2016-06-02 23:37:39 -08:00
Cedric Beust
814eb57396
Refactor.
2016-06-02 21:29:51 -08:00
Cedric Beust
7b8b0bbfc1
Extract the compiler logic so apt can call it.
2016-06-02 21:28:32 -08:00
Cedric Beust
6873c1fba4
Clean up build file.
2016-06-02 22:02:01 -07:00
Cedric Beust
0f9e9ae58d
Merge branch 'master' of github.com:cbeust/kobalt
2016-06-02 21:53:23 -07:00
Cedric Beust
f4b56981ea
Bump log level to investigate travis failures
2016-06-02 21:53:13 -07:00
Cedric Beust
f25ed2bd5e
Merge pull request #228 from jaredsburrows/update-deps
...
Update deps
2016-06-02 21:44:04 -07:00
Jared Burrows
709dec19b3
Update deps
2016-06-02 21:20:18 -07:00
Cedric Beust
4c35b9d40f
Merge pull request #227 from evanchooly/master
...
readd support for auto-publishing
2016-06-02 19:37:40 -07:00
evanchooly
634e319e5c
readd support for auto-publishing
2016-06-02 22:28:13 -04:00
Cedric Beust
3ca7b95584
0.803.
2016-06-02 02:49:26 -08:00
Cedric Beust
5b9ac78f24
Bump retrofit.
2016-06-02 02:49:15 -08:00
Cedric Beust
995706c8b7
Better plugin class loading.
2016-06-02 02:49:08 -08:00
Cedric Beust
744f2ab052
Initialize variant so it's ready for plugins in apply().
2016-06-02 02:49:00 -08:00
Cedric Beust
10d8fe0149
0.802.
2016-06-01 23:10:05 -08:00
Cedric Beust
b1b9c0472c
GITHUB-216: Source directories were leaking across projects.
...
Fixes https://github.com/cbeust/kobalt/issues/216
2016-06-01 23:08:08 -08:00
Cedric Beust
c71195e31d
0.801.
2016-06-01 21:39:46 -08:00
Cedric Beust
d04879dde5
GITHUB-220: Apt fix
...
Fixes https://github.com/cbeust/kobalt/issues/220
2016-06-01 21:39:28 -08:00
Cedric Beust
6e32b4ade2
Update to Kotlin 1.0.2.
2016-06-01 21:23:41 -08:00
Cedric Beust
48b5ad631d
0.800.
2016-06-01 21:09:28 -08:00
Cedric Beust
9e8d335a05
Minor fixes to KobaltClient.
2016-06-01 21:07:58 -08:00
Cedric Beust
0dd42bf3d4
Comments.
2016-06-01 21:07:44 -08:00
Cedric Beust
e8f5ca1684
Merge pull request #225 from DevCharly/plugins-from-directories
...
support using plugins from directories
2016-06-02 09:04:33 -07:00
DevCharly
2328287e03
support using plugins from directories (e.g. from IDE output folder, which makes plugin development easier)
...
val p = plugins("my-plugin/classes")
2016-06-02 17:58:38 +02:00
Cedric Beust
1248d95be3
Merge pull request #224 from DevCharly/kobaltw-bat-fix
...
fixed wrapper path in dist/kobaltw.bat
2016-06-02 08:51:16 -07:00
DevCharly
b6414f7740
fixed wrapper path in dist/kobaltw.bat
2016-06-02 17:26:55 +02:00
Cedric Beust
898d7dcc0d
Merge pull request #222 from evanchooly/master
...
fix pom uploading with retrofit
2016-06-01 22:28:40 -07:00
evanchooly
68b499061d
fix pom uploading with retrofit
2016-06-02 00:38:58 -04:00
Cedric Beust
21e2d89fdc
Actual transitive closure.
2016-05-31 23:50:43 -08:00
Cedric Beust
c8be1d8dd4
0.799.
2016-05-31 23:43:50 -08:00
Cedric Beust
a08b8852e8
GITHUB-212: Honor project dependencies for single task targets.
...
Fixes https://github.com/cbeust/kobalt/issues/212
2016-05-31 23:43:50 -08:00
Cedric Beust
85347e9ac5
Merge pull request #219 from DevCharly/interceptor-typo
...
fixed typo (Incerceptor -> Interceptor)
2016-06-01 10:01:01 -07:00
DevCharly
93fe8a25f1
fixed typo (Incerceptor -> Interceptor)
2016-06-01 18:57:59 +02:00
Cedric Beust
05984df3e7
0.798.
2016-05-31 21:45:51 -08:00
Cedric Beust
d198d5e6a1
Return all the tasks in the getDependencies() command.
2016-05-31 21:44:02 -08:00
Cedric Beust
27edec8f7a
IDEA files: fix bogus paths pointing to .m2.
2016-05-31 21:13:24 -08:00
Cedric Beust
557b4b6b45
0.797.
2016-05-31 21:01:50 -08:00
Cedric Beust
a51ad75e7e
Merge pull request #217 from DevCharly/jar-timestamp-fix
...
fixed timestamps in created JAR files (was 1970-01-01 00:00)
2016-06-01 09:00:08 -07:00
DevCharly
7b251f4d8e
fixed timestamps in created JAR files (was 1970-01-01 00:00)
2016-06-01 11:59:30 +02:00
Cedric Beust
37fc552476
0.796.
2016-05-31 21:25:35 -07:00
Cedric Beust
c1d3d80dfa
Warning.
2016-05-31 21:25:12 -07:00
Cedric Beust
028bbc1a4d
0.795.
2016-05-31 20:42:09 -07:00
Cedric Beust
ecfdb2cf4f
0.794.
2016-05-31 20:36:00 -07:00
Cedric Beust
af846f2e20
Fix classpath.
2016-05-31 20:35:45 -07:00
Cedric Beust
276f9e9602
0.793.
2016-05-30 12:52:59 -07:00
Cedric Beust
f89688ae19
GITHUB-215: Bug in dependent project classpath.
...
Fixes https://github.com/cbeust/kobalt/issues/215
2016-05-30 12:52:42 -07:00
Cedric Beust
6ac16074f0
private
2016-05-30 12:22:18 -07:00
Cedric Beust
31b79c7e50
[GITHUB-214] Extra "test-classes" directory in the classpath.
...
Fix https://github.com/cbeust/kobalt/issues/214
2016-05-30 12:22:08 -07:00
Cedric Beust
0850444863
0.792.
2016-05-29 07:51:20 -07:00
Cedric Beust
c2cf075b6f
Added --forceIncremental.
2016-05-29 07:51:03 -07:00
Cedric Beust
7d54179ae3
0.791.
2016-05-29 06:46:59 -07:00
Cedric Beust
e5b7c59013
Merge branch 'master' of github.com:cbeust/kobalt
2016-05-29 06:46:21 -07:00
Cedric Beust
7b3e326997
0.790.
2016-05-29 06:36:15 -07:00
Cedric Beust
7f73520579
Revert the kobaltw.bat fix.
2016-05-29 06:35:54 -07:00
Cedric Beust
4d9dd36fdd
Merge pull request #209 from dmitry-zhuravlev/master
...
#208 removing idea template
2016-05-26 08:57:42 -07:00
Dmitry Zhuravlev
e78a4e3365
* cleanup project structure: removed old libraries definition, replaced by new one (generated by Kobalt IDEA plugin)
2016-05-26 14:01:45 +03:00
Dmitry Zhuravlev
5990e4baa8
#208 removing idea template
2016-05-26 13:52:32 +03:00
Cedric Beust
0bd170434d
0.789.
2016-05-24 02:56:43 -08:00
Cedric Beust
baa0e94904
"install" variants didn't have their dependencies set.
2016-05-24 02:56:32 -08:00
Cedric Beust
5a67b8b9b2
0.788.
2016-05-23 21:34:08 -08:00
Cedric Beust
49041faa98
Fix Variant bug.
2016-05-23 21:26:21 -08:00
Cedric Beust
f60ab09594
Merge pull request #207 from dmitry-zhuravlev/master
...
* fix wrapper execution
2016-05-24 06:13:05 -07:00
Dmitry Zhuravlev
10fd9993f8
* fix wrapper execution
2016-05-24 11:35:12 +03:00
Cedric Beust
238056cd27
0.787.
2016-05-22 23:20:21 -08:00
Cedric Beust
e166cf1288
Bug when running a variant package.
...
Fixes https://github.com/cbeust/kobalt/issues/202
2016-05-22 23:20:06 -08:00
Cedric Beust
26bc3a842e
0.786.
2016-05-21 09:30:36 -07:00
Cedric Beust
7ef80787dd
Dependencies for variants.
...
Fixes https://github.com/cbeust/kobalt/issues/204
2016-05-21 09:30:14 -07:00
Cedric Beust
24229a8714
0.785.
2016-05-19 22:23:30 -08:00
Cedric Beust
ee1c214346
Default group.
2016-05-19 22:23:13 -08:00
Cedric Beust
b36e417f0c
Simplify.
2016-05-19 22:22:00 -08:00
Cedric Beust
436ccc5a62
0.784.
2016-05-20 01:08:42 -07:00
Cedric Beust
96c8ceb25e
0.783.
2016-05-20 00:48:47 -07:00
Cedric Beust
b81e42e7e7
Test pattern should be **/*.class under the test directory.
2016-05-20 00:48:32 -07:00
Cedric Beust
ee6b00df84
Typo.
2016-05-19 05:59:16 -08:00
Cedric Beust
cc7564d9f7
Dead code.
2016-05-19 05:59:08 -08:00
Cedric Beust
55d05e09d9
0.782.
2016-05-19 05:37:11 -08:00
Cedric Beust
f4f95c0da7
[GITHUB-205] Fix flavor tasks.
...
Fixes https://github.com/cbeust/kobalt/issues/205
2016-05-19 05:36:49 -08:00
Cedric Beust
0a98317bb8
toString() for dynamic tasks.
2016-05-19 05:34:40 -08:00
Cedric Beust
798d3e28d0
0.781.
2016-05-18 20:51:18 -08:00
Cedric Beust
12b07e0bb6
Merge pull request #203 from dmitry-zhuravlev/master
...
* file encoding should be set. This will allow to inherit the right encoding from process which execute wrapper. This will fix invalid encoding on Windows (Ancii art drawing in Kobalt logger)
2016-05-19 08:46:21 -07:00
Dmitry Zhuravlev
5bc484652f
* file encoding should be set. This will allow to inherit the right encoding from process which execute wrapper.
...
This will fix invalid encoding on Windows (Ancii art drawing in Kobalt logger)
2016-05-19 16:51:08 +03:00
Cedric Beust
4b9682d10a
Logging on travis.
2016-05-15 21:48:14 -08:00
Cedric Beust
c92fa70e64
IDEA file.
2016-05-15 21:35:02 -08:00
Cedric Beust
aa929eadb5
Indent.
2016-05-16 07:17:51 -07:00
Cedric Beust
fc61e9b132
0.780.
2016-05-14 17:25:40 -07:00
Cedric Beust
ef9d3581ae
0.779.
2016-05-14 07:43:36 -07:00
Cedric Beust
4468ddfac5
[GITHUB-199] Don't display errors if a .jar file can't be resolved.
...
Fixes https://github.com/cbeust/kobalt/issues/199
2016-05-14 07:43:13 -07:00
Cedric Beust
1a76aca791
0.778.
2016-05-13 05:53:39 -07:00
Cedric Beust
55c21daaa9
[GITHUB-200] Bad jar name for the kobaltPlugin template.
...
Fixes https://github.com/cbeust/kobalt/issues/200
2016-05-13 05:53:10 -07:00
Cedric Beust
e983a6aba6
No longer needed.
2016-05-10 22:55:54 -08:00
Cedric Beust
d467c00a2a
Not sure why this test is failing on Travis.
2016-05-10 22:38:34 -08:00
Cedric Beust
ceb55704eb
Consistency.
2016-05-10 22:18:51 -08:00
Cedric Beust
f7b38b0975
0.777.
2016-05-10 22:09:30 -08:00
Cedric Beust
9563be4841
New getTemplates() endpoint for the server.
2016-05-10 22:08:56 -08:00
Cedric Beust
8537ba2035
Not necessary.
2016-05-11 05:55:22 -07:00
Cedric Beust
84f3073feb
0.776.
2016-05-10 03:16:19 -08:00
Cedric Beust
9280d3b2ac
Comment.
2016-05-10 03:16:04 -08:00
Cedric Beust
38288be20c
[GITHUB-193] Fix multiple class path contributor call.
...
Fixes https://github.com/cbeust/kobalt/issues/193
2016-05-10 03:15:26 -08:00
Cedric Beust
1207d152a0
IDEA file.
2016-05-09 21:57:12 -08:00
Cedric Beust
8edd02020f
Spark 2.5.
2016-05-09 21:56:54 -08:00
Cedric Beust
4c8d90688b
0.775.
2016-05-09 21:56:29 -08:00
Cedric Beust
b3403dba50
Fix the "ping" response.
2016-05-09 21:56:18 -08:00
Cedric Beust
24134af985
kobaltw.bat
2016-05-09 21:54:40 -08:00
Cedric Beust
c1491eb31b
Merge pull request #197 from dmitry-zhuravlev/master
...
include kobaltw.bat in distribution
2016-05-10 09:44:16 -07:00
Dmitry Zhuravlev
21320ec382
Merge branch 'master' of https://github.com/cbeust/kobalt
2016-05-10 13:11:41 +03:00
Dmitry Zhuravlev
ae95d01510
* include "kobaltw.bat" in distribution
2016-05-10 13:10:50 +03:00
Cedric Beust
72e0caecbf
Refactor.
2016-05-08 23:24:43 -08:00
Cedric Beust
d945d74375
public.
2016-05-08 23:23:44 -08:00
Cedric Beust
52e4d404bc
Tests for ITestJvmFlag{Contributor,Interceptor}.
2016-05-08 23:23:37 -08:00
Cedric Beust
86af9256a2
0.774.
2016-05-08 22:09:49 -08:00
Cedric Beust
50ef5e3269
[GITHUB-0.772] Bad flags from IJvmTestContributor.
...
Fixes https://github.com/cbeust/kobalt/issues/196
2016-05-08 22:08:57 -08:00
Cedric Beust
7ecb0dbd50
0.773.
2016-05-08 17:41:13 -07:00
Cedric Beust
2367d7aab6
Shut down the Spark server more gracefully.
2016-05-08 17:39:58 -07:00
Cedric Beust
d084718fd6
0.772.
2016-05-07 10:30:48 -07:00
Cedric Beust
1d973a2d01
0.771.
2016-05-07 08:37:11 -07:00
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
Kevin Mas Ruiz
6614bb203c
solved problem with reversed references in graph
2016-05-03 18:38:10 +02:00
Cedric Beust
9436ad1b88
Partial fix to the bintray upload bug.
2016-05-02 20:27:56 -07:00
Cedric Beust
44ac3fbcf6
0.756.
2016-05-02 03:34:16 -08:00
Cedric Beust
29d31139eb
Higher logging for Aether stuff.
2016-05-02 03:34:08 -08:00
Cedric Beust
299f556fe7
Dependency fixes.
2016-05-02 03:33:57 -08:00
Cedric Beust
cd6c03c0c3
Return pluginUrls in FindProjectResult.
2016-05-01 23:27:51 -08:00
Cedric Beust
bbfcf9c375
0.755.
2016-05-01 13:44:31 -07:00
Cedric Beust
1a0af4582d
Handle mkdirs() failing better.
...
Kind of fixes https://github.com/cbeust/kobalt/issues/181 but not really.
2016-05-01 13:39:41 -07:00
Cedric Beust
5799af8e37
Test fix.
2016-05-01 13:36:03 -07:00
Cedric Beust
b465b52ac9
Typo.
2016-05-01 13:34:14 -07:00
Cedric Beust
c1db5efff0
Verbose travis.
2016-05-01 09:12:54 -07:00
Cedric Beust
e2a5e315e6
Test for dependent projects.
2016-05-01 08:49:20 -07:00
Cedric Beust
5f475f0248
Dependent projects were no longer being added.
2016-05-01 08:49:02 -07:00
Cedric Beust
0a5f35917a
0.754.
2016-05-01 08:48:51 -07:00
Cedric Beust
bf4ed8d9c7
0.753.
2016-05-01 08:11:28 -07:00
Cedric Beust
6028276688
Fixx kobalt.properties not included in kobalt-wrapper.jar.
2016-05-01 08:09:55 -07:00
Cedric Beust
13e7aae4e8
Forgot a mkdirs().
2016-04-29 02:54:02 -08:00
Cedric Beust
3f4d4bd41e
Fix the duplicate dependent projects.
2016-04-29 02:27:31 -08:00
Cedric Beust
9281c9c969
0.752.
2016-04-28 21:46:44 -08:00
Cedric Beust
2ad60d4c5f
Was duplicating plug-in initialization.
2016-04-28 21:39:27 -08:00
Cedric Beust
29e26a6748
Fix the server response.
2016-04-28 05:57:22 -08:00
Cedric Beust
48d9173790
Put Spark in the build file.
2016-04-28 05:23:25 -08:00
Cedric Beust
412ed84582
IDEA files.
2016-04-28 05:23:16 -08:00
Cedric Beust
2727bcc3ea
0.751.
2016-04-28 05:23:07 -08:00
Cedric Beust
3474d6df5a
Kotlin runtime.
2016-04-28 05:22:51 -08:00
Cedric Beust
40d9e9ffdd
Servers.
2016-04-28 05:22:40 -08:00
Cedric Beust
e6a2ad98f7
Close the socket.
2016-04-28 05:22:20 -08:00
Cedric Beust
f79d9f9497
Jersey server.
2016-04-27 23:10:54 -08:00
Cedric Beust
4424db7e0c
Fix server.
2016-04-27 21:30:04 -08:00
Cedric Beust
8b9f2d9655
Jersey work.
2016-04-27 18:41:03 -08:00
Cedric Beust
85db1c767e
Better port loop.
2016-04-27 18:39:24 -08:00
Cedric Beust
f856082478
Merge pull request #178 from aneophyte/master
...
KobaltServer now uses the port specified in the command line argument
2016-04-28 05:34:29 -08:00
Bhasker Raj Shrestha
9c3e339123
KobaltServer now actually uses the port specified in the command line argument
2016-04-28 18:16:49 +05:45
Cedric Beust
9ecc603c24
Refactor some proxy code.
...
/cc @dmitry-zhuravlev
2016-04-26 03:06:17 -08:00
Cedric Beust
80066df24e
Merge pull request #177 from dmitry-zhuravlev/master
...
* fix proxy resolution for artifact resolving: proxy resolution should not be dependant on KobaltContext
2016-04-26 13:52:14 -08:00
Dmitry Zhuravlev
9c112bd7a1
* fix proxy resolution for artifact resolving: proxy resolution should not be dependant on KobaltContext
2016-04-27 00:48:45 +03:00
Cedric Beust
21e22161db
0.750.
2016-04-25 22:21:17 -08:00
Cedric Beust
0a9c207de4
Wrapper.
2016-04-25 22:20:11 -08:00
Cedric Beust
ffac8ca097
Send the task description too.
2016-04-25 22:18:34 -08:00
Cedric Beust
d02def081a
Rename.
2016-04-25 22:10:59 -08:00
Cedric Beust
a6cb4c3314
Support tasks in the IDEA plug-in.
2016-04-25 22:09:11 -08:00
Cedric Beust
1eeb34ca2a
0.749.
2016-04-25 21:11:24 -08:00
Cedric Beust
40e266d709
Copy the right kobalt-wrapper.jar.
2016-04-25 21:11:24 -08:00
Cedric Beust
91c15e1bf1
Better log.
2016-04-25 21:11:24 -08:00
Cedric Beust
af889c5c77
Fix #176 .
...
Fix for https://github.com/cbeust/kobalt/issues/176
2016-04-25 21:11:24 -08:00
Cedric Beust
23e0a15385
Test refactoring.
2016-04-25 19:46:54 -07:00
Cedric Beust
0d68524271
0.747.
2016-04-25 02:10:49 -08:00
Cedric Beust
bace815481
Make Kobalt reentrant.
2016-04-25 02:04:56 -08:00
Cedric Beust
fdcca3a1aa
public.
2016-04-25 02:04:25 -08:00
Cedric Beust
575adc4424
Merge pull request #174 from dmitry-zhuravlev/proxy-settings-support
...
+ Proxy support in kobalt-settings: <proxy> <host>somehost</host> <port>3128</port> <type>http</type> <!--<type>https</type>--> </proxy>
2016-04-24 07:08:51 -08:00
Dmitry Zhuravlev
68d3e5c995
+ Proxy support in kobalt-settings:
...
<proxy>
<host>somehost</host>
<port>3128</port>
<type>http</type>
<!--<type>https</type>-->
</proxy>
2016-04-23 16:31:19 +03:00
Cedric Beust
1624db10d7
Make KobaltServer more resilient.
2016-04-23 05:16:50 -08:00
Cedric Beust
8c13df5be1
.kobalt find fixes.
2016-04-23 05:15:49 -08:00
Cedric Beust
4a43d17288
Shut down actors.
2016-04-23 05:15:07 -08:00
Cedric Beust
234172a1a7
More IContributors.
2016-04-23 05:13:52 -08:00
Cedric Beust
8fe055ee91
Refactor client.
2016-04-21 23:11:15 -08:00
Cedric Beust
eb7e6d7108
KobaltServer now creates a server file with the port init.
...
~/.kobalt/kobaltServer.properties
2016-04-21 23:11:09 -08:00
Cedric Beust
315a4fc501
0.746.
2016-04-21 22:11:11 -08:00
Cedric Beust
5e876e8794
Send the tasks.
2016-04-21 22:08:49 -08:00
Cedric Beust
a4f06702b7
Unify static and dynamic tasks under ITask.
2016-04-21 21:52:16 -08:00
Cedric Beust
851bc75ce6
0.745.
2016-04-21 08:08:01 -08:00
Cedric Beust
d08fe21e24
Task management fixes.
2016-04-21 05:54:10 -08:00
Cedric Beust
1d8587278b
IDEA files.
2016-04-21 03:54:49 -08:00
Cedric Beust
c002cad81b
0.744 wrapper.
2016-04-21 01:34:01 -08:00
Cedric Beust
0febb2da1b
0.744.
2016-04-21 01:33:34 -08:00
Cedric Beust
00e6e4c295
Task management fixes.
2016-04-21 01:31:34 -08:00
Cedric Beust
62ab568bfb
Fix file dependency.
2016-04-21 01:30:17 -08:00
Cedric Beust
97ec031c52
Refactor tests.
2016-04-21 01:28:14 -08:00
Cedric Beust
202f8829b6
Less verbose.
2016-04-21 01:27:51 -08:00
Cedric Beust
6ec44d0d85
No public.
2016-04-21 01:27:41 -08:00
Cedric Beust
7f2351b1ac
Better testng detection.
2016-04-21 01:27:33 -08:00
Cedric Beust
23f3d5c426
Use the constant.
2016-04-21 01:27:16 -08:00
Cedric Beust
9c332c6d5f
Better task name.
2016-04-21 01:27:01 -08:00
Cedric Beust
be4af5dcce
Reinstall wrapper if wrapperVersion.txt not found.
2016-04-19 00:44:19 -08:00
Cedric Beust
95ca037845
More task management tests.
2016-04-19 00:42:35 -08:00
Cedric Beust
b6bd9e6c10
Refactor.
2016-04-18 19:25:25 -08:00
Cedric Beust
2401f66080
0.743.
2016-04-18 19:02:26 -08:00
Cedric Beust
b9f454a248
0.742.
2016-04-18 21:46:48 -07:00
Cedric Beust
abe65baa49
Dependent projects were no longer being returned by GetDependenciesCommand.
2016-04-18 21:41:25 -07:00
Cedric Beust
2a1442f160
Fix logger.
2016-04-18 18:54:05 -07:00
Cedric Beust
f7912f40e7
Fix local tests.
2016-04-18 18:53:57 -07:00
Cedric Beust
7d6ac61876
0.741.
2016-04-18 03:41:31 -08:00
Cedric Beust
5c428e4b00
Fix packaging dependencies.
2016-04-18 03:41:24 -08:00
Cedric Beust
b7261182e8
Fix error case.
2016-04-18 03:29:41 -08:00
Cedric Beust
7c1823941f
Travis verbosity 1.
2016-04-18 03:29:28 -08:00
Cedric Beust
9df2de5c94
0.739.
2016-04-18 03:20:13 -08:00
Cedric Beust
a9b4d23b0e
Fix log.
2016-04-18 03:11:03 -08:00
Cedric Beust
30ce95fdf2
Typo.
2016-04-18 02:53:06 -08:00
Cedric Beust
458b40eafc
Revamp the graph dependency/ordering logic.
2016-04-18 02:51:29 -08:00
Cedric Beust
2dd20b43b1
Fix test.
2016-04-16 23:48:10 -08:00
Cedric Beust
408e00c0ae
Restore the DynamicGraph name.
2016-04-17 10:29:50 -07:00
Cedric Beust
63ba0ea63e
Remove old DynamicGraph.
2016-04-17 10:28:23 -07:00
Cedric Beust
735b85a0f0
Change the tests to test DG.
2016-04-17 10:19:57 -07:00
Cedric Beust
ed9694dea2
Move test to the right place.
2016-04-17 10:13:24 -07:00
Cedric Beust
67c344931a
New graph engine.
2016-04-17 09:57:49 -07:00
Cedric Beust
c9e595a3a0
TaskManagerTest.
2016-04-17 09:57:48 -07:00
Cedric Beust
114a75b0fb
Merge pull request #170 from evanchooly/master
...
corrected bintray urls
2016-04-16 22:03:29 -08:00
evanchooly
9df503f439
removed commented out code
2016-04-16 23:21:43 -04:00
evanchooly
11a0f75589
corrected bintray urls
...
cleaned up progress output
2016-04-16 23:20:08 -04:00
Cedric Beust
e58c5cd4c8
Merge pull request #169 from evanchooly/master
...
retrofit the rest of the bintray calls. automate package creation.
2016-04-16 15:54:13 -08:00
evanchooly
af33cf0a85
retrofit the rest of the bintry calls
...
tweak the output to reflect the current file being uploaded
2016-04-16 19:18:45 -04:00
evanchooly
92118a8c23
Revert "trying to retrofit BintrayApi and add package creation support"
...
This reverts commit 2c2cd8b16b
.
2016-04-16 16:43:38 -04:00
evanchooly
124375d341
Revert "retrofit the rest of the bintry calls"
...
This reverts commit a84a721412
.
2016-04-16 16:42:23 -04:00
evanchooly
a84a721412
retrofit the rest of the bintry calls
...
tweak the output to reflect the current file being uploaded
2016-04-16 16:25:07 -04:00
evanchooly
2c2cd8b16b
trying to retrofit BintrayApi and add package creation support
2016-04-16 16:25:07 -04:00
Cedric Beust
e95b9008ac
0.738.
2016-04-14 22:43:20 -08:00
Cedric Beust
d0187f5c68
Log.
2016-04-14 22:38:11 -08:00
Cedric Beust
a38889e94f
Fix tests.
2016-04-12 23:43:27 -08:00
Cedric Beust
4db516a3fb
0.737.
2016-04-12 21:58:44 -08:00
Cedric Beust
98d4a6542c
Remove log.
2016-04-12 21:57:01 -08:00
Cedric Beust
1a029e4a56
Don't display the compiling message for build files.
2016-04-12 21:56:35 -08:00
Cedric Beust
1ffb03f660
TaskManagerTest.
2016-04-12 23:45:17 -07:00
Cedric Beust
c40867f85f
Make createGraph more generic.
2016-04-12 23:45:10 -07:00
Cedric Beust
853f49ac15
"compile" should run after "clean".
2016-04-12 23:44:42 -07:00
Cedric Beust
1d7ccecb34
Simplify.
2016-04-12 23:44:28 -07:00
Cedric Beust
07539ebc8f
Log.
2016-04-12 23:44:19 -07:00
Cedric Beust
63da02d5f5
Simplify.
2016-04-12 23:35:24 -07:00
Cedric Beust
abc45bb8c5
More generification of createGrah() for testing.
2016-04-12 21:44:25 -07:00
Cedric Beust
4ed2183dbd
Extract graph calculation.
2016-04-12 18:28:49 -07:00
Cedric Beust
63bd66cb02
public
2016-04-12 18:25:31 -07:00
Cedric Beust
916b048fb3
Remove public.
2016-04-12 18:18:24 -07:00
Cedric Beust
9e4164a790
Comment.
2016-04-12 18:15:13 -07:00
Cedric Beust
78b93c1979
0.736.
2016-04-11 20:28:19 -08:00
Cedric Beust
1e9a49ef43
Crash when no dependent projects have been found.
2016-04-11 20:27:42 -08:00
Cedric Beust
95713968fd
Fix plural.
2016-04-11 12:03:37 -07:00
Cedric Beust
db08674c8f
Fix plurals.
2016-04-11 12:02:00 -07:00
Cedric Beust
8800fb7d18
0.735.
2016-04-11 11:56:42 -07:00
Cedric Beust
eae780308c
Fix Java source directory.
2016-04-11 11:49:40 -07:00
Cedric Beust
3dc039e956
Fix plurals.
2016-04-11 10:01:12 -07:00
Cedric Beust
9ff5b52a7d
0.734.
2016-04-11 09:48:32 -07:00
Cedric Beust
494edaed90
listOf().
2016-04-11 09:48:18 -07:00
Cedric Beust
09c6f4c6ba
Fix directories.
2016-04-11 09:48:12 -07:00
Cedric Beust
a2645c779c
Comment.
2016-04-11 09:47:57 -07:00
Cedric Beust
772b07d868
0.733.
2016-04-11 09:09:45 -07:00
Cedric Beust
37b36d5e30
Adjust priorities.
2016-04-11 09:06:34 -07:00
Cedric Beust
3bec28e8e0
Fix bug mixing R.java on Kotlin sources.
...
Fix https://github.com/cbeust/kobalt-android/issues/6
2016-04-11 09:06:07 -07:00
Cedric Beust
933b50c39c
Unnecessary dependency.
2016-04-11 07:28:20 -07:00
Cedric Beust
0821c89da0
Fix XML parsing.
2016-04-11 07:27:04 -07:00
Cedric Beust
caf6b62126
0.732.
2016-04-10 20:50:15 -07:00
Cedric Beust
bb495ad054
Better logging of actually downloaded files.
2016-04-10 20:49:48 -07:00
Cedric Beust
e51664edea
Add <kobalt-compiler-version> and -repo to settings.
2016-04-10 20:49:38 -07:00
Cedric Beust
7bea179d69
Kotlin compiler should run first.
2016-04-09 11:28:50 -07:00
Cedric Beust
c23693a4f2
0.730.
2016-04-09 11:01:38 -07:00
Cedric Beust
a384fab490
Log.
2016-04-09 10:56:45 -07:00
Cedric Beust
1d72522bae
0.729.
2016-04-09 08:16:19 -07:00
Cedric Beust
f8dde671a8
Wrapper.
2016-04-09 08:11:41 -07:00
Cedric Beust
49e73489ec
0.728.
2016-04-09 08:08:39 -07:00
Cedric Beust
111343cdeb
Don't overwrite the wrapper files if the version is the same.
2016-04-09 08:08:25 -07:00
Cedric Beust
9351c9f8ce
0.727.
2016-04-09 06:12:46 -07:00
Cedric Beust
f57ad07aca
Simplify.
2016-04-09 06:11:36 -07:00
Cedric Beust
6f83fecb72
Compiler args for forked javac.
2016-04-09 06:10:40 -07:00
Cedric Beust
781128a7ea
Log.
2016-04-08 02:08:11 -08:00
Cedric Beust
965d1709b1
Wrapper.
2016-04-07 19:04:08 -08:00
Cedric Beust
fec97f25bc
0.726.
2016-04-07 19:03:09 -08:00
Cedric Beust
f29ec48ddf
Apply plug-ins after running the interceptors.
2016-04-07 19:02:26 -08:00
Cedric Beust
1a58b70a8e
Github API fix.
2016-04-07 06:23:43 -08:00
Cedric Beust
fd2c9a932f
Lazy jar get.
2016-04-07 06:23:14 -08:00
Cedric Beust
4045add7a7
0.722.
2016-04-07 06:20:29 -08:00
Cedric Beust
33f0ff2b09
Remove comment.
2016-04-07 06:05:21 -08:00
Cedric Beust
8114448935
0.721.
2016-04-05 06:54:44 -08:00
Cedric Beust
11ed432ea2
Minor refactorings.
2016-04-05 06:54:11 -08:00
Cedric Beust
640fa93d47
IDEA files.
2016-04-05 06:54:11 -08:00
Cedric Beust
9d2d536fe6
Initial work for the OSGI plug-in.
2016-04-05 06:54:11 -08:00
Cedric Beust
7b068bb111
Generate wrapperVersion.txt in .kobalt.
2016-04-02 08:10:45 -07:00
Cedric Beust
83dfe4f5e4
Initial steps to be less aggressive overwriting kobalt-wrapper.jar.
2016-04-02 08:02:28 -07:00
Cedric Beust
1d39b74001
Build fix.
2016-04-02 07:45:12 -07:00
Cedric Beust
1b11fbec6b
Logging.
2016-04-02 07:14:36 -07:00
Cedric Beust
a90ef6e6fa
Disable incremental compilation if build file was modified.
2016-04-02 07:14:32 -07:00
Cedric Beust
edeaae8c4b
Disable smart incremental build.
...
Until I can find a better way of implementing it.
2016-04-02 05:13:09 -07:00
Cedric Beust
676ab50617
0.720.
2016-04-01 22:47:42 -07:00
Cedric Beust
453097240b
Fix KobaltSettings.
2016-04-01 22:41:18 -07:00
Cedric Beust
c6f9c88d2a
Fix compiling messages.
2016-04-01 05:33:02 -08:00
Cedric Beust
2e58afa75c
Log.
2016-04-01 02:36:19 -08:00
Cedric Beust
0e0958e9f4
0.719.
2016-04-01 02:34:40 -08:00
Cedric Beust
182a9c09e2
Handle build errors better.
2016-04-01 02:31:51 -08:00
Cedric Beust
f7b92c4787
0.718.
2016-03-31 23:22:12 -08:00
Cedric Beust
a9455c92f6
Introduced --noIncremental.
2016-03-31 23:17:59 -08:00
Cedric Beust
1ae9baa97d
Make "assemble" incremental.
2016-03-31 23:01:47 -08:00
Cedric Beust
181a043047
Renaming.
2016-03-31 22:08:16 -08:00
Cedric Beust
9218a8c7a6
Introducing IIncrementalAssemblyContributor.
2016-03-31 02:40:06 -08:00
Cedric Beust
b3aab95852
Doc.
2016-03-31 02:37:16 -08:00
Cedric Beust
18d8db8aa5
0.717.
2016-03-31 02:15:34 -08:00
Cedric Beust
55d83bc1e3
Remove the (useless) cache.
2016-03-31 02:13:53 -08:00
Cedric Beust
c361a30614
Make Aether a singleton.
...
This way I can actually use its cache of dependencies that were already looked up.
2016-03-31 01:59:57 -08:00
Cedric Beust
250b777d6e
Travis.
2016-03-30 22:44:04 -08:00
Cedric Beust
c758ef37c0
Log level.
2016-03-30 22:43:59 -08:00
Cedric Beust
d19dbc908e
0.716.
2016-03-30 21:57:00 -08:00
Cedric Beust
f66515efe6
Introduce IPlugin#shutdown.
2016-03-30 21:54:49 -08:00
Cedric Beust
8d692d2b89
Travus
2016-03-30 03:57:11 -08:00
Cedric Beust
f88f8258c9
Log.
2016-03-30 03:48:26 -08:00
Cedric Beust
910df2b2d2
Log.
2016-03-30 03:30:42 -08:00
Cedric Beust
5a9302f4bd
0.715.
2016-03-30 03:13:05 -08:00
Cedric Beust
070302b210
Log.
2016-03-30 03:10:09 -08:00
Cedric Beust
f3d3a0f36f
Bad source directory.
2016-03-30 03:10:03 -08:00
Cedric Beust
fa9fff1775
Build.kt.
2016-03-30 02:52:38 -08:00
Cedric Beust
6bc36c6492
0.714.
2016-03-30 02:52:14 -08:00
Cedric Beust
3c0fb5fe06
0.712.
2016-03-30 02:22:57 -08:00
Cedric Beust
7badeb1153
compile(file()) wasn't honoring the project.directory.
2016-03-30 02:20:58 -08:00
Cedric Beust
964a5511a9
0.711.
2016-03-30 01:46:57 -08:00
Cedric Beust
ab76270ec2
Fix incremental compilation.
2016-03-30 01:44:11 -08:00
Cedric Beust
a2c7f527e5
Don't make compile depend on clean.
2016-03-30 01:43:46 -08:00
Cedric Beust
b8fffe9aca
IncrementalManager logging level.
2016-03-30 01:43:34 -08:00
Cedric Beust
57c421ebc6
0.710.
2016-03-29 21:47:53 -08:00
Cedric Beust
fac14ea45d
Wrapper.
2016-03-29 21:47:38 -08:00
Cedric Beust
80774086f1
Fix toId().
2016-03-29 21:47:32 -08:00
Cedric Beust
5efd0b855d
Traces for transitive closure.
2016-03-29 21:47:24 -08:00
Cedric Beust
dd84c53f69
0.709.
2016-03-29 21:08:32 -08:00
Cedric Beust
c982f92e39
0.708.
2016-03-30 03:50:00 -08:00
Cedric Beust
09b9488e35
Wrapper.
2016-03-30 03:49:42 -08:00
Cedric Beust
326c64c89b
Log level for Aether.
2016-03-30 03:47:01 -08:00
Cedric Beust
5b4d634743
0.707.
2016-03-29 22:56:44 -08:00
Cedric Beust
40305af8b1
Improve IClasspathDependency.
2016-03-29 22:53:29 -08:00
Cedric Beust
8871c47561
Fix the directory problem.
2016-03-28 19:12:19 -07:00
Cedric Beust
cdd1bb93d4
0.706.
2016-03-28 18:46:15 -07:00
Cedric Beust
0807053d5c
Fix #152 .
...
Always run clean before compile and assemble.
2016-03-28 18:44:43 -07:00
Cedric Beust
7d163310da
Merge branch 'master' of github.com:cbeust/kobalt
2016-03-28 18:24:59 -07:00
Cedric Beust
058097e8e1
0.705.
2016-03-28 18:12:58 -07:00
Cedric Beust
aec410b2b7
Bug in file finding.
2016-03-28 18:12:41 -07:00
Cedric Beust
fd57a698eb
Doc.
2016-03-28 10:40:54 +04:00
Cedric Beust
76cc696356
Delete ArtifactFetcher.
2016-03-28 10:40:49 +04:00
Cedric Beust
d7c41bf1ae
Cache downloaded artifacts.
2016-03-28 10:37:07 +04:00
Cedric Beust
dda854963c
Remove unused classes, fix a few tests.
2016-03-28 10:19:12 +04:00
Cedric Beust
913433dab9
0.704.
2016-03-27 18:12:29 -07:00
Cedric Beust
8e343246b9
Make the classifier part of the shortId.
2016-03-27 13:28:42 -07:00
Cedric Beust
b72b426cc3
.idea file.
2016-03-27 09:51:27 -07:00
Cedric Beust
ba86f17066
0.703.
2016-03-27 09:51:08 -07:00
Cedric Beust
cc73131a3d
Rely on Aether to parse Maven coordinates.
2016-03-27 09:46:45 -07:00
Cedric Beust
391df0c4a3
Better error handling.
2016-03-27 09:46:34 -07:00
Cedric Beust
4cf010f7e0
Silence the slf4j warnings.
2016-03-26 08:53:27 -07:00
Cedric Beust
6b32cd1c34
0.702.
2016-03-26 08:31:13 -07:00
Cedric Beust
6ff7d67a4d
IDEA files.
2016-03-26 08:26:47 -07:00
Cedric Beust
984c514fa4
Remove DependencyFactory, introduce IDependencyManager.
2016-03-26 08:26:25 -07:00
Cedric Beust
10f2344edb
0.701.
2016-03-25 12:35:38 +04:00
Cedric Beust
9cc5d62cd3
Rename DepFactory -> DependencyFactory.
2016-03-25 12:35:28 +04:00
Cedric Beust
21bc80b832
0.700.
2016-03-25 11:40:52 +04:00
Cedric Beust
a6a751d4c9
Fix kobaltw.bat
2016-03-25 11:29:58 +04:00
Cedric Beust
f67a009923
IDEA files.
2016-03-25 11:29:24 +04:00
Cedric Beust
e34d1535ff
Not needed.
2016-03-25 11:29:08 +04:00
Cedric Beust
fff031c4cc
Remove TEST_DIR.
2016-03-25 11:25:34 +04:00
Cedric Beust
a47e66c20b
New repos.
2016-03-25 11:01:37 +04:00
Cedric Beust
16f4452dde
Test parent pom.
2016-03-25 11:01:25 +04:00
Cedric Beust
bf66a44052
Delete MavenDependency.
2016-03-25 10:58:32 +04:00
Cedric Beust
6de1b4d893
Remove usages of MavenDependency.
2016-03-25 10:57:59 +04:00
Cedric Beust
c57b8c96e9
Latest version.
2016-03-25 10:03:34 +04:00
Cedric Beust
811e1bceb7
LATEST version work.
2016-03-24 22:24:44 -07:00
Cedric Beust
50641b14df
Working on LATEST.
2016-03-24 15:00:12 +04:00
Cedric Beust
22ccb868c8
Successful compilation.
2016-03-24 13:57:45 +04:00
Cedric Beust
2ef9db700c
Test.
2016-03-23 15:33:08 +04:00
Cedric Beust
60be351ddb
Return an AetherDependency here.
2016-03-23 15:33:02 +04:00
Cedric Beust
8fe524ba07
Better warning.
2016-03-23 15:32:51 +04:00
Cedric Beust
40a42b4312
AetherDependency.
2016-03-23 15:32:41 +04:00
Cedric Beust
930caf73bf
Make these lazy.
2016-03-23 15:32:15 +04:00
Cedric Beust
86e05dd17b
Comment.
2016-03-23 15:32:05 +04:00
Cedric Beust
8d4b26a0bd
Aether work.
2016-03-23 14:40:30 +04:00
Cedric Beust
2ce833c6c5
Kotlin runtime.
2016-03-22 14:42:43 +04:00
Cedric Beust
6a489d0e7e
Switched to Pom2.
2016-03-22 14:42:30 +04:00
Cedric Beust
0b84938a3f
New pom parsing work.
2016-03-22 21:10:35 +04:00
Cedric Beust
4a8ad75e0c
POM work.
2016-03-22 03:56:06 +04:00
Cedric Beust
a3c9792c12
Evaluate variables in version tags.
2016-03-22 02:34:21 +04:00
Cedric Beust
901dbd1b95
public.
2016-03-22 01:34:05 +04:00
Cedric Beust
320546d1a2
Future test for parent poms.
2016-03-21 23:00:03 +04:00
Cedric Beust
a3afc91f4d
Extract RepoFinderCallable.
2016-03-21 22:59:55 +04:00
Cedric Beust
44f901ff04
0.689 wrapper.
2016-03-21 22:33:45 +04:00
Cedric Beust
3676f18273
0.689.
2016-03-21 22:33:45 +04:00
Cedric Beust
a84bf05dd7
Fix repos.
2016-03-21 22:02:06 +04:00
Cedric Beust
3df9e4ad1c
Don't return snapshots for versionless id's.
2016-03-21 22:02:06 +04:00