got the mvn k2js plugin working again & re-enabled the js building in the mvn build (apart from running the junit JS tests as some of them fail)

This commit is contained in:
James Strachan
2012-07-05 11:43:35 +01:00
parent 9d64960720
commit 20da5c48ea
2 changed files with 2 additions and 13 deletions
-12
View File
@@ -52,13 +52,7 @@
<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
@@ -77,14 +71,8 @@
<module>docs/website</module>
<module>examples/kotlin-java-example</module>
<!--
TODO: temporary fix until this bug fixed:
java.lang.IllegalStateException: null at (5,10) in /stdlib/JUMaps.kt.jet
<module>examples/js-example</module>
<module>examples/browser-example</module>
-->
</modules>
<dependencies>