Doubt with ext modules

Jamie Sammons, modified 3 Years ago. Regular Member Posts: 141 Join Date: 3/14/17 Recent Posts

Hi,

 

I was trying to create a ext module in Liferay 7.3 for extending Calendar web portlet. I need to use a own service builder in the new Calendar module. I've imported it but when launch the calendar, I received the error that classes of service builder are not found. Do you know if is possible to import the classes and use them?

This is the line that I add in gradle file

	compileOnly project(":modules:OT-ServiceBuilder:OT-ServiceBuilder-api")


I try with compileInclude too but doesn't work. 

Any help would be appreciated.

 

Regards,