Re: [Engine-devel] fails when build engine source code

2013-10-25 Thread Tomas Jelinek
hey, I have tried to build the current master and it works fine. Which exact git commit are you trying to build? BTW for this kinds of errors I could suspect that there is some mess from older builds which causes the problems. If this happens to you also on the current HEAD please try to:

[Engine-devel] missing AIO_CONFIG_NOT_AVAILABLE on 3.3 branch

2013-10-25 Thread Tomas Jelinek
Hey, I have noticed an error: ***L:ERROR Internal error: type object 'Stages' has no attribute 'AIO_CONFIG_NOT_AVAILABLE' while running engine-setup --jboss-home=... This does not happen on the master, only on ovirt-engine-3.3 - I guess the problem is that the

Re: [Engine-devel] missing AIO_CONFIG_NOT_AVAILABLE on 3.3 branch

2013-10-25 Thread Alon Bar-Lev
Correct, broken by the same again... THANKS! - Original Message - From: Tomas Jelinek tjeli...@redhat.com To: engine-devel engine-devel@ovirt.org Cc: Alex Lourie alou...@redhat.com, Alon Bar-Lev alo...@redhat.com Sent: Friday, October 25, 2013 10:57:33 AM Subject: missing

Re: [Engine-devel] missing AIO_CONFIG_NOT_AVAILABLE on 3.3 branch

2013-10-25 Thread Tomas Jelinek
thank you for the quick response! - Original Message - From: Alon Bar-Lev alo...@redhat.com To: Tomas Jelinek tjeli...@redhat.com Cc: engine-devel engine-devel@ovirt.org, Alex Lourie alou...@redhat.com, Sandro Bonazzola sbona...@redhat.com Sent: Friday, October 25, 2013 10:00:23 AM

Re: [Engine-devel] fails when build engine source code

2013-10-25 Thread Piotr Kliczewski
Please try to clean your target directories and rebuild using: make clean install-dev PREFIX=$HOME/ovirt-engine It is always good to check http://www.ovirt.org/OVirt_Engine_Development_Environment and look at Usage section. There is a bit of information which can help solving similar issues.

Re: [Engine-devel] fails when build engine source code

2013-10-25 Thread bigclouds
error reamins. the code is latest today, i update when build. i download a tar package ovirt-engine-3.3.0.1.tar.gz from internet. this tar works thanks. git log: commit c821e8ffdd4b06683fc2089bb0d60c0d9619fb0a Author: Alon Bar-Lev alo...@redhat.com Date: Thu Oct 24 22:28:57 2013

Re: [Engine-devel] fails when build engine source code

2013-10-25 Thread Alon Bar-Lev
Can you please start from scratch? git checkout master git clean -dxf make install-dev PREFIX=`pwd`/xxx ___ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

Re: [Engine-devel] GUI widget for adding/removing entries

2013-10-25 Thread Malini Rao
- Original Message - From: Lior Vernia lver...@redhat.com To: Einav Cohen eco...@redhat.com Cc: engine-devel engine-devel@ovirt.org Sent: Sunday, October 13, 2013 10:03:30 AM Subject: Re: [Engine-devel] GUI widget for adding/removing entries On 10/10/13 16:01, Einav Cohen

Re: [Engine-devel] GUI widget for adding/removing entries

2013-10-25 Thread Einav Cohen
If all the attached examples are orderless, why do 3 of them have the + button on every row? +1. it seems that all widgets should contain the + button only in the last row. I think it will be a good idea to lock down the behavior for ordered and order-less rows as Einav mentioned for