I am using lombok.jar in liferay6.2 portlet application. Kepler Eclipse IDE recognize lombok.jar. But when I compile with apache-ant-1.9.6 I am getting Errors.
Asked
Active
Viewed 346 times
0
-
**log** cannot be resolved – Srinivas Puramshetty Sep 14 '15 at 08:50
-
Could you edit your question and paste errors you got? It may not be connected to lombok at all. – Augustin Ghauratto Sep 16 '15 at 20:15
1 Answers
0
I'm using lombok with intelliJ and maven, and i got the same issue compiling using a maven compile.
I would recommend you to compile by right click on the project you wish to compile, which worked for me in IntelliJ, sometimes Maven(In my case) is not able to pick the plugin from the respective IDE, i think it is the same issue with your's. Hope this helps you problem.
If you haven't installed lombok.jar by double clicking it as stated here https://projectlombok.org/download.html i recommend you to do that as well.

NagaRajendra
- 159
- 3
- 16