From 1b543ab2d7309deb5526c44e772002ccfb8f5dfa Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Mon, 28 Jan 2008 22:25:20 +0000 Subject: [PATCH] 1. proguard renames classes a-z and then switches to caps after the first 26 2. getdown uses 30 classes from samskivert.util 3. Macs have case-preserving, case-insensitive filesystems 4. getdown unpacks its proguarded jar to combine it with the retroweaver runtime With these 4 conditions in place, getdown-retro-pro will bafflingly lack certain classes. Using the update attribute on ant's jar task allows the runtime to be inserted without proguarded files touching the filesystem, and I can start regrowing my hair. --- build.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 1c8953f..a3dcb5e 100644 --- a/build.xml +++ b/build.xml @@ -122,12 +122,10 @@ - + manifest="lib/manifest.mf" basedir="${deploy.dir}/rptmp" update="true"/>