yasuflatland-lf / damascus

⚔️ CRUD boilerplate generator for Liferay DXP
https://yasuflatland-lf.github.io/damascus-doc/
GNU Lesser General Public License v3.0
50 stars 35 forks source link

Installation of lombok library fails #85

Closed icarrara closed 4 years ago

icarrara commented 4 years ago
yasuflatland-lf commented 4 years ago

@icarrara could you explain to me more details? Are you trying to build Damascus on your own? Or simply trying to use Lombok for generated modules in the Liferay Developer Studio?

icarrara commented 4 years ago

@yasuflatland-lf I wish to use Damascus to generate CRUD module skeleton for Liferay Portal 7.2.1.

I read in the README.md in the IDE settings section that I need to install lombok so I tried.

But when I double click lombok.jar and select the directory where I installed Liferay Developer Studio, there is not eclipse.exe but eclipsec.exe so lombok installation fails

yasuflatland-lf commented 4 years ago

@icarrara Ok, understood. You are not necessarily to install Lombok unless either you build Damascus tool itself by yourself or want to use Lombok in your modules. The example means plain Eclipse IDE, doesn't mean Liferay Developer Studio. I've not tried to use Lombok with LDS myself.

icarrara commented 4 years ago

Ok, thank you !