Foros de discusión

Liferay IDE 3.1.1 GA2 and Gradle tasks

thumbnail
Benjamin Bini, modificado hace 6 años.

Liferay IDE 3.1.1 GA2 and Gradle tasks

Junior Member Mensajes: 31 Fecha de incorporación: 24/05/13 Mensajes recientes
Hi!

Since I updated Liferay IDE to 3.1.1 when I try to run a gradle task (deploy, build, build-service, etc.) on a module, the task is executed on all of my modules. build-service build all my service-builder modules, deploy deploys all my modules, etc. Does anyone have a similar problem or have any idea on how to fix it? Thanks

If I execute the task from blade cli it works as expected
thumbnail
Joye Luo, modificado hace 6 años.

RE: Liferay IDE 3.1.1 GA2 and Gradle tasks

Regular Member Mensajes: 144 Fecha de incorporación: 3/05/16 Mensajes recientes
Hey Benjamin,

It's an knowing bug of buildship.
https://github.com/eclipse/buildship/issues/520
And It fixed at buildship 2.1.2.
Liferay IDE bundled buildship 2.2.1 now. We will update it soon.

And u can also update buildship version by install new software in IDE.

Thanks for your feedback.
thumbnail
Benjamin Bini, modificado hace 6 años.

RE: Liferay IDE 3.1.1 GA2 and Gradle tasks

Junior Member Mensajes: 31 Fecha de incorporación: 24/05/13 Mensajes recientes
Thank you emoticon

I think you meant Liferay IDE ships with 2.1.1 and this bug is fixed in 2.1.2.

I updated Buildship with Eclipse "Install new software" interface (by adding this update site : http://download.eclipse.org/buildship/updates/e46/releases/2.x) and it now works as expected.