Thanks for the responses.
The ${user.name} was the answer to my problem. I didn't know that all the Java
System.getProperties() were available in Ant.
--- On Tue, 6/22/10, Michael Ludwig <[email protected]> wrote:
From: Michael Ludwig <[email protected]>
Subject: Re: Need cross platform way of assigning users name to a property
To: "Ant Users List" <[email protected]>
Date: Tuesday, June 22, 2010, 10:30 AM
Matt Benson schrieb am 22.06.2010 um 11:06 (-0500):
> > I'm probably missing something, but what's wrong with the following,
> > which is provided by Ant out of the box:
>
> Provided by Java out of the box, if I'm not mistaken. :)
Indeed, it is all of *Java's* System.getProperties() which is in the Ant
box, and even comes out of it if asked to :-)
--
Michael Ludwig