[jira] Created: (AXIS2C-638) Linker error while trying to bulid Axis/C on Solaris

2007-07-10 Thread velmurugan (JIRA)
Linker error while trying to bulid Axis/C on Solaris Key: AXIS2C-638 URL: https://issues.apache.org/jira/browse/AXIS2C-638 Project: Axis2-C Issue Type: Bug Components: build

Trunk problems compiling universal binary for OS X leopard

2007-07-10 Thread Terry Wilson
When trying to compile axis2c to create a 4-way universal binary (ppc/x86 32/64-bit) under OS X leopard: env CFLAGS=-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc7400 -arch x86_64 -arch ppc64 LDFLAGS=-arch i386 -arch ppc7400 -arch x86_64 -arch ppc64 ./configure

Re: Trunk problems compiling universal binary for OS X leopard

2007-07-10 Thread Samisa Abeysinghe
Terry Wilson wrote: When trying to compile axis2c to create a 4-way universal binary (ppc/x86 32/64-bit) under OS X leopard: env CFLAGS=-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc7400 -arch x86_64 -arch ppc64 LDFLAGS=-arch i386 -arch ppc7400 -arch x86_64 -arch ppc64

Re: Trunk problems compiling universal binary for OS X leopard

2007-07-10 Thread Samisa Abeysinghe
Also, under OS X copy_samples.sh which uses 'find -name' fails because OS X forces the directory to be the first argument. Changing to 'find . -name' should work across all platforms. Yes this is a bug, will fix that. Fixed in trunk. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/

Re: Update from board regarding our oversight of WS project.

2007-07-10 Thread Davanum Srinivas
Folks, 4 Projects have no volunteers yet...Axis/Axis2/JaxMe/XMLRPC http://wiki.apache.org/ws/FrontPage/BoardReports The board meeting is on 18th this month. Please update info on your project here: http://wiki.apache.org/ws/ReportForJul2007 thanks, dims On 7/3/07, Davanum Srinivas [EMAIL

JSON-Axis2/C

2007-07-10 Thread Kasun Indrasiri
Hi, I do have few issues in converting the JSON to XML using Badgerfish convention. · Currently the Badgerfish convention is not supporting the *XML Mixed Content*. (Element and text nodes). In order to support mixed content there are few suggestions available. One common solution is to

Re: JSON-Axis2/C

2007-07-10 Thread Nandika Jayawardana
Hi Kasun, I think its ok to use the array technique. -- Nandika On 7/11/07, Kasun Indrasiri [EMAIL PROTECTED] wrote: Hi, I do have few issues in converting the JSON to XML using Badgerfish convention. · Currently the Badgerfish convention is not supporting the *XML Mixed Content*