Commit Graph

54 Commits

Author SHA1 Message Date
Ilya Gorbunov 479a8b7578 Add property for plugin artifact dir to zip artifacts from KotlinUltimate
Do not delete artifact dir after packing as we may need them later for tests
2017-09-20 11:51:39 +02:00
Ilya Chernikov 06532cefa2 Fix teamcity build 2017-09-19 21:37:09 +02:00
Zalim Bashorov d5867c1ee3 Changes in list of files which size is printed for TeamCity statistics
Fix path to kotlin.meta.js;
Add kotlin-test.js to list.
2017-04-25 22:40:16 +03:00
Ilya Gorbunov df44f3bfe6 Launch kotlin runtime gradle build from ant.
Fork ant to build compiler as it requires a lot of memory.
Pass build.number to gradle build.
2017-04-06 20:32:37 +03:00
Ilya Gorbunov 0df31f1223 Build kotlin-stdlib-js.jar in ant
#KT-15940
2017-01-27 22:19:40 +03:00
Ilya Gorbunov f9e552e3c2 Build kotlin-stdlib in addition to kotlin-runtime in ant build. 2017-01-24 22:38:05 +03:00
Alexander Udalov 414daef001 Rename KotlinVersion->KotlinCompilerVersion, move to module util.runtime
Rename to avoid confusion with the recently added kotlin.KotlinVersion
2016-12-07 21:11:15 +03:00
Dmitry Jemerov 54f28cab45 allow to pass compiler version number externally 2016-11-07 14:33:59 +01:00
Dmitry Jemerov be13aa0a3b Separate targets for writing compiler version and plugin version to template files 2016-10-28 15:14:08 +02:00
Dmitry Jemerov b6e1327e89 allow to specify plugin.xml version number as build script parameter 2016-10-05 16:52:21 +02:00
Nikolay Krasko 5d65951938 Make removing artifacts work with rri branches 2016-09-08 21:46:41 +03:00
Nikolay Krasko 9a54aa99fa Drop kotlin-bare-plugin (KT-11859) 2016-09-02 13:41:24 +03:00
Zalim Bashorov 060255e8f7 Fix printing file size of generated js files for TeamCity statistics 2016-08-10 15:03:56 +03:00
Yan Zhulanow ec4f1b16de Remove obsolete Android Extensions plugin 2016-01-27 17:17:47 +03:00
Zalim Bashorov 8c4deb80e5 Extract to property path to js.stdlib output dir and fix statistics for generated js files 2015-12-15 19:41:17 +03:00
Yan Zhulanow 2cbf9d7e9b Add empty Android Extensions plugin 2015-11-27 15:51:11 +03:00
Nikolay Krasko 0261a3fbbd Substitute version in bare plugin on buildserver 2015-11-19 16:08:04 +03:00
Yan Zhulanow c9c740c66b Android Extensions: IDEA versions replication is not needed anymore 2015-11-19 01:35:58 +03:00
Dmitry Jemerov 83bf5daf7f do not package kotlin-runtime and kotlin-reflect into Kotlin Android extensions zip 2015-11-17 12:24:15 +01:00
Dmitry Jemerov 8ef5adb5bd remove usages of ant-contrib from Ant build scripts 2015-07-31 14:26:57 +02:00
Pavel V. Talanov 65c6adfaa4 Drop "injector-generator" module, tests and existing generated injectors
Move GeneratorsFileUtil to "generators" module
Drop "Generate Injectors" run configuration
2015-06-26 15:21:43 +03:00
Nikolay Krasko cf62e0b999 Remove internal artifacts for rr/* branches 2015-06-05 14:29:54 +03:00
Nikolay Krasko 95e4766b3e Minor: reformat 2015-06-05 14:29:49 +03:00
Zalim Bashorov 9dd527b76c Fix printing file size for TeamCity statistics 2015-04-22 19:52:00 +03:00
Zalim Bashorov 60347e87aa Print size of some kotlin2js artifacts for TeamCity statistics 2015-04-22 16:37:55 +03:00
Alexander Udalov 150e0a4ef2 Print runtime and reflection jar sizes for TeamCity statistics 2015-04-02 21:57:02 +03:00
Yan Zhulanow 1338e0cd0a Replicate IDEA plugin versions only on TeamCity build 2015-03-26 16:12:10 +03:00
Yan Zhulanow 900c67de4e Replicate idea-version from the main plugin.xml to the android-idea-plugin plugin.xml 2015-03-24 16:43:45 +03:00
Yan Zhulanow e69a1d6aba Zip KotlinAndroidExtensions artifact 2015-03-18 13:09:49 +03:00
Alexander Udalov 8ca803775f Rename package jet -> kotlin in cli, cli-common
org.jetbrains.jet.cli -> org.jetbrains.kotlin.cli

Also fix some minor warnings
2015-01-08 23:32:07 +03:00
Evgeny Gerashchenko a231e66ec4 Packing zip with bare plugin in post_build. 2014-08-27 16:35:11 +04:00
Alexander Udalov 3f51338320 Save executable flag of kotlinc-jvm and kotlinc-js after zip archiving 2014-06-25 22:32:16 +04:00
Nikolay Krasko 063ae58d6c Remove unused verifier dependency 2013-09-11 18:38:34 +04:00
Nikolay Krasko 6641563044 Store files with the replaced version in separate folder to prevent putting them to artifacts 2013-09-02 15:31:06 +04:00
Andrey Breslav 387bf2601b Log version in JPS plugin
CompilerVersion.java is moved to cli-common (shared between compiler and JPS plugin) and renamed to KotlinVersion

This is needed because on TeamCity a JPS plugin is configured separately from the compiler, so it may happen that
JPS plugin version X tries to run compiler version X+100, and causes trouble.
2013-07-25 20:18:03 +04:00
Andrey Breslav 865665f303 dist was running twice on buildserver 2012-07-25 19:49:13 +04:00
Leonid Shalupov ffcba10773 cleanup 2012-05-07 17:39:46 +04:00
pTalanov 4830d47e83 Change path to compiler version in teamcity build. 2012-05-02 16:10:01 +04:00
Leonid Shalupov 4cd2ce81a9 pack compiler into one jar (without js yet) 2012-04-29 19:30:43 +04:00
pTalanov 272bac357d Fix for teamcity build. 2012-04-25 21:02:45 +04:00
Andrey Breslav 8442521c64 Fixing the order of tasks to have the code compiled after the version is put there 2012-03-29 15:44:34 +04:00
Andrey Breslav 4231583f66 Added a -version option to the compiler 2012-03-17 23:06:29 +04:00
Nikolay Krasko 490c277c10 Be able to build plugin on the same machine without renew sources from repository. 2012-03-15 19:38:13 +04:00
Nikolay Krasko e1afdbff68 Check that plugin.xml has correct pattern for version substitution. 2012-03-15 16:16:21 +04:00
Andrey Breslav 1dd4a2c463 Injector generation included into the build 2012-03-13 20:01:46 +04:00
Stepan Koltsov 3783ad5696 missing explaination 2012-03-12 16:49:39 +04:00
Leonid Shalupov cc82884b65 disabled plugin-verifier for now, waiting for better plugin dependencies handling in it 2012-03-12 16:33:06 +04:00
Leonid Shalupov ef6461c4d2 re-enable plugin-verifier 2012-03-11 16:01:35 +04:00
Stepan Koltsov 4c6e434b73 somebody defined property globally 2012-03-10 03:29:03 +04:00
Stepan Koltsov 5881c84bcb temporarily disable plugin-verifier 2012-03-10 03:08:15 +04:00