Open mitchless opened 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.
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.
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.