I am using vaadin with Liferay. One issue I have is the recompiling addon. All I want is to give CM team a war file, that it works and don’t want them to use vaadin control panel to recompile add-on. Is there a standalone app to recompile widgtset without using Vaadin add-on or eclipse plug-in? Thanks,
Hi,
Sorry for the late answer.
You can use Maven or an Ant script to compile your widgetset. The
Using Add-ons in NetBeans
article contains an
Ant script
that you could use with necessary modifications to compile a widgetset.
-Henri