[Owasp-esapi-c++] IDE Project Files
Kevin W. Wall
kevin.w.wall at gmail.com
Wed Aug 3 23:11:34 EDT 2011
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.
Whatever...
-kevin
--
Blog: http://off-the-wall-security.blogspot.com/
"The most likely way for the world to be destroyed, most experts agree,
is by accident. That's where we come in; we're computer professionals.
We *cause* accidents." -- Nathaniel Borenstein
More information about the Owasp-esapi-c++
mailing list