I am trying to compile a plugin, but get an error about the "target release"
When compiling plugins and using version 1.5 of the JDK, the following error may appear:
SOLUTION
The solution is essentially to tell your compiler to target Java 1.3. How to do this will differ depending on what compiler you are using, but generally, something like this will work:
If you are using Maven to build your project, try adding the following to your project.properties or build.properties file:
RELATED TOPICS
Confluence Plugin Guide
[FAQ Home]