Commit Graph

169 Commits

Author SHA1 Message Date
Zalim Bashorov 060d7c5345 Removed closure-compiler.jar from repository and js_test_libs.
Added closure-compiler.jar to third-party dependencies.
Switch to use closure-compiler ant task instead of java task.
2013-11-15 15:18:00 +04:00
Alexey Sedunov 9038798e55 Update to IDEA 132.947 EAP 2013-11-07 13:33:17 +04:00
Zalim Bashorov 1c1c138046 Update to IDEA 132.839 EAP 2013-10-30 19:37:14 +04:00
Erokhin Stanislav 2c93ace78d Add externalAnnotations ant test and ant-1.8 2013-10-28 16:07:01 +04:00
Erokhin Stanislav 35bc3cd587 Move ant from dependencies/ant -> dependencies/ant-1.7 2013-10-28 16:07:01 +04:00
Pavel V. Talanov 7891eeed23 Update to IDEA 132.719 EAP 2013-10-22 20:07:17 +04:00
Zalim Bashorov 338f3614f0 Check archive name instead of os family when extracting it. 2013-10-21 21:12:21 +04:00
Zalim Bashorov d71302ec61 Added idea.build.number to update_dependencies.
Fixed build for non windows agents on internal buildserver.
2013-10-21 14:41:30 +04:00
Nikolay Krasko cd63a6f871 Update to IDEA 132.637 EAP 2013-10-16 22:18:54 +04:00
Andrey Breslav 765cab2283 Downloading OS-specific build of IDEA and set +x permissions 2013-10-14 14:42:25 +04:00
Andrey Breslav 11ea5fe175 Download bootstrap compiler 2013-10-08 21:52:09 +04:00
Andrey Breslav 36435188b9 Download sources for Ant 1.7 2013-10-08 21:52:08 +04:00
Pavel V. Talanov 385870eeb8 Update to IDEA 132.556 EAP 2013-10-08 20:52:25 +04:00
Mikhael Bogdanov 625efe1be1 Update to idea 132.425 2013-09-30 12:39:40 +04:00
Andrey Breslav 04101a91f3 Update to cli-parser 1.1.1 which supports fields inherited from superclasses 2013-09-24 06:58:38 -07:00
Nikolay Krasko 46fec74797 Add task for downloading continuous idea build by id and version number 2013-09-23 15:31:06 +04:00
Natalia.Ukhorskaya 9874eb67ba Updated to IDEA 132.325 EAP 2013-09-20 16:04:10 +04:00
Evgeny Gerashchenko 859b0b845a Obtaining jflex from github. No IDEA checkout is necessary anymore. 2013-09-17 18:09:59 +04:00
Svetlana Isakova 88642ae1cc Updated to IDEA 132.197 EAP 2013-09-14 16:04:56 +04:00
Nikolay Krasko 063ae58d6c Remove unused verifier dependency 2013-09-11 18:38:34 +04:00
Zalim Bashorov 63941c4e86 Updated to IDEA 132.106 EAP. 2013-09-06 19:10:12 +04:00
Evgeny Gerashchenko 440716c817 Updated to IDEA 132.27 EAP. 2013-08-30 21:08:23 +04:00
Andrey Breslav f7a9ea60dd protobuf-java added to the project 2013-08-23 17:38:50 +04:00
Alexander Udalov 5a3834e54d Update to IDEA EAP 130.1619 2013-08-19 21:54:26 +04:00
Andrey Breslav 52c5e6c001 Force replace sources.zip before downloading 2013-08-14 18:04:28 +04:00
Andrey Breslav 3617e418c2 Fixing guava 14 library and sources 2013-08-09 17:32:24 +04:00
Nikolay Krasko a18875aba4 Fix local file uri for windows 2013-08-09 15:43:52 +04:00
Andrey Breslav 8230d7ed94 Update to IDEA 13 EAP - 130.1486 2013-08-07 20:41:09 +04:00
Andrey Breslav 4f6e7ad39b Setting up continuous integration 2013-08-07 20:34:47 +04:00
Nikolay Krasko a4451dbf24 Update to eap 130.1365 2013-07-30 13:31:21 +04:00
Zalim Bashorov b14a5f3ea1 Migrate to IDEA 130.1335 2013-07-26 21:33:08 +04:00
Andrey Breslav 33efbc3e91 Migrate to IDEA 130.1225
Fix the class loader to generate proper resource URLs:
we used to have "!" as a JAR separator, but the correct one is "!/", according to the docs here: http://docs.oracle.com/javase/6/docs/api/java/net/JarURLConnection.html
2013-07-23 17:34:33 +04:00
Erokhin Stanislav 1565a2da3c Update to IDEA 130.703 2013-07-12 13:27:18 +04:00
Natalia.Ukhorskaya 8429162220 Merge branch 'master' into idea13
Conflicts:
	idea/src/org/jetbrains/jet/plugin/quickfix/AddFunctionToSupertypeFix.java
	idea/src/org/jetbrains/jet/plugin/quickfix/ChangeFunctionReturnTypeFix.java
	libraries/stdlib/src/kotlin/properties/Properties.kt
	libraries/stdlib/test/properties/delegation/DelegationTest.kt
	libraries/stdlib/test/properties/delegation/MapDelegationTest.kt
	libraries/stdlib/test/properties/delegation/lazy/LazyValuesTest.kt
	update_dependencies.xml
2013-06-04 13:14:08 +04:00
Natalia.Ukhorskaya acbccb9411 Get asm from fixed idea build (jar with debug info and patched for java 8) 2013-06-04 11:11:48 +04:00
Andrey Breslav ce402068c9 Using a property for IDEA zip name
(cherry picked from commit 42683dc)
2013-06-04 11:11:47 +04:00
Andrey Breslav 9270eec30f Using properties for dependency build id's
(cherry picked from commit 68b0aa0)
2013-06-04 11:11:46 +04:00
Andrey Breslav fad29b8ad1 Using the version of ASM that has debug information in it
No more need for extra ASM jars (analysis and util)
2013-05-30 13:07:19 +04:00
Andrey Breslav bf6cd41d82 IDEA 130.703 for internal build server 2013-05-28 14:33:02 +04:00
Andrey Breslav 87739107f8 Using protobuf 2.5.0 2013-05-28 14:11:03 +04:00
Andrey Breslav fea302c817 Trying IDEA 130.703 2013-05-28 12:08:01 +04:00
Andrey Breslav 42683dce69 Using a property for IDEA zip name 2013-05-22 15:47:59 +04:00
Andrey Breslav 68b0aa0eb2 Using properties for dependency build id's 2013-05-22 15:30:02 +04:00
Andrey Breslav a2b82095da Using the version of ASM that has debug information in it
No more need for extra ASM jars (analysis and util)
2013-05-21 13:56:34 +04:00
Andrey Breslav 530dc1ca95 ~ Trying to run with IDEA 13 EAP (130.555) 2013-05-20 12:23:39 +04:00
Andrey Breslav 63f7b4c51d Replacing all occurences of the package name, not only the first one 2013-05-13 15:52:13 +04:00
Nikolay Krasko fed5cf6524 Update to IDEA 12.1.3 (build 129.400) 2013-05-06 15:05:45 +04:00
Andrey Breslav 1ddc537728 'get-maven-library' macro extracted 2013-04-30 16:10:28 +04:00
Andrey Breslav 231457df8e Migrate to IDEA 12.1.2 2013-04-29 14:44:09 +04:00
Natalia.Ukhorskaya 5baa10df41 Update to IDEA 12.1.2 (build 129.298) 2013-04-23 11:46:40 +04:00