sproutcore / abbot

SproutCore Build Tools [deprecated]
http://www.sproutcore.com
88 stars 44 forks source link

Restoring source for SCCompile.jar and rebuilding to target Java 1.5 #73

Open mitchless opened 13 years ago

mitchless commented 13 years ago

Back in April the source for SCCompile.jar was removed from github, and then back in July alexiskander added the jar back in, with a target version of Java 1.6 without restoring the source.

I've added the source back and rebuilt SCCompile.jar with a target version of Java 1.5. The build process my company uses Java 1.5, hence the change. I don't know if alexiskander made any untracked changes that were included in his build. If so, they'll need to be reincorporated into SCCompile.jar. I'm willing to update my branch to make that happen and resubmit the pull, but I'll need to know what changes to make.

juanpin commented 13 years ago

why do you want support for java 1.5, it was released 7 years ago. SCCompiler.jar was brought back because we had several regressions, with the new code. I'm looking into refactoring this code to improve minification.

mitchless commented 13 years ago

why do you want support for java 1.5, it was released 7 years ago.

Because my build environment provides support for Linux as far back as Red Hat Enterprise Linux 5, and my Java components provide support back to Java 1.5.