how to include a java class in classname attribute

2004-12-01 Thread sanjeev chhabra
Hi All, How we can include a java class in ant's build.xml as in the below code. How i can include com.ibm.websphere.ant.tasks.WsEjbDeploy class. Thanks Sanjeev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

RE: How to run ejbdeploy tool of was 5.0

2004-11-25 Thread sanjeev chhabra
/ws51help/index.jsp?topic=/com.ibm.w ebsphere.base.doc/info/aes/javadoc/ae/com/ibm/websphere/ant/tasks/package-su mmary.html Hope this helps. Cheers Srini On Fri, 26 Nov 2004 11:51:22 +0530, sanjeev chhabra <[EMAIL PROTECTED]> wrote: > Hi All, > How can i configure ant build.xml to r

How to run ejbdeploy tool of was 5.0

2004-11-25 Thread sanjeev chhabra
Hi All, How can i configure ant build.xml to run ejbdeploy tool of Websphere Application Server 5.0. Give me the code. Thanks sanjeev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

How to run ejbdeploy tool of was 5.0

2004-11-25 Thread sanjeev chhabra
Hi All, How can i configure ant build.xml to run ejbdeploy tool of Websphere Application Server 5.0. Give me the code. Thanks sanjeev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Cross Dependency in Modules

2004-11-16 Thread sanjeev chhabra
Hi All, If i want to create a EAR containing many Jars. Out of these Jars 2 jars have cross dependency. i.e. A Need B B Need A Now if i create jar A first it is giving me errors. How can i resolve this issue. Thanks Sanjeev Chhabra