Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » can eclipse build using makefile(can eclipse use makefiles to build the project directly)
can eclipse build using makefile [message #822066] Fri, 16 March 2012 05:57 Go to next message
Baseer Mir is currently offline Baseer MirFriend
Messages: 2
Registered: March 2012
Junior Member
Can eclipse use a makefile in myproject to build my project. i want eclipse to use makefiles to autobuild my project.
Is it possible ??
Re: can eclipse build using makefile [message #823946 is a reply to message #822066] Mon, 19 March 2012 04:07 Go to previous messageGo to next message
Satyam Kandula is currently offline Satyam KandulaFriend
Messages: 444
Registered: July 2009
Senior Member
You could add your own builder for your project.
Re: can eclipse build using makefile [message #823976 is a reply to message #823946] Mon, 19 March 2012 05:07 Go to previous messageGo to next message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
On 3/19/2012 9:37 AM, Satyam Kandula wrote:
> You could add your own builder for your project.

See
http://wiki.eclipse.org/JDT/FAQ#I_do_not_want_to_use_the_Eclipse_builder.2C_is_there_some_way_for_me_to_tell_Eclipse_to_use_my_program_when_building_my_project.3F

--
Deepak Azad
http://wiki.eclipse.org/JDT/FAQ
Re: can eclipse build using makefile [message #823979 is a reply to message #823946] Mon, 19 March 2012 05:15 Go to previous messageGo to next message
Baseer Mir is currently offline Baseer MirFriend
Messages: 2
Registered: March 2012
Junior Member
i know, i can do it using Ant.
but is there a way, where eclipse will do it automatically, like eclipse does the build automatic action ?
Re: can eclipse build using makefile [message #824021 is a reply to message #823979] Mon, 19 March 2012 06:43 Go to previous messageGo to next message
Bryan Ayres is currently offline Bryan AyresFriend
Messages: 1
Registered: March 2012
Location: Greensboro, NC
Junior Member
Till now it is not known about the automatic build of makefile, it has to be build manually. I haven't used Ant yet. Now will try with it.
Re: can eclipse build using makefile [message #824368 is a reply to message #824021] Mon, 19 March 2012 15:41 Go to previous message
Satyam Kandula is currently offline Satyam KandulaFriend
Messages: 444
Registered: July 2009
Senior Member
You could add either your ant scripts or any program to the builder. Whenever 'build' is triggered, these ant scripts or 'program' will be called.
Previous Topic:No expectedType when triggering completion on MessageSend in JavaContentAssistInvocationContext?
Next Topic:Deploy J2EE project
Goto Forum:
  


Current Time: Thu Apr 25 00:02:34 GMT 2024

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

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

Back to the top