hi all,
Thanks in advance.
I am creating a jar file containing all the
ejb classes using
ANT.
I want to create a war as well as an ear file using an ANT.
Does any one know how it can be done.
I am using Orion1.5.2 as my application server.
Any help would be appreciated.
Thanks once again.
Preferably i would like to have a sample code.
My Web-App structure is as follows:--
Admin folder which contains
JSP's
So other folders with third party tools in it
WEB-INF with web.xml and class files within this in the classes directory as per the hierarchy.
Also there are some javascript files in the base directory(Myproject-WebApp) along with Admin.
MyProject-WebApp
|
|-WEB-INF-|-classes
| |-web.xml
|-Admin-Alljsp
|-Documents- all documents
|-Tools- third party tools
etc this is how the hierarchy of my web application is.
Please if anyone has used ant to create a war file with such a hierarchy do inform me.