Rename kotlinLib.js to kotlinEcma3.js and update build.xml accordingly.
Update paths to js-tests-lib in build.xml. Adapted from https://github.com/develar/kotlin/commit/d3521123a6e4d551b30743b68b6bb23b9678553b.
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
</jar>
|
||||
<java classname="com.google.javascript.jscomp.CommandLineRunner" failonerror="true">
|
||||
<classpath>
|
||||
<pathelement location="${basedir}/js/js.translator/lib/closure-compiler.jar"/>
|
||||
<pathelement location="${basedir}\js\js.tests\testLib\closure-compiler.jar"/>
|
||||
</classpath>
|
||||
<arg value="--formatting"/>
|
||||
<arg value="PRETTY_PRINT"/>
|
||||
@@ -174,7 +174,7 @@
|
||||
</java>
|
||||
<java classname="com.google.javascript.jscomp.CommandLineRunner" failonerror="true">
|
||||
<classpath>
|
||||
<pathelement location="${basedir}/js/js.translator/lib/closure-compiler.jar"/>
|
||||
<pathelement location="${basedir}/js/js.tests/testLib/closure-compiler.jar"/>
|
||||
</classpath>
|
||||
<arg value="--formatting"/>
|
||||
<arg value="PRETTY_PRINT"/>
|
||||
@@ -187,7 +187,7 @@
|
||||
<arg value="--js"/>
|
||||
<arg value="${basedir}/js/js.translator/testFiles/kotlin_lib.js"/>
|
||||
<arg value="--js_output_file"/>
|
||||
<arg value="${kotlin-home}/lib/kotlinLib.js"/>
|
||||
<arg value="${kotlin-home}/lib/kotlinEcma3.js"/>
|
||||
</java>
|
||||
</target>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user