help?
Many thanks,
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
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
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
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
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
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
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