acciduck / jscep

Automatically exported from code.google.com/p/jscep
MIT License
0 stars 0 forks source link

POM claims source is compatible with java 1.5, but it is not. #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
POM claims source is java 1.5 (in maven compiler plugin).
try to compile code using jdk 1.5 - the issues are with IOException(Throwable)

http://download.oracle.com/javase/6/docs/api/java/io/IOException.html
http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html

What is the expected output? What do you see instead?
expected code to compile but got "cannot find symbol" errors

What version of the product are you using? On what operating system?
1.1.4 from SVN tag.  javac version is 1.5.0_19.

Please provide any additional information below.

Original issue reported on code.google.com by dfpome...@gmail.com on 15 Apr 2011 at 6:38

GoogleCodeExporter commented 8 years ago

Original comment by davidgrant41 on 15 Apr 2011 at 6:53

GoogleCodeExporter commented 8 years ago

Original comment by davidgrant41 on 15 Apr 2011 at 6:53

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Disregard that last comment about a failing unit test.  

I was able to build just fine by changing the IOException contructors to use a 
String instead of a Throwable, and by changing 2 conditionals from 
String.isEmpty() to String.length() == 0.

Original comment by dfpome...@gmail.com on 15 Apr 2011 at 7:11

GoogleCodeExporter commented 8 years ago

Original comment by davidgrant41 on 11 May 2011 at 6:10

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1133.

Original comment by davidgrant41 on 11 May 2011 at 6:14

GoogleCodeExporter commented 8 years ago

Original comment by davidgrant41 on 13 May 2011 at 9:28

GoogleCodeExporter commented 8 years ago

Original comment by davidgrant41 on 13 May 2011 at 9:30

GoogleCodeExporter commented 8 years ago

Original comment by da...@grant.org.uk on 13 Jul 2011 at 6:35

GoogleCodeExporter commented 8 years ago

Original comment by da...@grant.org.uk on 13 Jul 2011 at 6:37

GoogleCodeExporter commented 8 years ago

Original comment by da...@grant.org.uk on 21 Aug 2012 at 12:02