Commit Graph

2968 Commits

Author SHA1 Message Date
Evgeny Goldin 5cc9ce8a98 Ant task - added classpath/classpathref
CompileEnvironment - added addToClasspath(File[] / String[])
Switching to CompileEnvironmentException to throw fatal errors
2012-01-28 00:13:06 +02:00
Alex Tkachman 4b4d84d485 KT-1168 don't use direct fields from non-final properties 2012-01-28 00:56:05 +03:00
Evgeny Goldin 8a79088698 Ant task - Wiki minor update. 2012-01-27 22:44:55 +02:00
Evgeny Goldin 0aa7ab3002 Merge branch 'master' of git+ssh://git.labs.intellij.net/jet 2012-01-27 22:40:09 +02:00
Alex Tkachman c83d70b856 KT-1165 right type for default property setter 2012-01-27 23:59:59 +03:00
Evgeny Goldin 6bde455a25 Ant task - attribute names changed: output, jar, src. 2012-01-27 22:39:01 +02:00
Alex Tkachman 686d4cae3c postfix part of KT-471 2012-01-27 23:11:14 +03:00
Andrey Breslav 8d39594b91 More general way of finding annotations.jar 2012-01-27 22:13:09 +04:00
Andrey Breslav 106b0c7072 More debug output 2012-01-27 21:44:10 +04:00
Andrey Breslav e161637e45 javaPath in assert message 2012-01-27 21:35:08 +04:00
Andrey Breslav 30b284cd6a Fix the artifact path 2012-01-27 21:34:45 +04:00
Andrey Breslav ea6b6f7495 Post-build step: renaming the zip artifact 2012-01-27 21:24:07 +04:00
Andrey Breslav 8e54d78884 Platform-neutral path separator 2012-01-27 21:23:02 +04:00
Andrey Breslav 9846d535f7 Better assertion message 2012-01-27 21:08:31 +04:00
Andrey Breslav b8ccee7bdf Luhny Code Challenge. Proposed by Bob Lee. Ported to Kotlin by Leonid Shalupov. 2012-01-27 21:00:33 +04:00
Andrey Breslav d524d058f0 Test configurations fixed 2012-01-27 20:16:19 +04:00
Maxim Shafirov bd5a54e339 Those shall be provided 2012-01-27 20:09:10 +04:00
Maxim Shafirov 786a3bbee8 dead code 2012-01-27 19:59:35 +04:00
Maxim Shafirov 6060f63b76 fix compilation 2012-01-27 19:53:10 +04:00
Andrey Breslav 04eb09342d Merge branch 'master' of git+ssh://git.labs.intellij.net/jet 2012-01-27 19:35:56 +04:00
Maxim Shafirov 43e9fad2ae update yellow bar after fix 2012-01-27 19:26:25 +04:00
Maxim Shafirov d3c5b8ec44 Direct call to lib/alt jars 2012-01-27 19:26:25 +04:00
Maxim Shafirov c8cb59668d kotlin-jdk-headers.jar to alt folder 2012-01-27 19:26:25 +04:00
Andrey Breslav 73c2686825 Merge branch 'master' of git+ssh://git.labs.intellij.net/jet 2012-01-27 18:56:32 +04:00
Andrey Breslav f6a5ab254c Merge branch 'master' of git+ssh://git.labs.intellij.net/jet 2012-01-27 18:54:29 +04:00
Andrey Breslav bb0ae8b594 J2K tests paths fixed 2012-01-27 18:39:38 +04:00
Andrey Breslav d74b79d9db Granular test configurations 2012-01-27 18:33:52 +04:00
svtk 11ad28812d KT-1175 Mark unused literals 2012-01-27 18:32:55 +04:00
Evgeny Gerashchenko ca1abed3a9 Added example-vfs project written on Kotlin. 2012-01-27 18:31:20 +04:00
Nikolay Krasko 2dfacc24f1 Jet stubs (beginning) 2012-01-27 18:17:55 +04:00
Andrey Breslav 0da39c8bd6 Plugin actions added 2012-01-27 17:46:24 +04:00
Andrey Breslav 35889c08e9 Test data paths fixed 2012-01-27 17:46:13 +04:00
Andrey Breslav 6c5bfc3b8e Reformat code to use 4 spaces indent 2012-01-27 17:33:00 +04:00
Andrey Breslav e678e072f1 Initial include of the J2K Converter 2012-01-27 17:31:05 +04:00
Andrey Breslav 7c55bf9315 Merge branch 'master' of ../jet-contrib-clean 2012-01-27 17:22:44 +04:00
Andrey Breslav ae6479a765 Move to another repo 2012-01-27 17:15:30 +04:00
Alex Tkachman 703635d968 Merge remote branch 'origin/master' 2012-01-27 15:40:31 +03:00
Alex Tkachman 51e4fc986a KT-1157 class object instance access from constructor of class object 2012-01-27 15:40:17 +03:00
Stepan Koltsov e1743f0cd7 generate bridge flag for bridge methods 2012-01-27 15:33:05 +04:00
Stepan Koltsov 13e8995d80 outdated comment 2012-01-27 14:25:55 +04:00
Stepan Koltsov bfb1b6e7b5 read kotlin supertypes in JavaDescriptorResolver
+ tests
+ remove jet.Any from supers
2012-01-27 14:25:55 +04:00
svtk 1ed5471341 KT-559 Forbid abstract method call through super 2012-01-27 11:48:51 +04:00
Evgeny Goldin bff06b14a1 Ant task - Wiki page - TOC added 2012-01-27 04:13:56 +02:00
Evgeny Goldin 987b9a355c Ant task - Wiki page added 2012-01-27 04:11:53 +02:00
Evgeny Goldin 4f0921b1cd Ant task - "stdlib" attribute checked to be non-empty, empty default is specified in tests 2012-01-27 03:57:15 +02:00
Evgeny Goldin 01b4f5b871 Ant task - "testlib-tests" added, currently commented out - "testlib" compilation fails. 2012-01-27 01:14:59 +02:00
Evgeny Goldin a43a6c6678 Ant task - "stdlib" attribute added, "excludeStdlib" attribute removed; <define-kotlinc/> invokes "bootstrap.xml" and works recursively
"clean" task - <delete dir="${basedir}/bootstrap.compiler"/>
2012-01-27 00:50:36 +02:00
Evgeny Goldin 8b3b7092e4 Ant task - comparator fix (equals added) in Life/Maze tests; failonerror = true 2012-01-26 23:54:16 +02:00
Maxim Shafirov 6084557af8 Naive kotlin-jdk-headers.jar usage implementation 2012-01-26 22:03:37 +04:00
Maxim Shafirov 2fc16045c9 Quick fix to add kotlin runtime to modules classpath. 2012-01-26 20:27:56 +04:00