I'm trying to customize Calendar portlet using this below instructions. https://www.liferay.com/it/documentation/liferay-portal/6.2/development/-/ai/creating-plugins-to-extend-plugins-liferay-portal-6-2-dev-guide-03-en
Its basically creating Plugins to extend plugins. In order to achieve above, I need "Calendar-portlet.war" . I don't find any war file for calendar portlet for my version. So i decided to build myself. Then i downloaded Portal plugins source code from here. https://github.com/liferay/liferay-plugins/tree/6.2.x
Everything's fine but there are some errors exist in JSP pages.
initi.jsp ---> The import com.liferay.compat.portal cannot be resolved.
view_calender.jsp--> Duplicate local variable editCalendarURL, Syntax error on token "if", delete this token, ...
So, i can't compile n deploy. i'm not sure weather there is a problem with build paths. i followed this too https://www.liferay.com/community/forums/-/message_boards/message/47489449
Please help me with any one of these.
1) solving the error issue to successfully build calendar-portlet and create a war file.
2) Just help me finding calendar-portlet.war file.
3) !?Can i create war file from the existing calendar-portlet which is located under \liferay-portal-6.2-ce-ga3\tomcat-7.0.42\webapps
Version: liferay-portal-6.2-ce-ga3
Thanks in Advance.
Link for same question in Liferay Forums. https://www.liferay.com/community/forums/-/message_boards/message/54348563