[prev in list] [next in list] [prev in thread] [next in thread] 

List:       axis-c-dev
Subject:    Re: AttachmentHelper breaks Windows and AIX
From:       "sanjaya singharage" <sanjayas () opensource ! lk>
Date:       2005-01-31 12:13:26
Message-ID: 037e01c5078e$4490fbf0$0665a8c0 () dfduc05cq64kja
[Download RAW message or body]

Ok. +1 for keeping attachments out of 1.5.

sanjaya.
  ----- Original Message ----- 
  From: John Hawkins 
  To: Apache AXIS C Developers List 
  Sent: Monday, January 31, 2005 3:33 PM
  Subject: Re: AttachmentHelper breaks Windows and AIX



  Hi Folks, 

  AIX is broken and we do not have the resource to fix it if attachments are in - \
there is no guaranteee that the issue that we see now will be the last !   I would \
prefer (as I keep repeating!) to keep Attachments out of this release please? 

  Overall, I also think this is a hack fix (as I think others agree) and we should \
look for a better solution. 

  thankyou, 
  John. 

  John Hawkins




        Samisa Abeysinghe <samisa.abeysinghe@gmail.com> 
        31/01/2005 07:57 Please respond to
              "Apache AXIS C Developers List" 


       To Apache AXIS C Developers List <axis-c-dev@ws.apache.org>  
              cc  
              Subject Re: AttachmentHelper breaks Windows and AIX 

              

       



  Well, I think the problems are with platforms other than Windows and Linux.

  AIX has been a major concern according to John. 

  There is limited access to this platform, hence the question is, would
  those who have access would have enough time and energy to test this
  within the set timelines?

  We cannot ignore the platform factor as there could be planned
  deployments on those platforms.

  Thanks,
  Samisa...


  On 31 Jan 2005 12:14:27 +0600, Roshan Weerasuriya <roshan@opensource.lk> wrote:
  > hi All,
  > 
  > If the attachment support works on windows and linux, and if there is a
  > sample as well, and if it is tested, then I would like to see it with
  > 1.5. If we have a feature it is a good idea to provide it to the
  > clients.
  > 
  > +1 for supporting Attachments with 1.5 release.
  > 
  > Roshan
  > 
  > On Mon, 2005-01-31 at 12:10, Rangika Mendis wrote:
  > >   Hi Samisa,
  > >
  > >   If there are no issues supporting ws-attachments for 1.5 then this can be
  > > shipped with 1.5.
  > >
  > >   Regards,
  > >   Rangika
  > >
  > >
  > >
  > >   ----- Original Message -----
  > >   From: "Samisa Abeysinghe" <samisa.abeysinghe@gmail.com>
  > >   To: "Apache AXIS C Developers List" <axis-c-dev@ws.apache.org>
  > >   Sent: Monday, January 31, 2005 11:49 AM
  > >   Subject: Re: AttachmentHelper breaks Windows and AIX
  > >
  > >
  > >   > Hi Rangika,
  > >   >      Please help me get this right.
  > >   >      What you are saying is that all the implementations are in CVS,
  > >   > but attachments would not ship with 1.5. Am I correct?
  > >   >
  > >   > Regards,
  > >   > Samisa...
  > >   >
  > >   >
  > >   > On Mon, 31 Jan 2005 11:14:26 +0600, Rangika Mendis
  > >   > <rangika@opensource.lk> wrote:
  > >   > >
  > >   > >  Hi all,
  > >   > >
  > >   > >  Ws-attachments are working on windows & Linux. We tested with the
  > > latest
  > >   > > checkout & it worked.
  > >   > >  We have commited all the stuff (code, samples etc) to the CVS. (But
  > > we
  > >   > > have just commented the places where it invokes attachment related
  > > methods
  > >   > > in the CVS.)
  > >   > >
  > >   > >  Regards,
  > >   > >  Nithya & Rangika
  > >   > >
  > >   > >  ----- Original Message -----
  > >   > >  From: "Rangika Mendis" <rangika@opensource.lk>
  > >   > >  To: "Apache AXIS C Developers List" <axis-c-dev@ws.apache.org>
  > >   > >  Sent: Friday, January 28, 2005 5:25 PM
  > >   > >  Subject: Re: AttachmentHelper breaks Windows and AIX
  > >   > >
  > >   > >  >   Hi Roshan,
  > >   > >  >
  > >   > >  >   Thanx for the solution...... it works in windows.
  > >   > >  >
  > >   > >  >   So sorry for the late reply.
  > >   > >  >
  > >   > >  >   Regards,
  > >   > >  >   Rangika
  > >   > >  >   ----- Original Message -----
  > >   > >  >   From: "Roshan Weerasuriya" <roshan@opensource.lk>
  > >   > >  >   To: "Apache AXIS C Developers List" <axis-c-dev@ws.apache.org>
  > >   > >  >   Sent: Tuesday, January 25, 2005 3:07 PM
  > >   > >  >   Subject: Re: AttachmentHelper breaks Windows and AIX
  > >   > >  >
  > >   > >  >
  > >   > >  >   > hi All,
  > >   > >  >   >
  > >   > >  >   > The following hack will make the code work. If you add this in
  > > the
  > >   > >  >   > AttachmentHelper.h then it builds fine.
  > >   > >  >   >
  > >   > >  >   > //-----add this code to AttachmentHelper.h-----
  > >   > >  >   > #ifdef strtoul
  > >   > >  >   > #undef strtoul
  > >   > >  >   > #endif
  > >   > >  >   > #define strtoul strtoul
  > >   > >  >   > //-----end add this code to AttachmentHelper.h-----
  > >   > >  >   >
  > >   > >  >   > But I doubt whether using this hack is OK simple because apache
  > >   > > doesn't
  > >   > >  >   > like this "strtoul" function. What we do is going against
  > > apache.
  > >   > > But
  > >   > >  >   > there is no other solution as I see when you look at the
  > > following
  > >   > >  >   > summary.
  > >   > >  >   >
  > >   > >  >   > Summary:
  > >   > >  >   > Rangika or Nithya is not using this "strtoul" function at all
  > > in any
  > >   > > of
  > >   > >  >   > the files including AttachmentHelper.h. It is that when VC++ 6
  > >   > > buids,
  > >   > >  >   > one of its files which is "program files\microsoft visual
  > >   > >  >   > studio\vc98\include\xlocnum" is the which is using this
  > > function, so
  > >   > > it
  > >   > >  >   > is totaly out of our control.
  > >   > >  >   >
  > >   > >  >   > I tried to define strtol instead of strtoul but it didn't
  > > compile in
  > >   > >  >   > windows/VC++
  > >   > >  >   >
  > >   > >  >   > //-----add this code to AttachmentHelper.h but doesn't
  > > build-----
  > >   > >  >   > #ifdef strtoul
  > >   > >  >   > #undef strtoul
  > >   > >  >   > #endif
  > >   > >  >   > #define strtoul strtol
  > >   > >  >   > //-----end add this code to AttachmentHelper.h-----
  > >   > >  >   >
  > >   > >  >   > Roshan
  > >   > >  >   >
  > >   > >  >   >
  > >   > >  >   > On Tue, 2005-01-25 at 10:35, Roshan Weerasuriya wrote:
  > >   > >  >   > > hi All,
  > >   > >  >   > >
  > >   > >  >   > > I checked the same in Linux. The linux apache version
  > > (apache2)
  > >   > > also
  > >   > >  > has
  > >   > >  >   > > the same entry in its httpd.h include file. But in linux the
  > >   > > module
  > >   > >  >   > > builds fine.
  > >   > >  >   > >
  > >   > >  >   > > I think when you build the "Axis C++ Apache2 module" in
  > > windows,
  > >   > > VC++
  > >   > >  > 6
  > >   > >  >   > > uses the following file in the compilation process:
  > >   > >  >   > > "program files\microsoft visual studio\vc98\include\xlocnum"
  > >   > >  >   > >
  > >   > >  >   > > This file has funcation calls to the "strtoul" function which
  > >   > > Apache
  > >   > >  >   > > doesn't like for some reason (as Apache says it is not a
  > > portable
  > >   > >  >   > > function)
  > >   > >  >   > >
  > >   > >  >   > > But probably in linux there are no function calls to
  > > "strtoul" so
  > >   > > it
  > >   > >  >   > > builds fine in linux.
  > >   > >  >   > >
  > >   > >  >   > > Any ideas abt solving this problem???
  > >   > >  >   > >
  > >   > >  >   > > Roshan
  > >   > >  >   > >
  > >   > >  >   > > On Tue, 2005-01-25 at 10:28, Roshan Weerasuriya wrote:
  > >   > >  >   > > > hi All,
  > >   > >  >   > > >
  > >   > >  >   > > > When I investigated this problem I found the following. In
  > > the
  > >   > >  >   > > > apache2_0\httpd.h include file the following is there:
  > >   > >  >   > > >
  > >   > >  > //-----from apache2_0\httpd.h ------
  > >   > >  >   > > > ..
  > >   > >  >   > > > ....
  > >   > >  >   > > > /** strtoul does not exist on sunos4. */
  > >   > >  >   > > > #ifdef strtoul
  > >   > >  >   > > > #undef strtoul
  > >   > >  >   > > > #endif
  > >   > >  >   > > > #define strtoul
  > >   > >  > strtoul_is_not_a_portable_function_use_strtol_instead
  > >   > >  >   > > > ...
  > >   > >  >   > > > ......
  > >   > >  >   > > > //-----end from apache2_0\httpd.h ------
  > >   > >  >   > > >
  > >   > >  >   > > > This causes this compile error in windows. I just commented
  > >   > > above
  > >   > >  > from
  > >   > >  >   > > > the httpd.h file and then the Axis C++ Apache2 module
  > > started to
  > >   > >  > compile
  > >   > >  >   > > > fine. But this is not the soulution since we can't comment
  > >   > > Apache's
  > >   > >  >   > > > httpd.h file entries.
  > >   > >  >   > > >
  > >   > >  >   > > > Any idea???
  > >   > >  >   > > >
  > >   > >  >   > > > Roshan
  > >   > >  >   > > >
  > >   > >  >   > > >
  > >   > >  >   > > > On Tue, 2005-01-25 at 10:07, Rangika Mendis wrote:
  > >   > >  >   > > > >         Hi John,
  > >   > >  >   > > > >
  > >   > >  >   > > > >         When I tried to compile the Apache2Transport with
  > >   > >  >   > > > >         AttachmentHelper class included I also got the
  > > linking
  > >   > >  > errors
  > >   > >  >   > > > >         that you  mentioned. Then I renamed strtoul with
  > >   > > strtol in
  > >   > >  > the
  > >   > >  >   > > > >         xlocnum file. That solved the compilation
  > > problems.
  > >   > >  >   > > > >
  > >   > >  >   > > > >         We tested all the classes related to
  > > ws-attachments in
  > >   > >  > windows
  > >   > >  >   > > > >         before committing and it worked.
  > >   > >  >   > > > >
  > >   > >  >   > > > >         Well I guess we'll have to test again.
  > >   > >  >   > > > >
  > >   > >  >   > > > >         Regards,
  > >   > >  >   > > > >         Rangika
  > >   > >  >   > > > >
  > >   > >  >   > > > >
  > >   > >  >   > > > >         ----- Original Message -----
  > >   > >  >   > > > >                 From: John Hawkins
  > >   > >  >   > > > >                 To: axis-c-dev@ws.apache.org
  > >   > >  >   > > > >                 Sent: Tuesday, January 25, 2005 2:55 AM
  > >   > >  >   > > > >                 Subject: AttachmentHelper breaks Windows
  > > and
  > >   > > AIX
  > >   > >  >   > > > >
  > >   > >  >   > > > >                 Hi Folks,
  > >   > >  >   > > > >
  > >   > >  >   > > > >                 Attachments appear to have broken the
  > > builds
  > >   > > again
  > >   > >  > I'm
  > >   > >  >   > > > >                 afraid. It broke on Windows and AIX. It
  > >   > > appears,
  > >   > >  > after
  > >   > >  >   > > > >                 some investigation, that AttachmentHelper
  > > is
  > >   > > the
  > >   > >  >   > > > >                 offending class. It appears to compile
  > > fine on
  > >   > >  > Linux
  > >   > >  >   > > > >                 but not on the other platforms. The
  > > errors
  > >   > > below
  > >   > >  > are
  > >   > >  >   > > > >                 what we see in the ANT (windows) build.
  > >   > > Perhaps
  > >   > >  > this
  > >   > >  >   > > > >                 is an ANT build issue only? The issues on
  > > AIX
  > >   > > are
  > >   > >  >   > > > >                 similar.
  > >   > >  >   > > > >
  > >   > >  >   > > > >                 We've been struggling to fix this and we
  > >   > > really
  > >   > >  > need a
  > >   > >  >   > > > >                 stable build. So I'm sorry but the best
  > > that I
  > >   > >  > could
  > >   > >  >   > > > >                 do was remove the offending Objects from
  > > CVS
  > >   > > until
  > >   > >  > we
  > >   > >  >   > > > >                 can discuss it on the mailing list. If
  > > this is
  > >   > > an
  > >   > >  > ANT
  > >   > >  >   > > > >                 build issue only when please could you
  > > explain
  > >   > >  > what
  > >   > >  >   > > > >                 the scripts need to include/exclude and
  > > we'll
  > >   > > be
  > >   > >  > happy
  > >   > >  >   > > > >                 to fix it.
  > >   > >  >   > > > >
  > >   > >  >   > > > >
  > >   > >  >   > > > >
  > >   > >  >   > > > >
  > >   > >  >   > > > >                 compileApache20Module:
  > >   > >  >   > > > >                     [copy] Copying 102 files to
  > >   > >  >   > > > >
  > >   > > F:\build\nw00_PA\src\ws-axis\c\include\apache2_0
  > >   > >  >   > > > >                 Suspicious library name starting with
  > > "lib":
  > >   > >  > libapr
  > >   > >  >   > > > >                 Suspicious library name starting with
  > > "lib":
  > >   > >  > libhttpd
  > >   > >  >   > > > >                       [cc] 3 total files to be compiled.
  > >   > >  >   > > > >                       [cc] Apache2Transport.cpp
  > >   > >  >   > > > >                       [cc]
  > > D:\msdev6\VC98\INCLUDE\xlocnum(155)
  > >   > > :
  > >   > >  > error
  > >   > >  >   > > > >                 C2065:
  > >   > >  >   > > > >
  > >   > >  > 'strtoul_is_not_a_portable_function_use_strtol_instead' :
  > > undeclared
  > >   > >  > identifier
  > >   > >  >   > > > >                       [cc]
  > >   > >  > D:\msdev6\VC98\INCLUDE\xlocnum(144)
  > >   > >  >   > > > >                 : while compiling class-template member
  > >   > > function
  > >   > >  >   > > > >                 'class
  > > std::istreambuf_iterator<char,struct
  > >   > >  >   > > > >                 std::char_traits<char> > __thiscall
  > >   > >  >   > > > >                 std::num_get<char,class
  > >   > >  >   > > > >                 std::istreambuf_iterator<char,struct
  > >   > >  >   > > > >                 std::char_traits<char> > >::do_get(class
  > >   > >  >   > > > >                 std::istreambuf_iterator<char,struct
  > >   > >  >   > > > >                 std::char_traits<char> >,class
  > >   > >  >   > > > >                 std::istreambuf_iterator<char,struct
  > >   > >  >   > > > >                 std::char_traits<char> >,class
  > > std::ios_base
  > >   > > &,int
  > >   > >  >   > > > >                 &,bool &) const'
  > >   > >  >   > > > >                       [cc] mod_axis2.cpp
  > >   > >  >   > > > >                       [cc]
  > > D:\msdev6\VC98\INCLUDE\xlocnum(155)
  > >   > > :
  > >   > >  > error
  > >   > >  >   > > > >                 C2065:
  > >   > >  >   > > > >
  > >   > >  > 'strtoul_is_not_a_portable_function_use_strtol_instead' :
  > > undeclared
  > >   > >  > identifier
  > >   > >  >   > > > >                       [cc]
  > >   > >  > D:\msdev6\VC98\INCLUDE\xlocnum(144)
  > >   > >  >   > > > >                 : while compiling class-template member
  > >   > > function
  > >   > >  >   > > > >                 'class
  > > std::istreambuf_iterator<char,struct
  > >   > >  >   > > > >                 std::char_traits<char> > __thiscall
  > >   > >  >   > > > >                 std::num_get<char,class
  > >   > >  >   > > > >                 std::istreambuf_iterator<char,struct
  > >   > >  >   > > > >                 std::char_traits<char> > >::do_get(class
  > >   > >  >   > > > >                 std::istreambuf_iterator<char,struct
  > >   > >  >   > > > >                 std::char_traits<char> >,class
  > >   > >  >   > > > >                 std::istreambuf_iterator<char,struct
  > >   > >  >   > > > >                 std::char_traits<char> >,class
  > > std::ios_base
  > >   > > &,int
  > >   > >  >   > > > >                 &,bool &) const'
  > >   > >  >   > > > >
  > >   > >  >   > > > >                 The changes I've made are to remove
  > >   > >  > AttachmentHelper
  > >   > >  >   > > > >                 from being included in
  > >   > >  >   > > > >
  > >   > >  >   > > > >                  Modified:    c/src/server/apache2
  > >   > >  > AttachmentHelper.h
  > >   > >  >   > > > >                 Apache2Transport.cpp
  > >   > >  >   > > > >                                        Apache2Transport.h
  > >   > >  >   > > > >
  > >   > >  >   > > > >                 sorry for any inconvenience.
  > >   > >  >   > > > >                 John.
  > >   > >  >   > > > >
  > >   > >  >   > > > >                 John Hawkins
  > >   > >  >   > > > >
  > >   > >  >   > > >
  > >   > >  >   > > >
  > >   > >  >   > >
  > >   > >  >   > >
  > >   > >  >   >
  > >   > >  >   >
  > >   > >  >   >
  > >   > >  >
  > >   > >  >
  > >   > >  >
  > >   > >
  > >   > >
  > >   >
  > >   >
  > >
  > >
  > >
  > 
  >


[Attachment #3 (text/html)]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Ok. +1 for keeping attachments out of 
1.5.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>sanjaya.</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 \
2px solid; MARGIN-RIGHT: 0px">  <DIV style="FONT: 10pt arial">----- Original Message \
----- </DIV>  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=HAWKINSJ@uk.ibm.com href="mailto:HAWKINSJ@uk.ibm.com">John 
  Hawkins</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=axis-c-dev@ws.apache.org 
  href="mailto:axis-c-dev@ws.apache.org">Apache AXIS C Developers List</A> 
</DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, January 31, 2005 3:33 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: AttachmentHelper breaks 
  Windows and AIX</DIV>
  <DIV><BR></DIV><BR><FONT face=sans-serif size=2>Hi Folks,</FONT> <BR><BR><FONT 
  face=sans-serif size=2>AIX is broken and we do not have the resource to fix it 
  if attachments are in - there is no guaranteee that the issue that we see now 
  will be the last !</FONT> <BR><FONT face=sans-serif size=2>I would prefer (as 
  I keep repeating!) to keep Attachments out of this release please?</FONT> 
  <BR><BR><FONT face=sans-serif size=2>Overall, I also think this is a hack fix 
  (as I think others agree) and we should look for a better solution.</FONT> 
  <BR><BR><FONT face=sans-serif size=2>thankyou,</FONT> <BR><FONT 
  face=sans-serif size=2>John.</FONT> <BR><BR><FONT face=sans-serif size=2>John 
  Hawkins<BR><BR></FONT><BR><BR><BR>
  <TABLE width="100%">
    <TBODY>
    <TR vAlign=top>
      <TD width="40%"><FONT face=sans-serif size=1><B>Samisa Abeysinghe 
        &lt;samisa.abeysinghe@gmail.com&gt;</B> </FONT>
        <P><FONT face=sans-serif size=1>31/01/2005 07:57</FONT> 
        <TABLE border=1>
          <TBODY>
          <TR vAlign=top>
            <TD bgColor=white>
              <DIV align=center><FONT face=sans-serif size=1>Please respond 
              to<BR>"Apache AXIS C Developers 
        List"</FONT></DIV></TR></TBODY></TABLE><BR></P>
      <TD width="59%">
        <TABLE width="100%">
          <TBODY>
          <TR>
            <TD>
              <DIV align=right><FONT face=sans-serif size=1>To</FONT></DIV>
            <TD vAlign=top><FONT face=sans-serif size=1>Apache AXIS C 
              Developers List &lt;axis-c-dev@ws.apache.org&gt;</FONT> 
          <TR>
            <TD>
              <DIV align=right><FONT face=sans-serif size=1>cc</FONT></DIV>
            <TD vAlign=top>
          <TR>
            <TD>
              <DIV align=right><FONT face=sans-serif size=1>Subject</FONT></DIV>
            <TD vAlign=top><FONT face=sans-serif size=1>Re: AttachmentHelper 
              breaks Windows and AIX</FONT></TR></TBODY></TABLE><BR>
        <TABLE>
          <TBODY>
          <TR vAlign=top>
            <TD>
            <TD></TR></TBODY></TABLE><BR></TR></TBODY></TABLE><BR><BR><BR><FONT 
  size=2><TT>Well, I think the problems are with platforms other than Windows 
  and Linux.<BR><BR>AIX has been a major concern according to John. 
  <BR><BR>There is limited access to this platform, hence the question is, 
  would<BR>those who have access would have enough time and energy to test 
  this<BR>within the set timelines?<BR><BR>We cannot ignore the platform factor 
  as there could be planned<BR>deployments on those 
  platforms.<BR><BR>Thanks,<BR>Samisa...<BR><BR><BR>On 31 Jan 2005 12:14:27 
  +0600, Roshan Weerasuriya &lt;roshan@opensource.lk&gt; wrote:<BR>&gt; hi 
  All,<BR>&gt; <BR>&gt; If the attachment support works on windows and linux, 
  and if there is a<BR>&gt; sample as well, and if it is tested, then I would 
  like to see it with<BR>&gt; 1.5. If we have a feature it is a good idea to 
  provide it to the<BR>&gt; clients.<BR>&gt; <BR>&gt; +1 for supporting 
  Attachments with 1.5 release.<BR>&gt; <BR>&gt; Roshan<BR>&gt; <BR>&gt; On Mon, 
  2005-01-31 at 12:10, Rangika Mendis wrote:<BR>&gt; &gt; &nbsp; Hi 
  Samisa,<BR>&gt; &gt;<BR>&gt; &gt; &nbsp; If there are no issues supporting 
  ws-attachments for 1.5 then this can be<BR>&gt; &gt; shipped with 1.5.<BR>&gt; 
  &gt;<BR>&gt; &gt; &nbsp; Regards,<BR>&gt; &gt; &nbsp; Rangika<BR>&gt; 
  &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; &nbsp; ----- Original Message 
  -----<BR>&gt; &gt; &nbsp; From: "Samisa Abeysinghe" 
  &lt;samisa.abeysinghe@gmail.com&gt;<BR>&gt; &gt; &nbsp; To: "Apache AXIS C 
  Developers List" &lt;axis-c-dev@ws.apache.org&gt;<BR>&gt; &gt; &nbsp; Sent: 
  Monday, January 31, 2005 11:49 AM<BR>&gt; &gt; &nbsp; Subject: Re: 
  AttachmentHelper breaks Windows and AIX<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; 
  &nbsp; &gt; Hi Rangika,<BR>&gt; &gt; &nbsp; &gt; &nbsp; &nbsp; &nbsp;Please 
  help me get this right.<BR>&gt; &gt; &nbsp; &gt; &nbsp; &nbsp; &nbsp;What you 
  are saying is that all the implementations are in CVS,<BR>&gt; &gt; &nbsp; 
  &gt; but attachments would not ship with 1.5. Am I correct?<BR>&gt; &gt; 
  &nbsp; &gt;<BR>&gt; &gt; &nbsp; &gt; Regards,<BR>&gt; &gt; &nbsp; &gt; 
  Samisa...<BR>&gt; &gt; &nbsp; &gt;<BR>&gt; &gt; &nbsp; &gt;<BR>&gt; &gt; 
  &nbsp; &gt; On Mon, 31 Jan 2005 11:14:26 +0600, Rangika Mendis<BR>&gt; &gt; 
  &nbsp; &gt; &lt;rangika@opensource.lk&gt; wrote:<BR>&gt; &gt; &nbsp; &gt; 
  &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;Hi all,<BR>&gt; &gt; &nbsp; &gt; 
  &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;Ws-attachments are working on windows 
  &amp; Linux. We tested with the<BR>&gt; &gt; latest<BR>&gt; &gt; &nbsp; &gt; 
  &gt; checkout &amp; it worked.<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;We have 
  commited all the stuff (code, samples etc) to the CVS. (But<BR>&gt; &gt; 
  we<BR>&gt; &gt; &nbsp; &gt; &gt; have just commented the places where it 
  invokes attachment related<BR>&gt; &gt; methods<BR>&gt; &gt; &nbsp; &gt; &gt; 
  in the CVS.)<BR>&gt; &gt; &nbsp; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;Regards,<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;Nithya &amp; 
  Rangika<BR>&gt; &gt; &nbsp; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;----- Original Message -----<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;From: 
  "Rangika Mendis" &lt;rangika@opensource.lk&gt;<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;To: "Apache AXIS C Developers List" 
  &lt;axis-c-dev@ws.apache.org&gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;Sent: 
  Friday, January 28, 2005 5:25 PM<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;Subject: 
  Re: AttachmentHelper breaks Windows and AIX<BR>&gt; &gt; &nbsp; &gt; 
  &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; Hi Roshan,<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  Thanx for the solution...... it works in windows.<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; So sorry for 
  the late reply.<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt;<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt; &nbsp; Regards,<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; Rangika<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; ----- Original 
  Message -----<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; From: "Roshan 
  Weerasuriya" &lt;roshan@opensource.lk&gt;<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; To: "Apache AXIS C Developers List" 
  &lt;axis-c-dev@ws.apache.org&gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; Sent: Tuesday, January 25, 2005 3:07 PM<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; Subject: Re: AttachmentHelper breaks Windows and AIX<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt;<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; hi 
  All,<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt;<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt; &nbsp; &gt; The following hack will make the code work. 
  If you add this in<BR>&gt; &gt; the<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; &gt; AttachmentHelper.h then it builds fine.<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; //-----add this code to AttachmentHelper.h-----<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt; #ifdef strtoul<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; #undef strtoul<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; &gt; #endif<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; 
  #define strtoul strtoul<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; 
  //-----end add this code to AttachmentHelper.h-----<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; But I doubt whether using this hack is OK simple because apache<BR>&gt; 
  &gt; &nbsp; &gt; &gt; doesn't<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; like this "strtoul" function. What we do is going against<BR>&gt; &gt; 
  apache.<BR>&gt; &gt; &nbsp; &gt; &gt; But<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; there is no other solution as I see when you look at 
  the<BR>&gt; &gt; following<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; summary.<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt;<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; Summary:<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt; Rangika or Nithya is not using this "strtoul" 
  function at all<BR>&gt; &gt; in any<BR>&gt; &gt; &nbsp; &gt; &gt; of<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; the files including 
  AttachmentHelper.h. It is that when VC++ 6<BR>&gt; &gt; &nbsp; &gt; &gt; 
  buids,<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; one of its files 
  which is "program files\microsoft visual<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; studio\vc98\include\xlocnum" is the which is using 
  this<BR>&gt; &gt; function, so<BR>&gt; &gt; &nbsp; &gt; &gt; it<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; is totaly out of our control.<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; I tried to define strtol instead of strtoul but it 
  didn't<BR>&gt; &gt; compile in<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; windows/VC++<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt;<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; //-----add this code to 
  AttachmentHelper.h but doesn't<BR>&gt; &gt; build-----<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt; &nbsp; &gt; #ifdef strtoul<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; #undef strtoul<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; &gt; #endif<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; 
  #define strtoul strtol<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; 
  //-----end add this code to AttachmentHelper.h-----<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; Roshan<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt;<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; On Tue, 2005-01-25 at 10:35, Roshan Weerasuriya 
  wrote:<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; hi 
  All,<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt;<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; I checked the same in Linux. The 
  linux apache version<BR>&gt; &gt; (apache2)<BR>&gt; &gt; &nbsp; &gt; &gt; 
  also<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; has<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt; &gt; the same entry in its httpd.h include file. 
  But in linux the<BR>&gt; &gt; &nbsp; &gt; &gt; module<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt; &gt; builds fine.<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; &gt; I think when you build the "Axis C++ Apache2 module" in<BR>&gt; &gt; 
  windows,<BR>&gt; &gt; &nbsp; &gt; &gt; VC++<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; 6<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; uses 
  the following file in the compilation process:<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; "program files\microsoft visual 
  studio\vc98\include\xlocnum"<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; This file 
  has funcation calls to the "strtoul" function which<BR>&gt; &gt; &nbsp; &gt; 
  &gt; Apache<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; doesn't 
  like for some reason (as Apache says it is not a<BR>&gt; &gt; portable<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; function)<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; But probably in linux there are no function calls 
  to<BR>&gt; &gt; "strtoul" so<BR>&gt; &gt; &nbsp; &gt; &gt; it<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; builds fine in linux.<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt; &gt; Any ideas abt solving this problem???<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt; &gt; Roshan<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; &gt; On Tue, 2005-01-25 at 10:28, Roshan Weerasuriya wrote:<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; hi All,<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; When I investigated this problem I found the 
  following. In<BR>&gt; &gt; the<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; &gt; &gt; apache2_0\httpd.h include file the following is there:<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt; //-----from apache2_0\httpd.h ------<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; ..<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; ....<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; &gt; &gt; &gt; /** strtoul does not exist on sunos4. */<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; #ifdef strtoul<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; #undef strtoul<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; #endif<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; #define strtoul<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt; 
  strtoul_is_not_a_portable_function_use_strtol_instead<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; ...<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; ......<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; //-----end from apache2_0\httpd.h 
  ------<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt;<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; This causes this 
  compile error in windows. I just commented<BR>&gt; &gt; &nbsp; &gt; &gt; 
  above<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; from<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; the httpd.h file and then the Axis C++ 
  Apache2 module<BR>&gt; &gt; started to<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; compile<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; 
  &gt; fine. But this is not the soulution since we can't comment<BR>&gt; &gt; 
  &nbsp; &gt; &gt; Apache's<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; 
  &gt; &gt; httpd.h file entries.<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; 
  &gt; &gt; Any idea???<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; 
  &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; 
  Roshan<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt;<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; On Tue, 2005-01-25 at 10:07, 
  Rangika Mendis wrote:<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; 
  &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; Hi John,<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; When I tried 
  to compile the Apache2Transport with<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AttachmentHelper class 
  included I also got the<BR>&gt; &gt; linking<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; errors<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; 
  &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; that you &nbsp;mentioned. Then I renamed 
  strtoul with<BR>&gt; &gt; &nbsp; &gt; &gt; strtol in<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; the<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; 
  &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; xlocnum file. That solved the 
  compilation<BR>&gt; &gt; problems.<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; We tested all the classes 
  related to<BR>&gt; &gt; ws-attachments in<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; windows<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; 
  &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; before committing and it worked.<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt;<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; 
  &nbsp; Well I guess we'll have to test again.<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; Regards,<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; 
  &nbsp; Rangika<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; 
  &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; 
  &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; 
  &nbsp; &nbsp; &nbsp; &nbsp; ----- Original Message -----<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; From: John Hawkins<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; To: axis-c-dev@ws.apache.org<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; Sent: Tuesday, January 25, 2005 2:55 AM<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Subject: AttachmentHelper breaks 
  Windows<BR>&gt; &gt; and<BR>&gt; &gt; &nbsp; &gt; &gt; AIX<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; Hi Folks,<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; 
  &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Attachments 
  appear to have broken the<BR>&gt; &gt; builds<BR>&gt; &gt; &nbsp; &gt; &gt; 
  again<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; I'm<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; afraid. It broke on Windows and AIX. It<BR>&gt; &gt; 
  &nbsp; &gt; &gt; appears,<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  after<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; some investigation, 
  that AttachmentHelper<BR>&gt; &gt; is<BR>&gt; &gt; &nbsp; &gt; &gt; 
  the<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; offending class. It appears 
  to compile<BR>&gt; &gt; fine on<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  Linux<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; but not on the other 
  platforms. The<BR>&gt; &gt; errors<BR>&gt; &gt; &nbsp; &gt; &gt; below<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; are<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; what we see in the ANT (windows) build.<BR>&gt; &gt; &nbsp; &gt; &gt; 
  Perhaps<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; this<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; is an ANT build issue only? The issues on<BR>&gt; &gt; 
  AIX<BR>&gt; &gt; &nbsp; &gt; &gt; are<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; similar.<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; 
  &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; We've been struggling 
  to fix this and we<BR>&gt; &gt; &nbsp; &gt; &gt; really<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt; need a<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  stable build. So I'm sorry but the best<BR>&gt; &gt; that I<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; could<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; do was remove the offending Objects from<BR>&gt; &gt; CVS<BR>&gt; &gt; 
  &nbsp; &gt; &gt; until<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; we<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; can discuss it on the mailing list. 
  If<BR>&gt; &gt; this is<BR>&gt; &gt; &nbsp; &gt; &gt; an<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt; ANT<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; 
  &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; build 
  issue only when please could you<BR>&gt; &gt; explain<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; what<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; 
  &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; the scripts 
  need to include/exclude and<BR>&gt; &gt; we'll<BR>&gt; &gt; &nbsp; &gt; &gt; 
  be<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; happy<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; to fix it.<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; 
  &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; 
  &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  compileApache20Module:<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; 
  &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; [copy] Copying 102 files to<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; 
  F:\build\nw00_PA\src\ws-axis\c\include\apache2_0<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; Suspicious library name starting with<BR>&gt; &gt; 
  "lib":<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; libapr<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; Suspicious library name starting with<BR>&gt; &gt; 
  "lib":<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; libhttpd<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [cc] 3 total files to be 
  compiled.<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  [cc] Apache2Transport.cpp<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; 
  &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; [cc]<BR>&gt; &gt; D:\msdev6\VC98\INCLUDE\xlocnum(155)<BR>&gt; 
  &gt; &nbsp; &gt; &gt; :<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; error<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; C2065:<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  'strtoul_is_not_a_portable_function_use_strtol_instead' :<BR>&gt; &gt; 
  undeclared<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; identifier<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [cc]<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; D:\msdev6\VC98\INCLUDE\xlocnum(144)<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : while compiling class-template 
  member<BR>&gt; &gt; &nbsp; &gt; &gt; function<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; 'class<BR>&gt; &gt; 
  std::istreambuf_iterator&lt;char,struct<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; std::char_traits&lt;char&gt; &gt; __thiscall<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; std::num_get&lt;char,class<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  std::istreambuf_iterator&lt;char,struct<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; std::char_traits&lt;char&gt; &gt; 
  &gt;::do_get(class<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; 
  &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  std::istreambuf_iterator&lt;char,struct<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; std::char_traits&lt;char&gt; &gt;,class<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  std::istreambuf_iterator&lt;char,struct<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; std::char_traits&lt;char&gt; &gt;,class<BR>&gt; &gt; 
  std::ios_base<BR>&gt; &gt; &nbsp; &gt; &gt; &amp;,int<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &amp;,bool &amp;) const'<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [cc] mod_axis2.cpp<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [cc]<BR>&gt; &gt; 
  D:\msdev6\VC98\INCLUDE\xlocnum(155)<BR>&gt; &gt; &nbsp; &gt; &gt; :<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; error<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; C2065:<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  'strtoul_is_not_a_portable_function_use_strtol_instead' :<BR>&gt; &gt; 
  undeclared<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; identifier<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [cc]<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; D:\msdev6\VC98\INCLUDE\xlocnum(144)<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : while compiling class-template 
  member<BR>&gt; &gt; &nbsp; &gt; &gt; function<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; 'class<BR>&gt; &gt; 
  std::istreambuf_iterator&lt;char,struct<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; std::char_traits&lt;char&gt; &gt; __thiscall<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; std::num_get&lt;char,class<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  std::istreambuf_iterator&lt;char,struct<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; std::char_traits&lt;char&gt; &gt; 
  &gt;::do_get(class<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; 
  &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  std::istreambuf_iterator&lt;char,struct<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; std::char_traits&lt;char&gt; &gt;,class<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  std::istreambuf_iterator&lt;char,struct<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; std::char_traits&lt;char&gt; &gt;,class<BR>&gt; &gt; 
  std::ios_base<BR>&gt; &gt; &nbsp; &gt; &gt; &amp;,int<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &amp;,bool &amp;) const'<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; The changes I've made are to remove<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; AttachmentHelper<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  from being included in<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; 
  &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; 
  &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Modified: 
  &nbsp; &nbsp;c/src/server/apache2<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  AttachmentHelper.h<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; 
  &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  Apache2Transport.cpp<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; 
  &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  &nbsp;Apache2Transport.h<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; 
  &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; 
  &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sorry for any 
  inconvenience.<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; 
  &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; John.<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt;<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; 
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; John Hawkins<BR>&gt; &gt; &nbsp; &gt; &gt; 
  &nbsp;&gt; &nbsp; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; 
  &nbsp; &gt; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; 
  &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt;<BR>&gt; 
  &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt; &gt;<BR>&gt; &gt; &nbsp; &gt; 
  &gt; &nbsp;&gt; &nbsp; &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; 
  &gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt; &nbsp; &gt;<BR>&gt; &gt; &nbsp; 
  &gt; &gt; &nbsp;&gt;<BR>&gt; &gt; &nbsp; &gt; &gt; &nbsp;&gt;<BR>&gt; &gt; 
  &nbsp; &gt; &gt; &nbsp;&gt;<BR>&gt; &gt; &nbsp; &gt; &gt;<BR>&gt; &gt; &nbsp; 
  &gt; &gt;<BR>&gt; &gt; &nbsp; &gt;<BR>&gt; &gt; &nbsp; &gt;<BR>&gt; 
  &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; 
<BR>&gt;<BR></TT></FONT><BR></BLOCKQUOTE></BODY></HTML>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic