Fórum

Is there anyone from LifeRAY team reading this ? Social Office Problem..

bahadir Lord xx, modificado 14 Anos atrás.

Is there anyone from LifeRAY team reading this ? Social Office Problem..

Junior Member Postagens: 47 Data de Entrada: 02/09/08 Postagens Recentes
Hi ,

We are looking a fix for a period time and posting messages to the boards to find a fix for social office but there is dead silence...

How we can fix broken CSS problem in social office?

Additionally is it stable to use 5.3 source today ? How we can dw and compile it.

Regards
Daniel Stoye, modificado 14 Anos atrás.

RE: Is there anyone from LifeRAY team reading this ? Social Office Problem

New Member Postagens: 2 Data de Entrada: 29/10/09 Postagens Recentes
Hi,

for the broken CSS: you could use either the svn Version of the Social Office Plugin, or edit the css files directly in your web application folder of your running installation.

And for the 5.3 Version:

It is possible to build Liferay and Social Office from the svn. It is running very well.
I have made myself a script, which gets the current Liferay and Plugins trunk and builds a deployable version for me.
But i guess it is not meant to be stable and there are nearly daily updates of the source.

Greetings, Daniel
Jedi Lord xx, modificado 14 Anos atrás.

RE: Is there anyone from LifeRAY team reading this ? Social Office Problem

Junior Member Postagens: 47 Data de Entrada: 02/09/08 Postagens Recentes
Thanks Daniel,

Can you share this script for an easy installation for me ?

Thanks
thumbnail
Joshua Asbury, modificado 14 Anos atrás.

RE: Is there anyone from LifeRAY team reading this ? Social Office Problem

Expert Postagens: 498 Data de Entrada: 08/09/06 Postagens Recentes
Hi Daniel -

I, too, would love to see the script. For increased stability, you could modify it to pull from branch.
Dmitry Babain, modificado 14 Anos atrás.

RE: Is there anyone from LifeRAY team reading this ? Social Office Problem

Regular Member Postagens: 238 Data de Entrada: 23/11/08 Postagens Recentes
Could you share this script, please?
Jedi Lord xx, modificado 14 Anos atrás.

RE: Is there anyone from LifeRAY team reading this ? Social Office Problem

Junior Member Postagens: 47 Data de Entrada: 02/09/08 Postagens Recentes
Seem most of the people trouble with the social office. Why liferay helpfull friendly engineer shows us a way to compile social office or correct this small bugs that prevent us using the social officie. ?

Help..
Daniel Stoye, modificado 14 Anos atrás.

RE: Is there anyone from LifeRAY team reading this ? Social Office Problem

New Member Postagens: 2 Data de Entrada: 29/10/09 Postagens Recentes
Hi,

it's pretty easy, if you want to build for example all the plugins, check out
http://svn.liferay.com/repos/public/plugins/trunk
user:guest pass: <space>

then make yourself a cronscript which calls "ant clean", "svn up" and "ant war"
which will put you all current plugins, packed as a war file into a "dist/" directory.

Same for liferay:

check out:
http://svn.liferay.com/repos/public/portal/trunk

and build for example the "build-dist-tomcat-6.0" target, to get the tomcat-6.0.zip file.

Greets, Daniel