掲示板

Liferay IDE 3.1.1 GA2 and Gradle tasks

thumbnail
6年前 に Benjamin Bini によって更新されました。

Liferay IDE 3.1.1 GA2 and Gradle tasks

Junior Member 投稿: 31 参加年月日: 13/05/24 最新の投稿
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
6年前 に Joye Luo によって更新されました。

RE: Liferay IDE 3.1.1 GA2 and Gradle tasks

Regular Member 投稿: 144 参加年月日: 16/05/03 最新の投稿
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
6年前 に Benjamin Bini によって更新されました。

RE: Liferay IDE 3.1.1 GA2 and Gradle tasks

Junior Member 投稿: 31 参加年月日: 13/05/24 最新の投稿
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.