留言板

Liferay IDE 3.1.1 GA2 and Gradle tasks

thumbnail
Benjamin Bini,修改在6 年前。

Liferay IDE 3.1.1 GA2 and Gradle tasks

Junior Member 帖子: 31 加入日期: 13-5-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
Joye Luo,修改在6 年前。

RE: Liferay IDE 3.1.1 GA2 and Gradle tasks

Regular Member 帖子: 144 加入日期: 16-5-3 最近的帖子
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,修改在6 年前。

RE: Liferay IDE 3.1.1 GA2 and Gradle tasks

Junior Member 帖子: 31 加入日期: 13-5-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.