sshikov / jsendnsca

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

Compile and release with JDK 1.5 as target #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should target against JDK 1.5 so a lot more users can use it out of the box

For example you get when using compiling a project which uses jsendnsca and 
that project uses 
JDK 1.5.

/Users/davsclaus/workspace/camel/components/camel-
nagios/src/main/java/org/apache/camel/component/nagios/NagiosConfiguration.java:
[19,-1] 
cannot access com.googlecode.jsendnsca.core.NagiosSettings
bad class file: /Users/davsclaus/.m2/repository/com/googlecode/jsendnsca-
core/1.3.0/jsendnsca-core-1.3.0.jar(com/googlecode/jsendnsca/core/NagiosSettings
.class)
class file has wrong version 50.0, should be 49.0

Original issue reported on code.google.com by claus.ib...@gmail.com on 18 Jan 2010 at 5:47

GoogleCodeExporter commented 9 years ago
davsclaus:(svn)jsendnsca[trunk:216]/$ svn commit --message "#23: Setting target 
to JDK 1.5 when compiling so 
jsendnsca can be used with Java 1.5."
Sending        jsendnsca-cli/build.xml
Sending        jsendnsca-core/build.xml
Transmitting file data ..
Committed revision 217.

Original comment by claus.ib...@gmail.com on 18 Jan 2010 at 5:59