Dec 6 Troubleshooting
D:\vd-projects\ipc-eclipse-workspace : Eclipse workspace
D:\vd-projects\ipc-migration : Liferay workspace
gradlew.bat file in ipc-migration enables running gradle command, but the location of the file should be a base point.
For instance,
D:\vd-projects\ipc-migration\modules\ipcc-bookmarks-portlet>..\..\gradlew deploy.
(Notice that it is backward slash, not forward slash!!! -- window recognizable)
2. Spring MVC Portlet vs Liferay MVC Portlet
Spring MVC portlet is completely different from Liferay MVC portlet and it should be kept as a war file in 'wars' folder, instead of 'modules'
Comments
Post a Comment