http://ant.apache.org/manual/properties.html#built-in-props
Jan >-----Ursprüngliche Nachricht----- >Von: Dean Schulze [mailto:[email protected]] >Gesendet: Donnerstag, 24. Juni 2010 19:47 >An: Ant Users List >Betreff: Re: Need cross platform way of assigning users name >to a property > > >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 > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
