EJB compile

2006-01-11 Thread Uri Zeituni
help? Many thanks, Uri Zeituni

RE: Classpath in external file

2005-11-01 Thread Uri Zeituni
That's a good idea (how didn't I think about it?). Thanks! -Original Message- From: Jon Skeet [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 01, 2005 5:13 PM To: Ant Users List Subject: RE: Classpath in external file > I have a situation where I have a few projects, each one have > i

Classpath in external file

2005-11-01 Thread Uri Zeituni
Hi, I have a situation where I have a few projects, each one have its own build, but all use the same classpath reference for compilation. I have a huge classpath defined, and I don't want to repeat it in every single script. What I did so far is to define the classpath in a certain project and

RE: Avoid repeat of completed tasks

2005-10-12 Thread Uri Zeituni
the props.a so it will not execute the corresponding target. Nir. -Original Message- From: Uri Zeituni [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 10:38 AM To: Ant User list (E-mail) Subject: Avoid repeat of completed tasks Hello all, I have a few independent tasks each

Avoid repeat of completed tasks

2005-10-12 Thread Uri Zeituni
Hello all, I have a few independent tasks each one creates a jar file and I execute each one by itself. Most of them depend on the same general jar tasks. The situation now is that I want to call all of them within an EAR task. I use task to do that. Every task calls the general task that it de

RE: Executing DOS batch files

2005-09-28 Thread Uri Zeituni
DOS batch files. http://ant.apache.org/manual/CoreTasks/exec.html -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) "Uri Zeituni" <[EMAIL PROTECTED]> wrote on 09/28/2005 11:28:54 AM: > Hi All, > Is there any

Executing DOS batch files

2005-09-28 Thread Uri Zeituni
Hi All, Is there any ANT tasks for running DOS batch files, executing DOS command line tasks? >From what I understood from the user manual, the task executes only >windows .exe files. Thanks for your help, Zeituni

Ant task of compiling ejb for Websphere 5.1

2005-09-25 Thread Uri Zeituni
Hi All, I'm creating a build project for a large web application that contains a few EJB modules. My environment is Websphere Studio Application Developer (aka WSAD) version 5.1.1. Until now I used WSAD to create stubs and skeletons for deployment on Websphere. I don't want to depend on WSAD, s