From c-dev-return-22230-apmail-axis-c-dev-archive=axis.apache.org@axis.apache.org Fri Sep 9 09:18:41 2011 Return-Path: X-Original-To: apmail-axis-c-dev-archive@www.apache.org Delivered-To: apmail-axis-c-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 232708CA9 for ; Fri, 9 Sep 2011 09:18:41 +0000 (UTC) Received: (qmail 5210 invoked by uid 500); 9 Sep 2011 09:18:40 -0000 Delivered-To: apmail-axis-c-dev-archive@axis.apache.org Received: (qmail 4974 invoked by uid 500); 9 Sep 2011 09:18:29 -0000 Mailing-List: contact c-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list c-dev@axis.apache.org Received: (qmail 4960 invoked by uid 99); 9 Sep 2011 09:18:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 09:18:24 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=FREEMAIL_FROM,HTML_FONT_FACE_BAD,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of xydinesh@gmail.com designates 209.85.213.45 as permitted sender) Received: from [209.85.213.45] (HELO mail-yw0-f45.google.com) (209.85.213.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 09:18:18 +0000 Received: by ywf9 with SMTP id 9so1593280ywf.32 for ; Fri, 09 Sep 2011 02:17:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=pCBgn3Z4HyUhJlBCaT3w7wTt4n6ONGuvob/k6j2rfrM=; b=Z2/SeySxLGM/EkPVh2Sho7JbK3yBXExmtui4SfXSAZpE3RMAZi4dDl0QIdqcUbVRL+ LwrvH5FYOjzIrSKjZ2YZ5/Qi1q/azPykJTX2znUzD59ik18R8hUiI5lqyamWERtqoPoR lb8qxH/HBVZEUh7fJWBZS6TAgtfvR4WlG1EtI= Received: by 10.236.157.41 with SMTP id n29mr10335526yhk.88.1315559877081; Fri, 09 Sep 2011 02:17:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.99.10 with HTTP; Fri, 9 Sep 2011 02:17:37 -0700 (PDT) In-Reply-To: References: From: Dinesh Weerapurage Date: Fri, 9 Sep 2011 05:17:37 -0400 Message-ID: Subject: Re: Axis2/C 1.7.0 - RC4 To: Apache AXIS C Developers List Content-Type: multipart/alternative; boundary=20cf30363d1527792804ac7ea7fd X-Virus-Checked: Checked by ClamAV on apache.org --20cf30363d1527792804ac7ea7fd Content-Type: text/plain; charset=ISO-8859-1 I would think, it might be better to disable it for the default setting (like in linux) and give user an option of enabling. Dinesh. On Fri, Sep 9, 2011 at 1:27 AM, Nandika Jayawardana wrote: > To disable NTML building on windows, just set both NTLM options to 0 in the > configure.in file. > > Regards > Nandika > > > > On Wed, Sep 7, 2011 at 9:07 PM, Danushka Menikkumbura < > danushka.menikkumbura@gmail.com> wrote: > >> I got the following error while building the RC4 pack on Windows. >> >> c1 : fatal error C1083: Cannot open source file: >> '..\..\samples\client\ntlm\ntlm_post.c': No such fi >> le or directory >> c1 : fatal error C1083: Cannot open source file: >> '..\..\samples\client\ntlm\ntlm_util.c': No such fi >> le or directory >> >> BTW how should I disable building NTLM?. Is it not optional?. >> >> Thanks, >> Danushka >> >> >> On Thu, Sep 8, 2011 at 6:52 AM, Dinesh Weerapurage wrote: >> >>> Just tried to test RC4 looks like we are missing test directory. Couldn't >>> pass ./configure , error as follows >>> >>> config.status: creating src/modules/mod_log/Makefile >>> config.status: error: cannot find input file: `test/Makefile.in' >>> >>> thanks, >>> Dinesh. >>> >>> >>> On Tue, Sep 6, 2011 at 9:27 AM, Samisa Abeysinghe < >>> samisa.abeysinghe@gmail.com> wrote: >>> >>>> Will pack again. >>>> >>>> Samisa... >>>> >>>> On Sat, Sep 3, 2011 at 2:11 PM, Nandika Jayawardana >>> > wrote: >>>> >>>>> It seems I forgot to commit the SSL compilation error fix to the trunk. >>>>> I committed the .fix just now. >>>>> >>>>> Regards >>>>> Nandika >>>>> >>>>> >>>>> On Fri, Sep 2, 2011 at 9:53 PM, Samisa Abeysinghe < >>>>> samisa.abeysinghe@gmail.com> wrote: >>>>> >>>>>> Here are the packs with the reported issues resolved: >>>>>> http://people.apache.org/~samisa/axis2c-1.7.0-RC4/ >>>>>> >>>>>> Thanks, >>>>>> Samisa... >>>>>> >>>>>> On Sat, Sep 3, 2011 at 9:45 AM, Samisa Abeysinghe wrote: >>>>>> >>>>>>> >>>>>>> >>>>>>> On Wed, Aug 31, 2011 at 9:33 AM, Danushka Menikkumbura < >>>>>>> danushka.menikkumbura@gmail.com> wrote: >>>>>>> >>>>>>>> Hi Samisa, >>>>>>>> >>>>>>>> Apparently the source pack is corrupt. I tried to extract it on >>>>>>>> Windows but failed. Please check. >>>>>>>> >>>>>>> >>>>>>> Um, did you try to extract tar on windows? >>>>>>> >>>>>>> >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Danushka >>>>>>>> >>>>>>>> >>>>>>>> On Tue, Aug 30, 2011 at 9:42 PM, Samisa Abeysinghe >>>>>>> > wrote: >>>>>>>> >>>>>>>>> http://people.apache.org/~samisa/axis2c-1.7.0-RC3/ >>>>>>>>> >>>>>>>>> I have the source and Linux binary pack in there. I need someone to >>>>>>>>> help with the Windows pack. >>>>>>>>> >>>>>>>>> I applied all patches that I could to this pack. So we are almost >>>>>>>>> ready to go after a test round. >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> Samisa... >>>>>>>>> >>>>>>>>> >>>>>>>>> On Thu, Sep 2, 2010 at 3:17 PM, Samisa Abeysinghe >>>>>>>> > wrote: >>>>>>>>> >>>>>>>>>> I just had a look at these pathces, and it seems to me that there >>>>>>>>>> would not be any side effects. So I am +1 to ship these patches. >>>>>>>>>> >>>>>>>>>> Samisa... >>>>>>>>>> >>>>>>>>>> On Wednesday, September 1, 2010, Steve Leland < >>>>>>>>>> steve@pouchapond.com> wrote: >>>>>>>>>> > During the 8 years I was on the Domino web server team I never >>>>>>>>>> really appreciated customers telling me what my top priority should be - and >>>>>>>>>> now that I'm on the other side, as your customer, I don't want to make the >>>>>>>>>> same mistake. But it looks like you are close to calling for a vote on 1.7, >>>>>>>>>> and I think there's something that might have been overlooked - I hope >>>>>>>>>> bringing it up via this list is OK. >>>>>>>>>> > >>>>>>>>>> > BinaryTree ships a product that uses Axis2c 1.6, and staticly >>>>>>>>>> links in OpenSSL (since Domino installs with its own versions of the OpenSSL >>>>>>>>>> dlls). I spent a considerable amount time getting it to run without leaking >>>>>>>>>> any memory. When the time comes, it will be much easier to convince the >>>>>>>>>> boss to upgrade to 1.7 if I don't have to go through that again. The >>>>>>>>>> biggest leak I found had already been reported in JIRA -1237 - and I added 3 >>>>>>>>>> very small patches to fix it. >>>>>>>>>> > >>>>>>>>>> > I know that's not your top priority, but it's one of mine - >>>>>>>>>> could I just put in a plea that you consider them for the 1.7 release? >>>>>>>>>> > >>>>>>>>>> > [ >>>>>>>>>> https://issues.apache.org/jira/browse/AXIS2C-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883168#action_12883168] >>>>>>>>>> > >>>>>>>>>> > Regards, >>>>>>>>>> > Steve Leland >>>>>>>>>> > ----- Original Message ----- From: "Selvaratnam Uthaiyashankar" >>>>>>>>>> >>>>>>>>>> > To: "Apache AXIS C Developers List" ; >>>>>>>>>> "Apache AXIS C User List" >>>>>>>>>> > Sent: Wednesday, September 01, 2010 2:04 AM >>>>>>>>>> > Subject: Axis2/C 1.7.0 - RC2 >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > Hi Devs, >>>>>>>>>> > >>>>>>>>>> > You can find Axis2/C RC2 in [1]. Please test and give your >>>>>>>>>> feedback. >>>>>>>>>> > RAT report is in [2]. There are some files[3] (mostly visual >>>>>>>>>> studio >>>>>>>>>> > project files) excluded from the RAT report. Also, generated API >>>>>>>>>> > documents (doxygen documents) and Makefile.in files are not >>>>>>>>>> having any >>>>>>>>>> > headers. Since they are generated files, we can omit them. >>>>>>>>>> > >>>>>>>>>> > If they are fine, can start a format voting thread. >>>>>>>>>> > >>>>>>>>>> > Regards, >>>>>>>>>> > Shankar >>>>>>>>>> > >>>>>>>>>> > [1] http://people.apache.org/~shankar/axis2c/1.7.0-RC2/ >>>>>>>>>> > [2] >>>>>>>>>> http://people.apache.org/~shankar/axis2c/1.7.0-RC2/rat-report.txt >>>>>>>>>> > [3] >>>>>>>>>> http://people.apache.org/~shankar/axis2c/1.7.0-RC2/rat-avoid.txt >>>>>>>>>> > >>>>>>>>>> > -- >>>>>>>>>> > S.Uthaiyashankar >>>>>>>>>> > Senior Software Architect >>>>>>>>>> > WSO2 Inc. >>>>>>>>>> > http://wso2.com/ - "lean . enterprise . middleware" >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> --------------------------------------------------------------------- >>>>>>>>>> > To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org >>>>>>>>>> > For additional commands, e-mail: c-user-help@axis.apache.org >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> --------------------------------------------------------------------- >>>>>>>>>> > To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org >>>>>>>>>> > For additional commands, e-mail: c-dev-help@axis.apache.org >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>> >>>> >>> >> > --20cf30363d1527792804ac7ea7fd Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I would think, it might be better to disable it for the default setting = (like in linux) and give user an option of enabling.
=
Dinesh.

On Fri, Sep 9, 2011 at 1:27 AM, Nandika Ja= yawardana <jayaw= ark@gmail.com> wrote:
To disable NTML building on windows, just set both NTLM options to 0 in the= configure.in file.
Regards
Nandika



On Wed, Sep 7, 2011 at 9:07 PM, Danu= shka Menikkumbura <danushka.menikkumbura@gmail.com> wrote:
I got the following error while building the= RC4 pack on Windows.

c1 : fatal error C1083: Cannot open source fil= e: '..\..\samples\client\ntlm\ntlm_post.c': No such fi
le or directory
c1 : fatal error C1083: Cannot open source file: '..= \..\samples\client\ntlm\ntlm_util.c': No such fi
le or directory

BTW how should I disable building NTLM?. Is it not o= ptional?.

Thanks,
Danushka


On Thu, Sep 8, 2011 at 6:52= AM, Dinesh Weerapurage <xydinesh@gmail.com> wrote:
Just tried to test RC4 looks like we are = missing test directory. Couldn't pass ./configure , error as follows

config.status: creating src= /modules/mod_log/Makefile
config.status: error: cannot find input file: `test/Makefile.in'

thanks,
Dinesh.


On Tue, Sep 6, 2011 at 9:27 AM, Samisa Abeysin= ghe <samisa.abeysinghe@gmail.com> wrote:
Will pack again.
=A0
Samisa...

On Sat, Sep 3, 2011 at 2:11 PM, Nandika Jayaward= ana <jayawark@gmail.com> wrote:
It seems I forgot to commit the SSL compilation error fi= x to the trunk. I committed the .fix just now.

Regards
Nandika
<= br>
On Fri, Sep 2, 2011 at 9:53 PM, Samisa Ab= eysinghe <samisa.abeysinghe@gmail.com> wrote:
Here are the packs with the reported issues resolved: http://people.apache.org/~samisa/axis2c-1.7.0-RC4/

Thanks,
Samisa...

On Sat, Sep 3, 2011 at 9:45 AM, Samisa Abeysinghe <samisa@wso2.com> wrote:


On Wed, Aug 31, 2011 at 9:33 AM, Da= nushka Menikkumbura <danushka.menikkumbura@gmail.com>= wrote:
Hi Samisa,

Apparently the source pack is corrupt. I tried to extract= it on Windows but failed. Please check.

Um, did you try to extract tar on windows?
=A0

Thanks,
Danushka
=

On Tue, Aug 30, 2011 at 9:42 PM, Samisa = Abeysinghe <samisa@wso2.com> wrote:
http://people.apache.org/~samisa/axis2c-1.7.0-RC= 3/

I have the source and Linux binary pack in there. I need som= eone to help with the Windows pack.=A0

I applied all patches that I could to this pack. So we = are almost ready to go after a test round.=A0

Than= ks,
Samisa...


On Thu= , Sep 2, 2010 at 3:17 PM, Samisa Abeysinghe <samisa@wso2.com> wrote:
I just had a look at these pathces, and it seems to me t= hat there
would not be any side effects. So I am +1 to ship these patches.

Samisa...

On Wednesday, September 1, 2010, Steve Leland <steve@pouchapond.com> wrote:
> During the 8 years I was on the Domino web server team I never really = appreciated customers telling me what my top priority should be - and now t= hat I'm on the other side, as your customer, I don't want to make t= he same mistake. =A0But it looks like you are close to calling for a vote o= n 1.7, and I think there's something that might have been overlooked - = I hope bringing it up via this list is OK.
>
> BinaryTree ships a product that uses Axis2c 1.6, and staticly links in= OpenSSL (since Domino installs with its own versions of the OpenSSL dlls).= I spent a considerable amount time getting it to run without leaking any m= emory. =A0When the time comes, it will be much easier to convince the boss = to upgrade to 1.7 if I don't have to go through that again. =A0The bigg= est leak I found had already been reported in JIRA -1237 - and I added 3 ve= ry small patches to fix it.
>
> I know that's not your top priority, but it's one of mine - co= uld I just put in a plea that you consider them for the 1.7 release?
>
> =A0[ https://issues.= apache.org/jira/browse/AXIS2C-1237?page=3Dcom.atlassian.jira.plugin.system.= issuetabpanels:comment-tabpanel&focusedCommentId=3D12883168#action_1288= 3168 ]
>
> Regards,
> Steve Leland
> ----- Original Message ----- From: "Selvaratnam Uthaiyashankar&qu= ot; <uthai= yashankar@gmail.com>
> To: "Apache AXIS C Developers List" <c-dev@axis.apache.org>; "= ;Apache AXIS C User List" <c-user@axis.apache.org>
> Sent: Wednesday, September 01, 2010 2:04 AM
> Subject: Axis2/C 1.7.0 - RC2
>
>
>
> Hi Devs,
>
> You can find Axis2/C RC2 in [1]. Please test and give your feedback. > RAT report is in [2]. There are some files[3] (mostly visual studio > project files) excluded from the RAT report. Also, generated API
> documents (doxygen documents) and Makefile.in files are not having any=
> headers. Since they are generated files, we can omit them.
>
> If they are fine, can start a format voting thread.
>
> Regards,
> Shankar
>
> [1] http://people.apache.org/~shankar/axis2c/1.7.0-RC2/ > [2] http://people.apache.org/~shankar/axis2c/1.= 7.0-RC2/rat-report.txt
> [3] http://people.apache.org/~shankar/axis2c/1.7= .0-RC2/rat-avoid.txt
>
> --
> S.Uthaiyashankar
> Senior Software Architect
> WSO2 Inc.
> http://wso2.com/ - = "lean . enterprise . middleware"
>
> ---------------------------------------------------------------------<= br> > To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: c-user-help@axis.apache.org
>
>
>
>
>
>
>
> ---------------------------------------------------------------------<= br> > To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
> For additional commands, e-mail: c-dev-help@axis.apache.org
>
>










--20cf30363d1527792804ac7ea7fd--