Open GoogleCodeExporter opened 8 years ago
What processor your using for minimization?
Original comment by alex.obj...@gmail.com
on 1 Oct 2014 at 3:15
Original comment by alex.obj...@gmail.com
on 1 Oct 2014 at 3:15
Original comment by alex.obj...@gmail.com
on 1 Oct 2014 at 3:15
preProcessors=cssImport,semicolonAppender,jsMin,cssMinJawr
postProcessors=cssVariables
Original comment by alex.dob...@gmail.com
on 1 Oct 2014 at 3:18
Ok. The jsMin is not the most efficient and reliable processor. I would
recommend using googleClosure. This issue is related to jsMin processor only.
Original comment by alex.obj...@gmail.com
on 1 Oct 2014 at 3:22
OK, thanks for fast answer. I changed jsMin to googleClosureAdvanced, also
tried googleClosureSimple, always have an error message:
Failed to execute goal ro.isdc.wro4j:wro4j-maven-plugin:1.7.7:run (default) on
project zfs-mest-webapp: Execution default of goal
ro.isdc.wro4j:wro4j-maven-plugin:1.7.7:run failed: An API incompatibility was
encountered while executing ro.isdc.wro4j:wro4j-maven-plugin:1.7.7:run:
java.lang.UnsupportedClassVersionError:
com/google/javascript/jscomp/CodingConvention : Unsupported major.minor version
51.0
What I am doing wrong?
Original comment by alex.dob...@gmail.com
on 1 Oct 2014 at 3:34
Apparently the google closure was built using jdk7. Are you using jdk6?
You can either use jdk7 or later, or explicitly use an older version of google
closure dependency which was built using jdk6.
Original comment by alex.obj...@gmail.com
on 1 Oct 2014 at 3:40
Original issue reported on code.google.com by
alex.dob...@gmail.com
on 1 Oct 2014 at 3:13