just updated to eclipse luna which contains ant 1.9.2 and my goals <script>stopped working in this code:
<script language="javascript"><![CDATA[
importPackage(java.net);
importPackage(java.io);
...
error message:
javax.script.ScriptException: ReferenceError: "importPackage" is not defined in <eval> at line number 2
clamp source
share