On 2011-02-18, david__schmidt wrote:
> I am having trouble seeing how I can get a job done with apply task. I
> would like to give a fileset to apply, then send in several parameters based
> on variations of the filenames. So, for example... given "filename.s", I'd
> like each command to look li
Beanshell is pretty good as well...and may as well be Java ;)
solution 2, use some scripting language running in JVM
and make use of ant api. Groovy [2] recommended, because IMO (after
using javascript/rhino and jruby in ant before) groovy has the best
compatibility to java and the task is gre
Original Message
Subject: Change property value
From: shaffic
To: user@ant.apache.org
Date: Fri Feb 18 2011 14:24:22 GMT+0100 (CET)
>
> is the any alter method to change the property value which is initializd
>
> Thanks
> Shaffic
In core ant properties are immutable - for go
On Fri, Feb 18, 2011 at 4:11 PM, david__schmidt wrote:
> but how can I do multiple mappings - multiple variations on the filename per
> invocation? Or is there another way to approach the problem?
I can't see a way to do it with either.
Peter's [1] supports multiple mappers and he even has an
Hello, ant folks:
I am having trouble seeing how I can get a job done with apply task. I
would like to give a fileset to apply, then send in several parameters based
on variations of the filenames. So, for example... given "filename.s", I'd
like each command to look like this:
${assemblerPath}/
You can use the task from the Ant Contrib library:
http://ant-contrib.sourceforge.net/tasks/tasks/index.html
--
Jonathan Rosenberg
Founder & Executive Director
Tabby's Place, a Cat Sanctuary
http://www.tabbysplace.org/
On Fri, Feb 18, 2011 at 10:27 AM, Stefan Bodewig wrote:
>
Hello
I see that in upcoming Ivy 2.3 there will be some support for OSGi
repository. Will it also support resolving dependencies from *.bnd
file or will I still need to specify every dependency in ivy.xml? I am
also new to Felix Sigil, but it seems it is supporting what I need.
What I need is a s
On Feb 18, 2011, at 9:27 AM, Stefan Bodewig wrote:
> On 2011-02-18, shaffic wrote:
>
>> is the any alter method to change the property value which is initializd
>
> No. In Ant properties are immutable by design.
>
Do check out the task and see if it will help, however.
Matt
> Stefan
>
>
On 2011-02-18, shaffic wrote:
> is the any alter method to change the property value which is initializd
No. In Ant properties are immutable by design.
Stefan
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For addit
On 2011-02-18, shaffic wrote:
> Thanks can u tel me how i can use the if condition in my ant.
> I am callin one ant2 script from another ant1 script,while calling ant2 i
> don want to run all the targets.but when i run the ant2 alone it should run
> all the targets.
You use unless on all targets
is the any alter method to change the property value which is initializd
Thanks
Shaffic
--
View this message in context:
http://ant.1045680.n5.nabble.com/Change-property-value-tp3391064p3391064.html
Sent from the Ant - Users mailing list archive at Nabble.com.
-
Thanks can u tel me how i can use the if condition in my ant.
I am callin one ant2 script from another ant1 script,while calling ant2 i
don want to run all the targets.but when i run the ant2 alone it should run
all the targets.
pls do needfull
Thanks
shaffic
--
View this message in con
Shaffic,
You can use "var" task.
unset the property you want to reuse
.
More info at
http://ant-contrib.sourceforge.net/tasks/tasks/variable_task.html
-manas
On Fri, Feb 18, 2011 at 11:19 AM, shaffic wrote:
>
> HI All,
> I Created a property and value ad initilized.now i want to change the
HI All,
I Created a property and value ad initilized.now i want to change the value
of that property.can any one help me in this pls???
Thanks
Shaffic
--
View this message in context:
http://ant.1045680.n5.nabble.com/Change-Property-Value-tp3390614p3390614.html
Sent from the Ant - Users mai
14 matches
Mail list logo