I work on a Java program that should be compatibe with Java 5. I had @Override annotations on implemented interface methods which is allowed in Java 6, but not in 5. ...
I have a project where I am responsible for fixing some errors and another developer is responsible for other errors. The number of errors is well over a hundred, and ...
I have this project made of multiple jars and war to make an ear. I build everything in snapshot and it works great. Then I made a release for every single ...
I get this error when I change the plugin version to be used as 1.6 instead of 1.5:
unmappable character for encoding UTF8
The character it try to map is the Copyright symbol.
My ...