Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » build and deploy(How to compile, jar and deploy automatically?)
build and deploy [message #1063432] Thu, 13 June 2013 07:35 Go to next message
Peter Mising name is currently offline Peter Mising nameFriend
Messages: 3
Registered: November 2011
Junior Member
Hi - from the Eclipse IDE, is it possible to compile a project, generate a jar, and deploy (to a local server), via a button click or menu choice?
Maybe there is an Eclipse plugin available for this - or would it be normal to configure Eclipse to run an ant task to achieve this?
Thanks.
Re: build and deploy [message #1063620 is a reply to message #1063432] Thu, 13 June 2013 14:09 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 6/13/2013 1:35 AM, Peter Mising name wrote:
> Hi - from the Eclipse IDE, is it possible to compile a project, generate
> a jar, and deploy (to a local server), via a button click or menu choice?
> Maybe there is an Eclipse plugin available for this - or would it be
> normal to configure Eclipse to run an ant task to achieve this?
> Thanks.

By "local server" you nevertheless don't mean your local development
host, but a slightly remote box, no? Whatever the case, you can
certainly write this into build.xml (ant) at your project's root and fix
up Eclipse to call it when you build.

Many of us do this with Jenkins/Hudson, however.
Previous Topic:Java and remote jars
Next Topic:Variables refresh while debugging
Goto Forum:
  


Current Time: Mon Sep 23 03:09:00 GMT 2024

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

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

Back to the top