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
-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
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
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
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
-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
-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
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
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
-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 =
...
-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
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
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
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
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
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
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
Is there a way to convert a PropertySet in Ant to a ":" separated list of
values ?
-Nandan
> 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
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
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,
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
--- 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
> 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
24 matches
Mail list logo