Re: How to run ejbdeploy tool of was 5.0

2004-11-25 Thread Srinivasan Ranganathan
/javadoc/ae/com/ibm/websphere/ant/tasks/package-summary.html Hope this helps. Cheers Srini On Fri, 26 Nov 2004 12:03:24 +0530, sanjeev chhabra <[EMAIL PROTECTED]> wrote: > Hi Srini, > How it cab used in ant build.xml. > Thanks > Sanjeev > > > > -Original M

Re: How to run ejbdeploy tool of was 5.0

2004-11-25 Thread Srinivasan Ranganathan
See http://publib.boulder.ibm.com/infocenter/ws51help/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/javadoc/ae/com/ibm/websphere/ant/tasks/package-summary.html Hope this helps. Cheers Srini On Fri, 26 Nov 2004 11:51:22 +0530, sanjeev chhabra <[EMAIL PROTECTED]> wrote: > Hi All, > How ca

Running DB2 scripts from a shell

2004-10-31 Thread Srinivasan Ranganathan
Hi I have a DB2 script that creates a database. I'd like my build to drop and recreate the db everytime. To run the DB2 script, I need to setup the environment for it beforehand. I have this working well. The issue is that to run the DB2 script, I need to run a batch file which opens a new shell.