Eclipse adding your own build command

Posted by user319873 on Stack Overflow See other posts from Stack Overflow or by user319873
Published on 2010-06-04T18:07:02Z Indexed on 2010/06/06 9:42 UTC
Read the original article Hit count: 244

Filed under:

I am new to eclipse and wanted to do the following;- 1) how to use my custom build commands with eclipse. Till now I only saw make all?I use a shell script for building my project, how can I use that in eclipse environment. 2) When I create a new project with the existing source code, it doesn't add the files, without building the code and if code fails to build (because I generally don't have make all). How to resolve this issue

© Stack Overflow or respective owner

Related posts about eclipse