Fórum

How to update Liferay workspace

kuong knight, modificado 7 Anos atrás.

How to update Liferay workspace

New Member Postagens: 22 Data de Entrada: 09/05/14 Postagens Recentes
I using Liferay 3.0 to create liferay workspace.
How to update iferay workspace and bundle?
thumbnail
David H Nebinger, modificado 7 Anos atrás.

RE: How to update Liferay workspace

Liferay Legend Postagens: 14914 Data de Entrada: 02/09/06 Postagens Recentes
What kind of update are you thinking of?
kuong knight, modificado 7 Anos atrás.

RE: How to update Liferay workspace

New Member Postagens: 22 Data de Entrada: 09/05/14 Postagens Recentes
I want update com.liferay.gradle.plugins.workspace from 1.0.29 to 1.0.32
I create module on 1.0.29 and use gradle-> initBundle to download bundle, it is 7.0 GA1
Now release LR 7.0.1 GA2, but i use gradle-> initBundle not update new bundle.
See settings.gradle old version of com.liferay.gradle.plugins.workspace.
So can i update alll workspace when new release.
thumbnail
David H Nebinger, modificado 7 Anos atrás.

RE: How to update Liferay workspace

Liferay Legend Postagens: 14914 Data de Entrada: 02/09/06 Postagens Recentes
It's not going to sweep through and update version numbers of individually included dependencies; that responsibility is left, unfortunately, to you.
thumbnail
Gregory Amerson, modificado 7 Anos atrás.

RE: How to update Liferay workspace

Liferay Legend Postagens: 1123 Data de Entrada: 16/02/10 Postagens Recentes
kuong knight:
I want update com.liferay.gradle.plugins.workspace from 1.0.29 to 1.0.32
I create module on 1.0.29 and use gradle-> initBundle to download bundle, it is 7.0 GA1
Now release LR 7.0.1 GA2, but i use gradle-> initBundle not update new bundle.
See settings.gradle old version of com.liferay.gradle.plugins.workspace.
So can i update alll workspace when new release.



So you can just update your gradle.properties to point the bundle url to the GA2 bundle. Then remove the bundles folder
rm -rf bundles
and then call initBundle again with gradle and GA2 will be downloaded and configured in your workspace folder.