Skip to main content



      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 01:57 Go to next message
Eclipse UserFriend
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 00:07 Go to previous messageGo to next message
Eclipse UserFriend
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 01:07 Go to previous messageGo to next message
Eclipse UserFriend
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 01:15 Go to previous messageGo to next message
Eclipse UserFriend
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 02:43 Go to previous messageGo to next message
Eclipse UserFriend
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 11:41 Go to previous message
Eclipse UserFriend
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: Sun May 18 20:15:06 EDT 2025

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

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

Back to the top