I have an eclipse project where I want to keep my java project built into a Jar automatically. I know I have an option to export the project into a jar; if I do a right click; but what I am really looking for is, that like eclipse automatically builds a project's class files and put them in target folder; it should also build a jar automatically and copy the latest jar at some or a specific location.
Is there a option to configure eclipse in such a way, to build jars automatically?
-edit Just to make it clear for guys, paitent enough to answer my question; I am not looking at ant as solution; as I already use it, but what I would like it something that gets initiated automatically either with a time based trigger or immediate build with change.