You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Robert Chalmers <ro...@gmail.com> on 2012/06/15 00:12:31 UTC

Using SVN update + ant -Ddb=mysql rebuilds persistence as well as what else?

Running on XPPro.
I've been experimenting with svn and ant to keep openmeetings up to date,
but I notice it rebuilds persistence.xml each time as well, so that each
time, before copying the build red5 over to the production directory, I
would have to edit that file each time. Not a big problem - but I am
wondering.....

If persistence.xml is being rewritten, are other configuration files being
rewritten as well? Does this then necessitate me going to
localhost:5080/openmeetings/install again ... basically re
installing everything again.?

If it's ONLY persistence.xml I need to modify each time, I can probably
automate the whole process.

Re: Using SVN update + ant -Ddb=mysql rebuilds persistence as well as what else?

Posted by Robert Chalmers <ro...@gmail.com>.
Thanks Maxim,
Great. I knew there had to be a way. I use GIT mostly, and am not real
familiar with svn.

thanks again.


On Fri, Jun 15, 2012 at 12:00 PM, Maxim Solodovnik <so...@gmail.com>wrote:

> Hello Robert,
>
> To avoid rewrites of mysql_persistanse.xml please change it in
> src/META-INF folder. It will merge with each svn update.
> On Jun 15, 2012 5:13 AM, "Robert Chalmers" <ro...@gmail.com>
> wrote:
>
>> Running on XPPro.
>> I've been experimenting with svn and ant to keep openmeetings up to date,
>> but I notice it rebuilds persistence.xml each time as well, so that each
>> time, before copying the build red5 over to the production directory, I
>> would have to edit that file each time. Not a big problem - but I am
>> wondering.....
>>
>> If persistence.xml is being rewritten, are other configuration files
>> being rewritten as well? Does this then necessitate me going to
>> localhost:5080/openmeetings/install again ... basically re
>> installing everything again.?
>>
>> If it's ONLY persistence.xml I need to modify each time, I can probably
>> automate the whole process.
>>
>>
>>
>>
>>

Re: Using SVN update + ant -Ddb=mysql rebuilds persistence as well as what else?

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Robert,

To avoid rewrites of mysql_persistanse.xml please change it in src/META-INF
folder. It will merge with each svn update.
On Jun 15, 2012 5:13 AM, "Robert Chalmers" <ro...@gmail.com>
wrote:

> Running on XPPro.
> I've been experimenting with svn and ant to keep openmeetings up to date,
> but I notice it rebuilds persistence.xml each time as well, so that each
> time, before copying the build red5 over to the production directory, I
> would have to edit that file each time. Not a big problem - but I am
> wondering.....
>
> If persistence.xml is being rewritten, are other configuration files being
> rewritten as well? Does this then necessitate me going to
> localhost:5080/openmeetings/install again ... basically re
> installing everything again.?
>
> If it's ONLY persistence.xml I need to modify each time, I can probably
> automate the whole process.
>
>
>
>
>