*First the build file:
*
println "HELLO"
*
Next we run it and watch it error:*
$ ant
Buildfil
On Nov 17, 2007 11:51 PM, Dan Stromberg <[EMAIL PROTECTED]> wrote:
> When you build a .jar file with ant, does any play any role in adding
> the getSpecificationVersion data to that jar, or is that handled
> strictly by things that ant calls as subprograms?
>
> If ant plays a role beyond mere coord
Thanks a lot Gilbert for the insight!
Since the proposed libraries are not shipped with Eclipse (where I
start my Ant task from) by default I fall back to the solution I
posted before however.
Cheers,
Nicolai
On 19.11.2007, at 10:03, Rebhan, Gilbert wrote:
-Original Message-
From: Nic
Hi everyone. I'd like some help to improve on an existing project.
Currently it contains a target war.webdoclet were
the webdoclet task is called. The webdoclet task produces at least 3
different xml files. web.xml, struts-config.xml and
validation.xml.
Now, I'm trying to write an uptodate task to
-Original Message-
From: Nicolai Kamenzky [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 18, 2007 10:33 PM
To: Ant Users List
Subject: Re: Replacing chars in a property
/*
...
I wonder why simple string operations seem to be unavailable for
working solely on properties...
...
*/
Bec