Re: how to echo propertyset to file?

2008-06-05 Thread Peter Reilly
On Thu, Jun 5, 2008 at 11:14 AM, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: > > > -Original Message- > From: Peter Reilly [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 05, 2008 11:53 AM > To: Ant Users List > Subject: Re: how to echo propertyset to file

RE: how to echo propertyset to file?

2008-06-05 Thread Rebhan, Gilbert
-Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2008 11:53 AM To: Ant Users List Subject: Re: how to echo propertyset to file? /* >> Just curious... Where is the ${tostring:} function and other types of This should be toString - it i

Re: how to echo propertyset to file?

2008-06-05 Thread Peter Reilly
On Mon, Jun 2, 2008 at 7:04 PM, Gilbert Rebhan <[EMAIL PROTECTED]> wrote: > Hi, David > > David Weintraub schrieb: >> >> Just curious... Where is the ${tostring:} function and other types of This should be toString - it is case sensitive >> functions documented in Ant There are currently no other f

Re: how to echo propertyset to file?

2008-06-02 Thread Gilbert Rebhan
Hi, David David Weintraub schrieb: Just curious... Where is the ${tostring:} function and other types of functions documented in Ant Once i've read here on the list about it and from that on i've used it all the time. It's not documented in the manuals, but well known among experienced ant us

Re: how to echo propertyset to file?

2008-06-02 Thread David Weintraub
Weintraub [mailto:[EMAIL PROTECTED] > Sent: Monday, June 02, 2008 4:13 PM > To: Ant Users List > Subject: Re: how to echo propertyset to file? > > /* > The easiest way to turn a resource ID into something that can be > echoed is to set a property via a resource I

RE: how to echo propertyset to file?

2008-06-02 Thread Rebhan, Gilbert
-Original Message- From: David Weintraub [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 4:13 PM To: Ant Users List Subject: Re: how to echo propertyset to file? /* The easiest way to turn a resource ID into something that can be echoed is to set a property via a resource ID

RE: how to echo propertyset to file?

2008-06-02 Thread Rebhan, Gilbert
-Original Message- From: Daniel Gröndal [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 4:25 PM To: Ant Users List Subject: RE: how to echo propertyset to file? /* Hi! Well, not too bad. This might be a good starting point. I would however like to replace the "," with

RE: how to echo propertyset to file?

2008-06-02 Thread Daniel Gröndal
Weintraub [mailto:[EMAIL PROTECTED] Sent: den 2 juni 2008 16:13 To: Ant Users List Subject: Re: how to echo propertyset to file? The easiest way to turn a resource ID into something that can be echoed is to set a property via a resource ID: Property Set: ${midlet_property_set} I

Re: how to echo propertyset to file?

2008-06-02 Thread David Weintraub
common prefix, but the exact number is > undefined, so these properties are selectable by a propertyset by I do not > know the exakt number. > > The reason for this somewhat uncommon setup is that I have created a common > "base" file (common.xml) that is imported into oth

RE: how to echo propertyset to file?

2008-06-02 Thread Rebhan, Gilbert
-Original Message- From: Daniel Gröndal [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 11:30 AM To: user@ant.apache.org Subject: how to echo propertyset to file? p.s. beware of the typos ;-) forgot also the append="true" attribute in the echo task corrected = ...

RE: how to echo propertyset to file?

2008-06-02 Thread Rebhan, Gilbert
-Original Message- From: Daniel Gröndal [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 11:30 AM To: user@ant.apache.org Subject: how to echo propertyset to file? /* Hi all! I have a problem echoing a set of properties to a specified file. I have a number of properties which

how to echo propertyset to file?

2008-06-02 Thread Daniel Gröndal
Hi all! I have a problem echoing a set of properties to a specified file. I have a number of properties which have a common prefix, but the exact number is undefined, so these properties are selectable by a propertyset by I do not know the exakt number. The reason for this somewhat uncommon

glob mapping propertyset

2007-05-15 Thread Mark C. Stafford
I want to remap some variables and I'm not having any luck with my debugging. My script and results are below. Can you see what I'm doing wrong? Buildfile: C:\work\data\worksps\scratch\scratch\build.xml globular: [echo] foo

glob mapping propertyset

2007-05-09 Thread Mark C. Stafford
I want to remap some variables and I'm not having any luck with my debugging. My script and results are below. Can you see what I'm doing wrong? Buildfile: C:\work\data\worksps\scratch\scratch\build.xml globular: [echo] foo

access and change values in a propertyset

2007-02-21 Thread kkmca
i need to access all change the values in a propertyset - no idea how to manipulate a propertyset outside of echo properties. I need to get the values - perform math on the values and expand those proprties to a configuration file- I am deploying configuration files to multiple instances and need

Bug in propertyset?

2006-03-16 Thread Daniels, Troy \(US SSA\)
Hello, I'm seeing unusual behavior trying to use propertyset. The build file is below. I have a -run target that calls on a class specified by a property, and several target that set the property and call the -run target. I define a propertyset to specify the properties that are passed t

Re: Converting PropertySet to a Property

2005-11-09 Thread Juergen Hermann
On Wed, 9 Nov 2005 15:06:38 -0800, Telang, Nandan wrote: >Is there a way to convert a PropertySet in Ant to a ":" separated list of values ? antcontrib:propertyselector i guess. Ciao, Jürgen - To unsubscribe, e

Converting PropertySet to a Property

2005-11-09 Thread Telang, Nandan
Is there a way to convert a PropertySet in Ant to a ":" separated list of values ? -Nandan

RE: Propertyset

2005-06-27 Thread Dominique Devienne
> From: Meukens, Kris [mailto:[EMAIL PROTECTED] > > It looks that when you pass a propertyset to an other build file that is > called with the 'ant' task, the containing properties are still known in > the receiving build file but not the propertyset itself. Is that corre

Propertyset

2005-06-27 Thread Meukens, Kris
Hi, It looks that when you pass a propertyset to an other build file that is called with the 'ant' task, the containing properties are still known in the receiving build file but not the propertyset itself. Is that correct? Do I have to recreate the property set? Or there alternati

EchoProperties and Propertyset - was Re: ANT-CVS logs

2005-05-17 Thread Conor MacNeill
Brian, Since your message has nothing to do with CVS logs, please take the time to create a new message and use an appropriate subject. Your build works for me. What version of Ant are you using? When you say "The echoproperties task doesn't like the nested propertyset", that,

RE: PropertySet use in macro

2004-09-01 Thread Dick, Brian E.
I see your point and I agree. Bad idea. Hey Matt, put on the brakes! :) -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 3:00 PM To: Ant Users List Subject: RE: PropertySet use in macro > From: Dick, Brian E. [mailto:[EM

local properties note WAS PropertySet use in macro

2004-09-01 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > The fact that you can do something doesn't mean we > should > be doing it. Whatever you are trying to do you think > needs > such a hack, you'd better consider writing custom > tasks for. That's awfully hardline. :) One thing that did occur to

RE: PropertySet use in macro

2004-09-01 Thread Dominique Devienne
> From: Dick, Brian E. [mailto:[EMAIL PROTECTED] > > A target can do it. Why can't a macro? No, a target cannot do it. A target does nothing beside executing the tasks within. Passing properties to sub-processes as properties is natural and is an extensible way to pass in such properties, becaus