can eclipse use makefile to build the project ?
i want to my eclipse to directly use a makefile to build the project.
is it possible ?
Re: can eclipse use makefile to build the project ?
Try File->New->Project... then select "Java Project from Existing Ant Buildfile".
Moving to Eclipse forum in Java IDE section.
Re: can eclipse use makefile to build the project ?
Quote:
Originally Posted by
pbrockway2
Try File->New->Project... then select "Java Project from Existing Ant Buildfile".
Moving to Eclipse forum in Java IDE section.
I dont want to build it using Ant or Maven, i want eclipse to use the makefile, one that is used to build the project using make tool.
but instead of using make tool manually, i want eclipse should use the make file and build the project for me
Re: can eclipse use makefile to build the project ?
Make's not a terribly good fit for Java, which is why Ant was created.
You might be unlikely to find a make plugin for Eclipse.