[Bug 1559] Not possible to build usable Closure Compiler

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Sep 9 18:14:35 PDT 2013


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1559

--- Comment #2 from Andrew Udvare <audvare at gmail.com> ---
I tried both. None worked. Still getting the same error.

What this project attempts to do during the build process is re-namespace a
forked copy of Rhino from org/mozilla/* to com/google/rhino, as seen with this
target in their build.xml:

  <target name="rhino-jarjar"
          depends="rhino"
          description="Renamespaces Rhino">
    <taskdef name="jarjar"
             classname="com.tonicsystems.jarjar.JarJarTask"
             classpath="lib/jarjar.jar"/>
    <jarjar destfile="${buildlib.dir}/rhino.jar" update="true">
      <zipfileset src="${buildlib.dir}/rhino1_7R5pre/js.jar"/>
      <rule pattern="org.mozilla.javascript.**"
            result="com.google.javascript.rhino.head. at 1"/>
    </jarjar>
  </target>

I do not know how I could verify that this step is performed successfully.
Could it be that com.tonicsystems.jarjar.JarJarTask is not working properly
with ant?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130910/c639c0eb/attachment.html 


More information about the distro-pkg-dev mailing list