Details
-
Story
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
OS X 10.11.4, Eclipse Mars.2, Liferay IDE 3.0.0.201604150458-m3
Description
Hello,
as a developer I would like to be able to create command modules for MVC(Action|Render)Commands. Currently there is no template available to create such a "command" module. It would be helpful to add such a template.
As a developer I want to write service modules that I can use in my portlets or other services. I can easily create a service modules using either the Wizard in the IDE or blade. Unfortunately when I try to add the new module to my existing module in bnd.bnd build (otherwise I can reference the service in my module) this fails (please see screenshot).
I have tried adding
-buildpath: \
test-service;version=latest
to my portlet modules' bnd.bnd file but this doesn't help.
This is my liferay workspace structure:
{{liferay_workspace
modules
apps
test-ui
services
test-service}}
Regards,
Alex