Re: forward declaration in generated adb files causes a C++ error

2008-08-25 Thread Dimuthu Gamage
Hi, Yea it is a bug, and i just fixed it in the SVN. In fact you can fix it without needing to compile the source. extract the adb-codegen-*.jar and check "org/apache/axis2/schema/template/CADBBeanTemplateHeader.xsl" for a template. Thanks Dimuthu On Thu, Aug 21, 2008 at 12:28 PM, Tammy Martin

[AXIS2] Axis2 and KDevelop

2008-08-25 Thread Martina08
Hi i want to test the math example under the IDE KDevelop (Linux). My command in the panel was something like: g++ -m32 -o mathexec _I/home/.../include/axis2-1.5.0 -L/home/.../lib -laxutil -laxis2_axiom ..-ldl -Wl,--rpath -Wl,/home/.../lib and it works! so i did the following in KDevelop: