Toby Reyelts

Show:

What's happening?

  • Followup: RE: Trouble retroweaving a jar file with 2.0.

    You need to have backport-util-concurrent.jar on your classpath, so Retroweaver can find the concurrent mirrors in there.

    2009-01-12 21:36:20 UTC in Retroweaver

  • Followup: RE: Generics resolution without runtime jar?

    No, the only time you should see references to classes from Retroweaver's runtime package (net.sourceforge.retroweaver.runtime), is if your code uses those methods (explicitly like in PrintStream.format or implicitly like in autoboxing).

    2009-01-12 18:34:57 UTC in Retroweaver

  • Followup: RE: Retroweaver on wikipedia

    Hi Davide, I appreciate you creating an entry for us on Wikipedia, but can you do me a favor and change the results from "No", to "I don't know", where you don't actually know what we support? It's obvious from the table that you haven't tried a basic test of the features you cite as a "No".

    2008-04-08 21:21:22 UTC in Retroweaver

  • Followup: RE: Cannot catch enum object

    Hi Madhu, Are you able to put together a small test case that can reproduce this for us? That would help us solve this ASAP. Thanks, -Toby.

    2008-03-26 17:10:48 UTC in Retroweaver

  • Followup: RE: JMS InitialContext First time Exception.

    Thanks, I'll try to look at this soon. I haven't used glassfish before so I may have to grope around for a while trying get it setup, configured, and running.

    2007-11-13 18:26:28 UTC in Jace

  • Followup: RE: JMS InitialContext First time Exception.

    Can you try with JDK 1.5? Also, if you can send me a small sample that can repro the problem, I can take a look at it.

    2007-11-13 15:10:34 UTC in Jace

  • Followup: RE: JMS InitialContext First time Exception.

    What is the exception that you're getting? Are you catching JNIException and Throwable in your catch block? I don't think I've tested with the Jace runtime code in a dll and the proxies in a separate static library, but I'm not aware of any issues that would cause. Can you see if building the proxies into the dll together with the runtime makes any difference?.

    2007-11-07 19:31:52 UTC in Jace

  • Followup: RE: Array types of mirrored classes not trans

    Hi Olsok, That's definitely a bug and your changes look more or less correct. We'll absolutely make sure to get this into a future release. Thanks, -Toby.

    2007-09-25 02:23:10 UTC in Retroweaver

  • Comment: java.util.zip.ZipException: invalid entry compressed size

    Apparently reusing a source ZipEntry in a call to ZipOutputStream.putNextEntry can cause this failure. We just need to create a new ZipEntry. Change Retroweaver.java:216 from out.putNextEntry(entry); to out.putNextEntry(new ZipEntry(name));.

    2007-08-08 15:30:00 UTC in Retroweaver

  • java.util.zip.ZipException: invalid entry compressed size

    Running Retroweaver on a jar file can cause the following stacktrace: Exception in thread "main" net.sourceforge.retroweaver.RetroWeaverException: Wea ving failed at net.sourceforge.retroweaver.Weaver.main(Weaver.java:173) Caused by: java.util.zip.ZipException: invalid entry compressed size (expected 6 92 but got 689 bytes) at java.util.zip.ZipOutputStream.closeEntry(Unknown Source)

    2007-08-08 15:27:43 UTC in Retroweaver

About Me

  • 2001-02-08 (9 years ago)
  • 149785
  • rreyelts (My Site)
  • Toby Reyelts

Send me a message