makoivis / eclipse-ticket-test

0 stars 0 forks source link

Should the liferay-plugin-package.properties file be created for portlets? #106

Open makoivis opened 8 years ago

makoivis commented 8 years ago

Reported by Teemu Pontelin on 7 Oct 2009 08:20 UTC Currently the Eclipse plugin doesn't create the liferay-plugin-package.properties file for portlet projects.

Should this file be created and should it automatically contain a dependency to the vaadin.jar? If I understood correctly, this is the correct way of defining a dependency to Vaadin.

...
portal-dependency-jars=\
    vaadin.jar
...
makoivis commented 8 years ago

Comment by Joonas Lehtinen on 7 Oct 2009 10:39 UTC Should this be fixed in plugin 1.0? (Move back if not)

makoivis commented 8 years ago

Comment by Artur Signell on 8 Oct 2009 05:01 UTC It should if vaadin.jar is installed in Liferay but what happens if the vaadin.jar is not part of Liferay?

makoivis commented 8 years ago

Comment by Henri Sara on 8 Oct 2009 07:22 UTC Fixed in [9133]: always create the file.

This seems to work even if vaadin.jar is not in the Liferay shared directory if there is a Vaadin JAR in the portlet itself.

makoivis commented 8 years ago

Modified by Artur Signell on 12 May 2014 07:42 UTC

makoivis commented 8 years ago

Modified by Artur Signell on 9 Sep 2014 08:39 UTC