disabled mvn compile of JS tests until we fix: java.lang.IllegalStateException: null at (5,10) in /stdlib/JUMaps.kt.jet

This commit is contained in:
James Strachan
2012-07-03 07:42:21 +01:00
parent 9a6477c121
commit 8637373aa2
+5
View File
@@ -52,7 +52,12 @@
<module>tools/runtime</module>
<module>tools/kotlin-maven-plugin</module>
<module>tools/kotlin-js-library</module>
<!--
TODO: temporary fix until this bug fixed:
java.lang.IllegalStateException: null at (5,10) in /stdlib/JUMaps.kt.jet
<module>tools/kotlin-js-tests</module>
-->
<!--
TODO temporary disabled until KT-2314 fixed