Re: [axis2] wsdl2c codegen tool directory structure-with correct format

2006-07-02 Thread Dimuthu Gamage
Hi, Since I m following the architecture of the Axis2/Java codegen tool, I'm loading configurations dynamically in a way it allow to take a binary release of the tool and get done code generation for another language easily. Since Axis2/c is designed to intergrate with other platforms like

Re: [axis2] wsdl2c codegen tool directory structure-with correct format

2006-06-30 Thread Damitha Kumarage
Hi Dimuthu, Why do we create a sub folder inside lib called and put codegen libs there. We can just put them in libs folder as we do with other modules. Also I would prefer a single codegen dll in use. Similary we can put the executable directly under deploy/bin. thanks Damitha Dimuthu Gamage

Re: [axis2] wsdl2c codegen tool directory structure-with correct format

2006-06-30 Thread Dimuthu Gamage
Hi, The reason I plan to create seperate DLL's for extensions and emitters is, they should be loaded dynamically according to the configuration file by reflection. Since there will be many .so files for each extension and emitters I thought its better to create sepereate folders. Aren't

Re: [axis2] wsdl2c codegen tool directory structure-with correct format

2006-06-30 Thread Damitha Kumarage
Hi Dimuthu, Dimuthu Gamage wrote: Hi, The reason I plan to create seperate DLL's for extensions and emitters is, they should be loaded dynamically according to the configuration file by reflection. Since there will be many .so files for each extension and emitters I thought its better to

Re: [axis2] wsdl2c codegen tool directory structure-with correct format

2006-06-29 Thread Dimuthu Gamage
Hi Sorry about the bad formatting. Corrected one is pasted and attched here. Thanks Dimuthu $AXIS2C_HOME | +---conf | | | | | +-codegenconfiguration files | |