Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » setting up an EAR project in eclipse
setting up an EAR project in eclipse [message #43556] Thu, 29 May 2003 15:41 Go to next message
Eclipse UserFriend
Originally posted by: pchaudhari.empactcorporation.com

I have recently been assigned to a project which has an EAR structure, and i
am trying to set up the development environment in eclipse for an already
existing project. since this is EAR there are 2 main sub groups. jar and
war. since both of these subgroups have their own output path, is there a
way to combine them both into one project in eclipse. at the moment i have
specified them as separate projects. can someone help me as to what would be
a good way to set up this kind of project in eclipse.

Thank you
Poorav
Re: setting up an EAR project in eclipse [message #44018 is a reply to message #43556] Thu, 29 May 2003 22:39 Go to previous messageGo to next message
Eclipse UserFriend
Consider using ANT to assemble your EAR since that will allow you to build
and deploy in an automated fashion without launching Eclipse. Eclipse has
great ANT integration and creating an EAR in ANT is a breeze:

<ear earfile="my.ear" appxml="application.xml" basedir="." includes="*.jar,
*.war"/>
Re: setting up an EAR project in eclipse [message #45535 is a reply to message #44018] Fri, 30 May 2003 17:11 Go to previous message
Eclipse UserFriend
The next release of MyEclipse www.myeclipseide.com scheduled for mid-June
will provide EAR and EJB project support as well as deployment and lots of
other new features.

Wayne

"Rod Macpherson" <rmacpherson@verilet.com> wrote in message
news:bb6g8o$15n$1@rogue.oti.com...
> Consider using ANT to assemble your EAR since that will allow you to build
> and deploy in an automated fashion without launching Eclipse. Eclipse has
> great ANT integration and creating an EAR in ANT is a breeze:
>
> <ear earfile="my.ear" appxml="application.xml" basedir="."
includes="*.jar,
> *.war"/>
>
>
Previous Topic:Ant - "Copying resources to output folder"
Next Topic:Sharing Project with CVS
Goto Forum:
  


Current Time: Sat Jul 19 01:22:49 EDT 2025

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

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

Back to the top