Re: [Engine-devel] [ovirt-engine-sdk] Simplify the process of the RSDL code generation

2012-05-28 Thread ShaoHe Feng
I have write an example. Now it can only add the import module automatically . see the attachment. What about this way to add the NOT_GENERATED codes? if OK, I will go ahead to add the left NOT_GENERATED codes. such as how to add an attribute of an class. On 05/28/2012 03:54 PM, ShaoHe Fen

Re: [Engine-devel] [ovirt-engine-sdk] Simplify the process of the RSDL code generation

2012-05-28 Thread Michael Pasternak
On 05/28/2012 10:54 AM, ShaoHe Feng wrote: > On 05/28/2012 03:26 PM, ShaoHe Feng wrote: >> On 05/28/2012 02:56 PM, Michael Pasternak wrote: >>> On 05/27/2012 08:06 PM, ShaoHe Feng wrote: On 05/26/2012 01:48 AM, Michael Pasternak wrote: > Hi, > > On 05/24/2012 09:13 PM, ShaoHe Fen3g

Re: [Engine-devel] [ovirt-engine-sdk] Simplify the process of the RSDL code generation

2012-05-28 Thread ShaoHe Feng
On 05/28/2012 03:26 PM, ShaoHe Feng wrote: On 05/28/2012 02:56 PM, Michael Pasternak wrote: On 05/27/2012 08:06 PM, ShaoHe Feng wrote: On 05/26/2012 01:48 AM, Michael Pasternak wrote: Hi, On 05/24/2012 09:13 PM, ShaoHe Fen3g wrote: Hi all, Now I'm using the code generation suites of ovirt-e

Re: [Engine-devel] [ovirt-engine-sdk] Simplify the process of the RSDL code generation

2012-05-28 Thread ShaoHe Feng
On 05/28/2012 02:56 PM, Michael Pasternak wrote: On 05/27/2012 08:06 PM, ShaoHe Feng wrote: On 05/26/2012 01:48 AM, Michael Pasternak wrote: Hi, On 05/24/2012 09:13 PM, ShaoHe Fen3g wrote: Hi all, Now I'm using the code generation suites of ovirt-engine-sdk, I find it is very troublesome.

Re: [Engine-devel] [ovirt-engine-sdk] Simplify the process of the RSDL code generation

2012-05-27 Thread Michael Pasternak
On 05/27/2012 08:06 PM, ShaoHe Feng wrote: > On 05/26/2012 01:48 AM, Michael Pasternak wrote: >> Hi, >> >> On 05/24/2012 09:13 PM, ShaoHe Fen3g wrote: >>> Hi all, >>> >>> Now I'm using the code generation suites of ovirt-engine-sdk, I find it is >>> very troublesome. >> I completely agree with you

Re: [Engine-devel] [ovirt-engine-sdk] Simplify the process of the RSDL code generation

2012-05-27 Thread ShaoHe Feng
On 05/26/2012 01:48 AM, Michael Pasternak wrote: Hi, On 05/24/2012 09:13 PM, ShaoHe Fen3g wrote: Hi all, Now I'm using the code generation suites of ovirt-engine-sdk, I find it is very troublesome. I completely agree with you, automating python entities generation is on top of my TODO stack

Re: [Engine-devel] [ovirt-engine-sdk] Simplify the process of the RSDL code generation

2012-05-25 Thread Michael Pasternak
Hi, On 05/24/2012 09:13 PM, ShaoHe Fen3g wrote: > Hi all, > > Now I'm using the code generation suites of ovirt-engine-sdk, I find it is > very troublesome. I completely agree with you, automating python entities generation is on top of my TODO stack see [1], Along with this, there was always

[Engine-devel] [ovirt-engine-sdk] Simplify the process of the RSDL code generation

2012-05-24 Thread ShaoHe Feng
Hi all, Now I'm using the code generation suites of ovirt-engine-sdk, I find it is very troublesome. IMO, we can simplify the process. And I want to engaged in it. there are two tools parse the api.xsd and generate the params.py code. They are generateds_gui.py and generateDS.py. but there