EmidioStani / htmlcompressor

Automatically exported from code.google.com/p/htmlcompressor
Apache License 2.0
0 stars 0 forks source link

--line-break option throws error #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Error in command line compressor when --line-break option is used.

Original issue reported on code.google.com by serg472@gmail.com on 11 Apr 2012 at 11:49

GoogleCodeExporter commented 8 years ago
I also have the following error.
When using the --line-break 0 (in ant for js)
I got:
   [java] Exception in thread "main" java.lang.ClassCastException: java.lang.String
   [java]     at com.googlecode.htmlcompressor.CmdLineCompressor.<init>(CmdLineCompressor.java:194)
   [java]     at com.googlecode.htmlcompressor.CmdLineCompressor.main(CmdLineCompressor.java:108)

Original comment by zac...@gmail.com on 27 Jan 2013 at 8:46