Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automaking project with java 1.6_045 fails #91

Closed
Hejwo opened this issue Mar 31, 2015 · 4 comments
Closed

Automaking project with java 1.6_045 fails #91

Hejwo opened this issue Mar 31, 2015 · 4 comments

Comments

@Hejwo
Copy link

Hejwo commented Mar 31, 2015

Hello,
i've got problems with automatic building of project with jdk 1.6_045.
Here is my test example repo : https://github.com/Hejwo/LombokPluginApp .
When i'm building project with Maven (JAVA_HOME set to jdk 1.6_045) it work fine. Also similar project witch we develop in our team in Eclipse compiles without problems. But when I use IntelliJ and make with same jdk it fails. Here is my StackOverflow topic :
http://stackoverflow.com/questions/29165157/intellij-14-lombok-plugin-builder-error

I'm out of ideas... Can you help me ?

@mplushnikov
Copy link
Owner

Hello Hejwo,

I don’t use java6 anymore, so a can’t help you. With Java7 or Java8 I can compile and build your project with Intellij 14.1 without any problems.

What is you Intellij version? You can also update your build jdk.

@Hejwo
Copy link
Author

Hejwo commented Mar 31, 2015

Hi,
thanks for quick response.
I use newest IntelliJ 14.1.

Well... main problem is that our project is really old and we can't upgrade to newer jdk's. It works only under 1.6 due to deprecated code.
Linked above project on GitHub is just an example to issolate the error.

A lot of our developers use Eclipse and they have no problems. Only few people use IDEA and they all have same problems.

@mplushnikov
Copy link
Owner

You can use jdk7/8 and use source/target parameter 1.6 to compile your project to be compatable with Java6 on Runtime, is it not an option for you?

@Hejwo
Copy link
Author

Hejwo commented Mar 31, 2015

Unfortunately not :(.
I've tried it allready. Lombok annotations are working but project does not compile because of some old stuff...
Only compliling with strict jdk 1.6 work on old code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants