Re: ant, xsl and variables

2010-12-17 Thread Scot P. Floess
I thought that would work :) But included the other...just in case ;) On Fri, 17 Dec 2010, Michael Ludwig wrote: Scot P. Floess schrieb am 17.12.2010 um 08:05 (-0500): Honestly, its been a while since I passed in params from an Ant script...one of the two should work... At least one of th

RE: Can't load definitions unless target is executed as root

2010-12-17 Thread Urena, Jose M
ownership is not enough for unix filesystems, the group must have read for files and read+execute for dirs -Original Message- From: Nathan King [mailto:nking...@yahoo.com] Sent: Thursday, December 16, 2010 2:52 PM To: user@ant.apache.org Subject: Can't load definitions unless target is ex

Re: ant, xsl and variables

2010-12-17 Thread Michael Ludwig
Scot P. Floess schrieb am 17.12.2010 um 08:05 (-0500): > Honestly, its been a while since I passed in params from an Ant > script...one of the two should work... At least one of them does work: -- Michael Ludwig ---

Re: ant, xsl and variables

2010-12-17 Thread Scot P. Floess
You are mixing concepts... Although your XSLT is invoked from Ant, you lose Ant's properties. Quite honestly, this is no different than kicking off an XSLT from a Java app...the XSLT is somewhat insulated :) You will need to use the param subelement... This should fix your problem (althou

ant, xsl and variables

2010-12-17 Thread Jo Support
Hello people, how do I pass a variable to a stylesheet using xslt task? I have this ant script: and this stylesheet:

Re: How to execute "Android.mk" file from Ant script?

2010-12-17 Thread Girish
Thanks a ton for the quick response, Antonie That would surely help. Do anyone know the executable used for processing Android.mk file? I not able to find it. Thanks Girish On Friday 17 December 2010 04:59 PM, Antoine Levy-Lambert wrote: On 12/16/10 11:05 PM, Girish wrote: * Is there any w

Re: How to execute "Android.mk" file from Ant script?

2010-12-17 Thread Antoine Levy-Lambert
On 12/16/10 11:05 PM, Girish wrote: > > * Is there any way to execute "Android.mk" file from Ant script? > If Android.mk are processed by an executable called make or andromake or whatever, then you can do this using the exec task. Antoine

RE: Fixed default target

2010-12-17 Thread Roos Tomas
No suggestions ? I'm realy stuck with this. Tomas > -Original Message- > From: Roos Tomas [mailto:tomas.r...@mpsbroadband.com] > Sent: den 15 december 2010 14:36 > To: Ant Users List > Subject: RE: Fixed default target > > I did this now according to Davids recommendation. > This seem to