Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Can I use gnumake (similar to ANT) scripts to compile soucres?
Can I use gnumake (similar to ANT) scripts to compile soucres? [message #823015] Sat, 17 March 2012 16:49 Go to next message
Ben StoverFriend
Messages: 108
Registered: January 2010
Senior Member
We are planning to migrate an existing project to Eclipse.

In order not to have to rewrite all existing gnumake scripts we prefer to use them inside Eclipse (as context menus similar to ant/maven).

Is this possible?

Is an additional plugin required?

Ben
Re: Can I use gnumake (similar to ANT) scripts to compile soucres? [message #823945 is a reply to message #823015] Mon, 19 March 2012 04:06 Go to previous message
Satyam Kandula is currently offline Satyam KandulaFriend
Messages: 444
Registered: July 2009
Senior Member
Is your project Java/C? If it is C, you may get a better answer in CDT. For Java projects, the project gets build automatically by the in-built java compiler depending upon the project settings. If you want to do things beyond the auto-build, you could add any program including your makefile as a builder to the project. Hope this helps.
Previous Topic:Create Java project programmatically
Next Topic:No expectedType when triggering completion on MessageSend in JavaContentAssistInvocationContext?
Goto Forum:
  


Current Time: Fri Mar 29 07:03:26 GMT 2024

Powered by FUDForum. Page generated in 0.04123 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top