Re: Renaming src to xercesc

2001-07-12 Thread Murray Cumming
> Dave Connet > > > -Original Message- > > From: Peter A. Volchek [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, July 11, 2001 5:31 AM > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: Re: Renaming src to xercesc > > > > > > > H

Re: Renaming src to xercesc

2001-07-12 Thread Murray Cumming
Tinny Ng wrote: > > Murray, > > > To fix this, I'd like to add the 'xercesc/' bit to the includes in all > > the xerces-c header. BUT, then xerces-c wouldn't build because the > > headers are actually in src. SO, let's rename that directory. This > > technique is used by lots of libraries, such

Re: Renaming src to xercesc

2001-07-11 Thread Jason E. Stewart
"Dave Connet" <[EMAIL PROTECTED]> writes: > I guess I don't really see the problem. Subdirectory namespaces > really don't matter - it's the header files themselves. And if you > have 2 headers with the same name and you need both, you're pretty > much in trouble anyways because of things like "#

RE: Renaming src to xercesc

2001-07-11 Thread Dave Connet
t; Sent: Wednesday, July 11, 2001 5:31 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Renaming src to xercesc > > > > Here's my previous post again, for those who missed the reasoning: > > > > Murray Cumming wrote: > > > > > > I&#x

Re: Renaming src to xercesc

2001-07-11 Thread Tinny Ng
Murray, > To fix this, I'd like to add the 'xercesc/' bit to the includes in all > the xerces-c header. BUT, then xerces-c wouldn't build because the > headers are actually in src. SO, let's rename that directory. This > technique is used by lots of libraries, such as gtk. Sorry I couldn't quite

RE: Renaming src to xercesc

2001-07-11 Thread Nick Denning
]] Sent: 11 July 2001 12:46 To: [EMAIL PROTECTED] Subject: Re: Renaming src to xercesc > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: Don't do that Have you thought about thousand customers/developers who will have to modif

Re: Renaming src to xercesc

2001-07-11 Thread Murray Cumming
"Peter A. Volchek" wrote: > > > Here's my previous post again, for those who missed the reasoning: > > > > Murray Cumming wrote: > > > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > > > > > I recently changed the build files so that they install the headers > > > under

Re: Renaming src to xercesc

2001-07-11 Thread Jason E. Stewart
"Murray Cumming" <[EMAIL PROTECTED]> writes: > "Jason E. Stewart" wrote: > > > > "Peter A. Volchek" <[EMAIL PROTECTED]> writes: > > > > > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > > > > > > > > > > > > > > Don't do that Have you thought about thousand > >

Re: Renaming src to xercesc

2001-07-11 Thread Peter A. Volchek
> Here's my previous post again, for those who missed the reasoning: > > Murray Cumming wrote: > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > > > I recently changed the build files so that they install the headers > > under a /include/xercesc directory instead of poll

Re: Renaming src to xercesc

2001-07-11 Thread Murray Cumming
Here's my previous post again, for those who missed the reasoning: Murray Cumming wrote: > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > I recently changed the build files so that they install the headers > under a /include/xercesc directory instead of polluting > had

Re: Renaming src to xercesc

2001-07-11 Thread Peter A. Volchek
> > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > > > > > > > > > Don't do that > > Have you thought about thousand customers/developers who will have to modify > > their working projects, documentations and so on. > > Certainly an issue, but is it an over-riding

Re: Renaming src to xercesc

2001-07-11 Thread Murray Cumming
"Jason E. Stewart" wrote: > > "Peter A. Volchek" <[EMAIL PROTECTED]> writes: > > > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > > > > > > > > > Don't do that > > Have you thought about thousand customers/developers who will have to modify > > their working proj

Re: Renaming src to xercesc

2001-07-11 Thread Jason E. Stewart
"Peter A. Volchek" <[EMAIL PROTECTED]> writes: > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > > > > Don't do that > Have you thought about thousand customers/developers who will have to modify > their working projects, documentations and so on. Certainly an

Re: Renaming src to xercesc

2001-07-11 Thread Murray Cumming
"Peter A. Volchek" wrote: > > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > > > Don't do that > Have you thought about thousand customers/developers who will have to modify > their working projects, documentations and so on. Yes, but I think that the change wi

Re: Renaming src to xercesc

2001-07-11 Thread Peter A. Volchek
> > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: Don't do that Have you thought about thousand customers/developers who will have to modify their working projects, documentations and so on. Peter A. Volchek Software Engineer Metis International, Inc. [EMAIL PROTECTE

Re: Renaming src to xercesc

2001-07-11 Thread Jason E. Stewart
"Murray Cumming" <[EMAIL PROTECTED]> writes: > Murray Cumming wrote: > > > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > Can I have a maintainer's yes/no about this, please? Already gave my +1 jas. (xerces-p maintainer) ---

Re: Renaming src to xercesc

2001-07-11 Thread Murray Cumming
Murray Cumming wrote: > > I'd like to rename the 'src' directory to 'xercesc'. Here's why: > > I recently changed the build files so that they install the headers > under a /include/xercesc directory instead of polluting > had a secondary aim - to make it more obvious when client code #includes

Re: Renaming src to xercesc

2001-07-06 Thread Jason E. Stewart
"Murray Cumming" <[EMAIL PROTECTED]> writes: > To fix this, I'd like to add the 'xercesc/' bit to the includes in all > the xerces-c header. BUT, then xerces-c wouldn't build because the > headers are actually in src. SO, let's rename that directory. This > technique is used by lots of libraries,

Renaming src to xercesc

2001-07-06 Thread Murray Cumming
I'd like to rename the 'src' directory to 'xercesc'. Here's why: I recently changed the build files so that they install the headers under a /include/xercesc directory instead of polluting is a lot clearer than #include The problem is that the xerces-c header files don't use this method, so