On May 6, 2005, at 8:41 PM, Laurie Harper wrote:
I was only expecting 'init' to be run once... that's the way I
remember things working. Am I doing something wrong, or is Ant?
You're not doing anything wrong... you're just remembering wrong :-)
The way it's working is the way it works.
cheers,
—ml
It's been a while since I've written an Ant build file, so I may be
missing something obvious here... can anyone shine a light for me? I
have targets that have common dependencies and if I try to run them in a
single invocation Ant executes the common dependency repeatedly.
Here's an example:
$
Hello Eric,
--- "Sun, Eric" <[EMAIL PROTECTED]> wrote:
> I am new to Ant. I have two questions:
> 1. How to include all needed library in the final
> jar file so that when
> run the application, no any other jar library is
> needed?
One way to do it is to [1] all other jars and
to [2] them again wi
I am new to Ant. I have two questions:
1. How to include all needed library in the final jar file so that when
run the application, no any other jar library is needed?
2. How to build a java executable on Windows XP and Linux with Ant?
Can anybody tell me how to do that? Or point where to get the
On UNIX the wildcard is evaluated by the shell. You are bypassing the
shell by executing the process directly in your example. Check out the
apply task (http://ant.apache.org/manual/CoreTasks/apply.html).
--
Jeffrey E. Care ([EMAIL PROTECTED])
WebSphere Build SWAT Team Lead
WebSphere Build Tool
Hello Ninju,
sometimes ago I also tackled down the problem of
entering passwords (sensitive information) via input
task and I documented my attempts in an article called
"Extending Ant Input Abilities". You can find it on
[1], the first one in section articles.
In short, the way Ant reads its inp