Re: [Engine-devel] Building ovirt engine instructions

2012-07-27 Thread Hopper, Ricky
Through some experimentation, I found a list of steps that seems to fix everything on my machines: restapi-definition -> project -> properties -> java build path -> source -> add source folder -> target/generated-sources/xjc webadmin -> project -> properties -> java build path -> source ->

Re: [Engine-devel] Building ovirt engine instructions

2012-07-27 Thread Hopper, Ricky
Through some experimentation, I found a list of steps that seems to fix everything on my machines: restapi-definition -> project -> properties -> java build path -> source -> add source folder -> target/generated-sources/xjc webadmin -> project -> properties -> java build path -> source ->

Re: [Engine-devel] Adding VNC support

2012-07-27 Thread Itamar Heim
On 07/28/2012 03:31 AM, Alon Bar-Lev wrote: - Original Message - From: "Michal Skrivanek" To: "Alon Bar-Lev" Cc: "Ewoud Kohl van Wijngaarden" , engine-devel@ovirt.org Sent: Friday, July 27, 2012 12:01:32 PM Subject: Re: [Engine-devel] Adding VNC support On Jul 26, 2012, at 16:55 ,

Re: [Engine-devel] Adding VNC support

2012-07-27 Thread Alon Bar-Lev
- Original Message - > From: "Michal Skrivanek" > To: "Alon Bar-Lev" > Cc: "Ewoud Kohl van Wijngaarden" , > engine-devel@ovirt.org > Sent: Friday, July 27, 2012 12:01:32 PM > Subject: Re: [Engine-devel] Adding VNC support > > > On Jul 26, 2012, at 16:55 , Alon Bar-Lev wrote: > > > O

Re: [Engine-devel] Building ovirt engine instructions

2012-07-27 Thread Allon Mureinik
Also, if you're using Eclipse Juno, you want to take a look at this gerrit topic: http://gerrit.ovirt.org/#/q/status:open+project:ovirt-engine+branch:master+topic:eclipse-juno-support,n,z I found out the hard way Juno is a tad over-strict when it comes to parsing poms, and this may save you some

Re: [Engine-devel] Building ovirt engine instructions

2012-07-27 Thread Allon Mureinik
Just had to reinstall and reconfigure Eclipse myself due to a yum upgrade misshap (kids, don't try this at home :-)), so here's some insight on the process. - Original Message - > From: "George Costea" > To: "Yair Zaslavsky" , engine-devel@ovirt.org > Sent: Friday, July 27, 2012 2:03:14

[Engine-devel] FW: Building ovirt engine instructions

2012-07-27 Thread Schoenbrun, Dustin
Hey All, Ricky sent these out this morning but it never hit the email blaster. I'm forwarding these on his behalf. If you have questions, please let either Ricky or I know. Thanks! -- Dustin Through some experimentation, I found a list of steps that seems to fix everything on my machines:

Re: [Engine-devel] oVirt UI Plugins: Update on current progress

2012-07-27 Thread Vojtech Szocs
> > On the other hand, if someone wants to develop a plugin completely on his > > own, he could take care of rendering plugin HTML page by himself (e.g. when > > someone wants to use GWT to build his plugins). We can discuss this on the > > upcoming meeting if necessary. > > this again assumes c

Re: [Engine-devel] oVirt UI Plugins: Update on current progress

2012-07-27 Thread Vojtech Szocs
Hi George, the PoC defines a simple ActionButtonClick event which is fired when the user clicks on "New Server" button, and WebAdmin invokes ActionButtonClick function on all plugins. This is just an example to demonstrate how plugin invocation could work. If you want to add new button to VM m

Re: [Engine-devel] oVirt UI Plugins: Update on current progress

2012-07-27 Thread Vojtech Szocs
> It appears to me that the cross-origin issue is caused because the plugin > definition is embedded in the WebAdmin host page that is hosted by the JBoss > AS. This then requires that all plugins also exist within the same origin. Yes, WebAdmin host page is served through Engine JBoss and ther

Re: [Engine-devel] oVirt UI Plugins: Update on current progress

2012-07-27 Thread Itamar Heim
On 07/27/2012 03:26 PM, Vojtech Szocs wrote: what do you mean by a servlet here? I mean a dedicated servlet for rendering HTML page used to load the given plugin. Such servlet (PluginSourcePageServlet in PoC patch) would assemble following information into a single HTML page that represents

Re: [Engine-devel] oVirt UI Plugins: Update on current progress

2012-07-27 Thread Vojtech Szocs
> what do you mean by a servlet here? I mean a dedicated servlet for rendering HTML page used to load the given plugin. Such servlet (PluginSourcePageServlet in PoC patch) would assemble following information into a single HTML page that represents the plugin: - plugin dependencies - plugin con

Re: [Engine-devel] Building ovirt engine instructions

2012-07-27 Thread Costea, George
I get to the step that reads, "Change project settings to Resolve compilation errors." After completing the first 3 steps below: restapi-definition -> project -> properties -> java build path -> source -> add source folder -> target/generated-sources/xjc webadmin -> projec

Re: [Engine-devel] Adding VNC support

2012-07-27 Thread Michal Skrivanek
On Jul 26, 2012, at 16:55 , Alon Bar-Lev wrote: > On Thu, Jul 26, 2012 at 5:51 PM, Ewoud Kohl van Wijngaarden > wrote: >> On Thu, Jul 26, 2012 at 07:36:43AM -0700, snmis...@linux.vnet.ibm.com wrote: >>> I am looking at adding VNC support in ovirt. What does the community >>> think? Ideas, sugges

Re: [Engine-devel] Adding VNC support

2012-07-27 Thread Itamar Heim
On 07/26/2012 05:55 PM, Alon Bar-Lev wrote: On Thu, Jul 26, 2012 at 5:51 PM, Ewoud Kohl van Wijngaarden wrote: On Thu, Jul 26, 2012 at 07:36:43AM -0700, snmis...@linux.vnet.ibm.com wrote: I am looking at adding VNC support in ovirt. What does the community think? Ideas, suggestions, comments?

Re: [Engine-devel] Adding VNC support

2012-07-27 Thread Alon Bar-Lev
On Thu, Jul 26, 2012 at 5:51 PM, Ewoud Kohl van Wijngaarden wrote: > On Thu, Jul 26, 2012 at 07:36:43AM -0700, snmis...@linux.vnet.ibm.com wrote: >> I am looking at adding VNC support in ovirt. What does the community >> think? Ideas, suggestions, comments? > By that I think you mean adding VNC su