alexander-87 / dbdeploy

Automatically exported from code.google.com/p/dbdeploy
0 stars 0 forks source link

DbDeploy-3.0M1 jars compiled for Java 6 and don't work with Java 5 #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run ant build with dbdeploy taskdef on Java 5 JVM

What is the expected output? What do you see instead?
See java.lang.UnsupportedClassVersionError

What version of the product are you using? On what operating system?
DbDeploy-3.0M1

Please provide any additional information below.
Everything works on JVM 6 but you'd better compile it with at least Java 5
compatibility.

Original issue reported on code.google.com by anem...@gmail.com on 22 May 2009 at 9:08

GoogleCodeExporter commented 9 years ago
Agreed. I'm not inclined to support pre-java 5 unless someone shouts loudly, 
but many
places have not yet upgraded to 6.

Original comment by gtack...@googlemail.com on 31 May 2009 at 11:40

GoogleCodeExporter commented 9 years ago
Fixed in r103.  Also updated the GettingStarted page to warn people that java 
1.5 or
higher is required.

Original comment by gtack...@googlemail.com on 1 Jun 2009 at 12:12