Well, I can report that this is not an issue anymore. Neethi test's build 
depends only on axiom. The flaw was on version 1.3.0 (or there is something 
wrong in my build environment).

-----Original Message-----
From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
Sent: segunda-feira, 2 de junho de 2008 23:05
To: Apache AXIS C Developers List
Subject: Re: Neethi building tests when --disable-tests is configured

Becker, Thiago (R&D Brazil) wrote:
> Yes, that's the parser I'm using, but still the test in neethi builds with 
> libxml2 dependencies. Is this a flaw?
>

Yes it is. If you are using Guththila, everything should be using Guththila.
I think we need to fix the neethi tests to pick the correct parser.

Samisa...

> Thiago
>
> -----Original Message-----
> From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
> Sent: sexta-feira, 30 de maio de 2008 23:09
> To: Apache AXIS C Developers List
> Subject: Re: Neethi building tests when --disable-tests is configured
>
> Thank you for the patch. BTW, have you tried the Guththila parser?
>
> Samisa...
>
> Becker, Thiago (R&D Brazil) wrote:
>
>> Hello,
>>
>> I saw this flaw because my libxml2 is too old, and missing a function 
>> definition. The attached patch applies to revision 661795.
>>
>> Thiago
>>
>> --
>> Index: neethi/configure.ac
>> ===================================================================
>> --- neethi/configure.ac (revision 661794)
>> +++ neethi/configure.ac (working copy)
>> @@ -61,7 +61,24 @@
>>
>>  AC_SUBST(VERSION_NO)
>>
>> +AC_MSG_CHECKING(whether to build tests) AC_ARG_ENABLE(tests, [
>> +--enable-tests
>> +                          build tests (default=no)], [ case
>> +"${enableval}" in
>> +  yes)
>> +    AC_MSG_RESULT(yes)
>> +    TESTDIR="test"
>> +    ;;
>> +  *)
>> +    AC_MSG_RESULT(no)
>> +    TESTDIR=""
>>
>> +    ;;
>> +  esac ],
>> +  AC_MSG_RESULT(no)
>> +  TESTDIR=""
>> +)
>> +
>>  AC_CONFIG_FILES([Makefile \
>>      src/Makefile \
>>      src/secpolicy/Makefile \
>> Index: neethi/Makefile.am
>> ===================================================================
>> --- neethi/Makefile.am  (revision 661794)
>> +++ neethi/Makefile.am  (working copy)
>> @@ -1,3 +1,3 @@
>> -SUBDIRS = src test
>> +SUBDIRS = src $(TESTDIR)
>>  includedir=$(prefix)/include/axis2-1.4.0
>>  include_HEADERS=$(top_builddir)/include/*.h
>>
>> ---------------------------------------------------------------------
>> -
>> --
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> ---------------------------------------------------------------------
>> -
>> --
>>
>>
>> No virus found in this incoming message.
>> Checked by AVG.
>> Version: 8.0.100 / Virus Database: 269.24.4/1474 - Release Date:
>> 5/30/2008 7:44 AM
>>
>>
>
>
> --
> Samisa Abeysinghe
> Director, Engineering; WSO2 Inc.
>
> http://www.wso2.com/ - "The Open Source SOA Company"
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ----------------------------------------------------------------------
> --
>
>
> No virus found in this incoming message.
> Checked by AVG.
> Version: 8.0.100 / Virus Database: 269.24.4/1478 - Release Date:
> 6/2/2008 7:12 AM
>


--
Samisa Abeysinghe
Director, Engineering; WSO2 Inc.

http://www.wso2.com/ - "The Open Source SOA Company"


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to