Commit Graph

23 Commits

Author SHA1 Message Date
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
Leonid Shalupov 0e4a910b4a TeamCityBuild: fail.on.plugin.verifier.error property 2012-03-01 20:48:19 +04:00
Leonid Shalupov ebae3fca2b Enable plugin verifier in build 2012-02-29 17:12:55 +04:00
Maxim Shafirov 72b2dbe728 proper zip 2012-02-17 18:48:06 +04:00
Maxim Shafirov f8008d85fe Refactor TC build 2012-02-17 18:34:50 +04:00