• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Let us start this project

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all.
as we all know that ant is a build tool for java.
I want to package a complete J2EE application using ant, I have tried ant many times to build but always there are errors.
so, I want to ask you a big question.
can you post here a complete ant build file that complie and package the ejbs and packge the web application into single ear file.
I am sure that there are many novices (like me) that want to learn how to unleashed the power of ant
and use it to build there application, so I am really appreciate your time and your help to us.
amigo, allow me to begin this project:
assume that we have the following structure :

where com folder contains the java source files for the ejb and for the client.
please, if you have any correction or suggestions that will make this project easier to build,
please tell us.
(as you see, I don't know where to put the web application dir.)
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by John Todd:
I want to package a complete J2EE application using ant, I have tried ant many times to build but always there are errors.
so, I want to ask you a big question.
can you post here a complete ant build file that complie and package the ejbs and packge the web application into single ear file.


I think you could give us a good headstart by showing what you tried so far and what problems you encountered.
 
reply
    Bookmark Topic Watch Topic
  • New Topic