google-code-export / wro4j

Automatically exported from code.google.com/p/wro4j
1 stars 1 forks source link

wro4j-core doesn't compile with jdk 1.5 #643

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using Java 6 IOException constructor in DefaultWildcardStreamLocator
line 184: throw new IOException("Exception during expanding wildcard: ", e);

This constructor was introduced in Java 6.

I cloned and imported the project into Eclipse and immediately got this error.

This issue was reported on github: https://github.com/alexo/wro4j/issues/86

Original issue reported on code.google.com by alex.obj...@gmail.com on 4 Jan 2013 at 11:00

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 4 Jan 2013 at 11:08