Commit Graph

399 Commits

Author SHA1 Message Date
Nikita Skvortsov 6b955f1aef more complex test for android project 2013-07-12 17:53:52 +04:00
Nikita Skvortsov 6633cc28fb Added integration test with Kotlin-only project 2013-07-12 17:53:51 +04:00
Nikita Skvortsov 9bd3619fb8 Allow using Kotlin without explicit 'java' plugin 2013-07-12 17:53:50 +04:00
Nikita Skvortsov 0bb6dde60c delete extra repository. Required artifact is now available at local-repo during test exec 2013-07-12 17:53:50 +04:00
Nikita Skvortsov c10d4e8479 Code cleanup, remove extra logging 2013-07-12 17:53:49 +04:00
Nikita Skvortsov 17ae7c3544 fix android gradle test assertions 2013-07-12 17:53:48 +04:00
Nikita Skvortsov f6a834df2f fix compiler arguments leak 2013-07-12 17:53:47 +04:00
Nikita Skvortsov 3b66ff18b4 fix test 2013-07-12 17:53:46 +04:00
Nikita Skvortsov d5320adb02 Gradle Kotlin Android plugin first working variant 2013-07-12 17:53:45 +04:00
Nikita Skvortsov f5a88e851d better tests 2013-07-12 17:53:44 +04:00
Nikita Skvortsov 70e0352d38 kotlin android gradle plugin core initial revision 2013-07-12 17:53:43 +04:00
Nikita Skvortsov a0f5c4b6b0 kotlin-gradle-android plugin initial implementaion 2013-07-12 17:53:42 +04:00
Nikita Skvortsov 7ca1d41862 Android plugin stub and integration test 2013-07-12 17:53:41 +04:00
Nikita Skvortsov ad18e323b8 fix gradle plugin integration test 2013-07-12 17:53:39 +04:00
Nikita Skvortsov daa3b10e4d do not apply java plugin implicitly 2013-07-12 17:53:38 +04:00
Leonid Shalupov 4f6d09eaba KT-1870 skip deployment of docs, tests and examples 2013-07-10 15:54:36 +04:00
Leonid Shalupov abcf5616f7 KT-3725 attach empty javadocs to all artifacts except compiler and runtime 2013-07-08 02:25:04 +04:00
Leonid Shalupov d0765d5e4a KT-3725 build sources.jar for all maven modules 2013-07-08 00:56:11 +04:00
Leonid Shalupov fee0902399 KT-3725 set jar packaging for Kotlin compiler artifact 2013-07-06 17:05:51 +04:00
Evgeny Gerashchenko 343a28ac2d Ignored local Gradle repository. 2013-06-03 17:47:36 +04:00
Nikita Skvortsov 5429c1333e Tests for wrapped plugin, some polishing 2013-05-30 15:21:27 +04:00
Nikita Skvortsov 9f0acd0e98 fix tests 2013-05-30 15:21:26 +04:00
Nikita Skvortsov 308c12f45c first class loader wrapper implementation 2013-05-30 15:21:26 +04:00
Nikita Skvortsov 7e36547b38 Added wrapper module for gradle plugin 2013-05-30 15:21:25 +04:00
Nikita Skvortsov 7e58d83121 rename module 2013-05-30 15:21:25 +04:00
Leonid Shalupov 40146c6341 Merge pull request #279 from martinlau/support-for-annotation-scanning-via-maven-dependencies
Added scanning for annotations.xml entries within maven dependencies
2013-05-27 06:56:14 -07:00
Evgeny Gerashchenko ba90f07c8d Fixed compilation after renaming Name.getName()
to asString()
2013-05-22 20:52:09 +04:00
Martin Lau 7761d7d646 Added scanning for annotations.xml entries within maven dependencies 2013-05-22 12:05:05 +10:00
Nikita Skvortsov d44fd866c0 Fix gradle integration test - avoid Maven local repository reference 2013-04-17 18:46:54 +04:00
Nikita Skvortsov b74ae00b9f fix for KT-3490 copy Kotlin classes to resulting classes directory 2013-04-17 16:04:48 +04:00
Andrey Breslav 0985b124df Compilation fixed 2013-04-02 13:14:06 +04:00
Leonid Shalupov dd0acf6013 gradle: fix test 2013-04-01 18:58:59 +04:00
Leonid Shalupov 7b0e3465c2 gradle: handling of noJdkAnnotations argument 2013-04-01 18:58:56 +04:00
Nikita Skvortsov b93f7f3202 inject Kotlin classes to javac classpath carefully 2013-04-01 18:38:21 +04:00
Leonid Shalupov bbb526476e maven plugin: get jdk annotations from plugin's classpath 2013-03-30 15:42:44 +04:00
Nikita Skvortsov b9fc66ec0b filter out non-existent directories from class path 2013-03-27 15:14:25 +04:00
Nikita Skvortsov e4b5165e8a use jdk annotations from maven repository 2013-03-27 15:14:25 +04:00
Nikita Skvortsov a876ea9fd0 added kotlin plugin name 2013-03-27 15:14:24 +04:00
Nikita Skvortsov 8bfa371811 add kotlinOptions to tasks with type kotlinCompile. Allows to set kotlin compiler options directly 2013-03-27 15:14:23 +04:00
Svetlana Isakova 362770c9b1 don't generate two 'flatMap' methods(*) for Iterator
* with the same erased signature
 #KT-3373 Fixed
2013-03-25 17:34:22 +04:00
Evgeny Gerashchenko f31f98b56d Restored auto-generated warning in iterators/collections code. 2013-03-22 16:38:26 +04:00
Evgeny Gerashchenko f4a5103867 Removed old unused code from GenerateStandardLib.kt 2013-03-22 16:38:26 +04:00
Evgeny Gerashchenko ef391f0642 Reformatted code. 2013-03-22 16:38:26 +04:00
Evgeny Gerashchenko 5ccbce6de6 Got rid of "tuple" word all over the code. 2013-03-22 16:38:25 +04:00
Evgeny Gerashchenko 0b41436e7a Fixed small issues in kotlin-stdlib-gen. 2013-03-22 16:38:25 +04:00
Evgeny Gerashchenko 724257dd23 Added kotlin-stdlib-gen module. 2013-03-22 16:38:25 +04:00
Leonid Shalupov b936b56235 fix maven build 2013-03-18 23:22:41 +04:00
Leonid Shalupov d9ed2a3794 gradle: delete annotations directory: replace exception by warning 2013-03-18 19:19:56 +04:00
Leonid Shalupov 05285c8272 fix NPE with logger, delete extracted annotations 2013-03-18 19:19:55 +04:00
Andrey Breslav 01203f6be3 Fixes after review 2013-03-18 19:19:55 +04:00