-
Ant build for WebSphere 4.0 (1 messages)
- Posted by: Manish Singh
- Posted on: December 10 2002 15:26 EST
I have used Ant build for weblogic all the time for doing ejb/ear builds. I need some help for doing the same in WebSphere. Against weblogic.ejbc and weblogic.jspc classes What is the corrensponding functionality in WebSphere??Threaded Messages (1)
- Ant build for WebSphere 4.0 by Web Master on December 13 2002 15:59 EST
-
Ant build for WebSphere 4.0[ Go to top ]
- Posted by: Web Master
- Posted on: December 13 2002 15:59 EST
- in response to Manish Singh
There is tool called AAT which comes with Websphere 4.0 Single Server Edition which yu can use to build ear/jar files. You can also WSAD with Websphere to build these files.It makes life much easier than ANT.
Hope that helps