Search code examples
buildwebsphereibm-rad

How to build using ant in IBM RAD


All, we have multiple applications that we develop in IBM RAD 7.5. Since, RAD does build all the applications that are required, I was wondering how can I achieve the same using ant files.

What I wanted to know is apart from my application specific libraries (that I will know where they are etc), which other jar files should my application point to?

I am talking about IBM WAS runtime libraries etc, so that my application builds successfully. Is there a standard guideline by IBM on this?

Thanks.


Solution

  • The JARs provided in WAS_HOME/dev/ in WebSphere Application Server 7.0 and later, such as was_public.jar or j2ee.jar, are intended specifically for this purpose.