[Owasp-esapi-c++] IDE Project Files
Daniel Amodio
dan.amodio at aspectsecurity.com
Fri Aug 5 09:41:17 EDT 2011
If we provide project files at all (which a lot of libraries do), I'd prefer see them in the root dir.
As long as it doesn't make it too messy.
-----Original Message-----
From: owasp-esapi-c++-bounces at lists.owasp.org [mailto:owasp-esapi-c++-bounces at lists.owasp.org] On Behalf Of Jeffrey Walton
Sent: Thursday, August 04, 2011 12:16 AM
To: Kevin W. Wall
Cc: ESAPI C++ List
Subject: Re: [Owasp-esapi-c++] IDE Project Files
On Wed, Aug 3, 2011 at 11:11 PM, Kevin W. Wall <kevin.w.wall at gmail.com> wrote:
> On Wed, Aug 3, 2011 at 3:10 PM, Jeffrey Walton <noloader at gmail.com> wrote:
>> Hi All,
>>
>> I noticed we have some Eclipse project files in root.
>>
>> I think its great that the project offers support for IDE such as
>> Eclipse. In addition, I plan on getting this stuff into Visual Studio
>> (I know, but the idea is to make it easy on a typical user).
>>
>> Should the IDE project files be corraled into folders? Perhaps:
>>
>> src/
>> test/
>> ...
>>
>> ide/eclipse
>> ide/msvc
>>
>> or similar?
>
> In general, I find that Eclipse's ".project" file is generally not too
> useful, and on occasion (at least for the Eclipse meant for Java), can
> sometimes cause problems. I personally think it shouldn't be included
> in SVN at all. I generally ends up there by mistake b/c Eclipse
> usually checks it in. But personally, I don't think it belongs.
> It has more to do with what plugins you are using in Eclipse than the
> project itself.
>
> As for Visual Studio's '.cproject', that's a bit different as it at
> least has some information about the actual project.
OK - so Eclipse does not store anything useful, but Visual Studio does.
Someone else can delete the Eclipse project files if desired (I'm not going to be responsible for breaking someone's IDE). But don't fret, I'm sure I'll break them in the source files somehow ;)
Later, is it OK to add `ide/vs/` for Visual Studio? Or do you want IDE support left out of source control (or perhaps a separate download).
Jeff
_______________________________________________
Owasp-esapi-c++ mailing list
Owasp-esapi-c++ at lists.owasp.org
https://lists.owasp.org/mailman/listinfo/owasp-esapi-c++
More information about the Owasp-esapi-c++
mailing list