AW: Multiple properties into one property key

2010-05-18 Thread Jan.Materne
aghure...@gmail.com] >Gesendet: Mittwoch, 19. Mai 2010 06:41 >An: Ant Users List >Betreff: Multiple properties into one property key > >Hi All, > >I'm trying to read muliple properties into one property key is >that possible >int ant? > >For examble lets say i pr

Multiple properties into one property key

2010-05-18 Thread Jan
Hi All, I'm trying to read muliple properties into one property key is that possible int ant? For examble lets say i property file called name.properties in that i've entries as shown below name1=Joe name2=Jan numberofnames=2 now i want read these 2 property key value and assign to property allN

Re: Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Oliver Schrenk
> Regards, > > Antoine > > > > Oliver Schrenk wrote: >> I solved my problem by using two properties, one for "file" and one for >> "tofile" >> >> I wonder though why the original approach works on Mac platform but not on >>

Re: Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Antoine Levy Lambert
le" I wonder though why the original approach works on Mac platform but not on windows. There are different two behaviours: 1.MAC: multiple properties in "tofile" are first resolved, concatenated and then converted to a path using basedir 2.WINDOWS: multiple properties in "tofi

Re: Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Oliver Schrenk
I solved my problem by using two properties, one for "file" and one for "tofile" I wonder though why the original approach works on Mac platform but not on windows. There are different two behaviours: 1.MAC: multiple properties in "tofile" are first resolved, conc

Re: Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Antoine Levy Lambert
Oliver Schrenk wrote: Here is an excerpt from the build file: ... Is this a known issue, expected behavior or just bland misuse of properties on my part? change just this line when you use the idiom, the property is converted to an absolute path. ${classes} is a

Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Oliver Schrenk
Hi, I use an Ant script that shows different behavior on the Mac and Windows platform. Both Ant are used from within Eclipse Mac: Eclipse 3.5 (Build-id, 20090621-0832) with Ant 1.7.1.v20090120-1145 Windows: Eclipse 3.5 (Build id: 20100218-1602) with Ant 1.7.1.v20090120-1145 In particular it fail

RE: Multiple .properties in the same ANT

2006-08-14 Thread LIRA Olavo
ed more > precisions. Thanks!! > > > Olavo Lira > > -Original Message- > From: Burgess, Benjamin [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 10, 2006 1:34 PM > To: Ant Users List > Subject: RE: Multiple .propert

Re: Multiple .properties in the same ANT

2006-08-14 Thread glenn opdycke-hansen
m: Burgess, Benjamin [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 1:34 PM To: Ant Users List Subject: RE: Multiple .properties in the same ANT You will have to give more information (such as the contents of your build.xml). Can you use a macrodef to define the target and have it take in the na

RE: Multiple .properties in the same ANT

2006-08-14 Thread Burgess, Benjamin
Ant Users List Subject: RE: Multiple .properties in the same ANT Hi Ben, Did you had a chance to look into my Build.xml? I understand what you have said about passing the .properties dynamically, this I can do, what I don't know how to do is to run "n" times the same ANT w

RE: Multiple .properties in the same ANT

2006-08-14 Thread LIRA Olavo
t me know if it's not clear or if you need more precisions. Thanks!! Olavo Lira -Original Message- From: Burgess, Benjamin [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 1:34 PM To: Ant Users List Subject: RE: Multiple .propertie

RE: Multiple .properties in the same ANT

2006-08-10 Thread LIRA Olavo
>You will have to give more information (such as the contents of your >build.xml). >Can you use a macrodef to define the target and have it take in the name >of the properties file as an argument? Then the macrodef can load the >properties with a prefix based on the argument. Hi Ben,

RE: Multiple .properties in the same ANT

2006-08-10 Thread Burgess, Benjamin
Message- From: LIRA Olavo [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 12:07 PM To: Ant Users List Subject: Multiple .properties in the same ANT Sorry I forgot to change the subject . Hello everyone, I'm new in here and I know the basic of ANT. I use it for comp

Multiple .properties in the same ANT

2006-08-10 Thread LIRA Olavo
Sorry I forgot to change the subject . Hello everyone, I'm new in here and I know the basic of ANT. I use it for compiling javacard applets. Well my problem is that I would like to know if it is possible with ANT to run the same ANT with multiple different .properties that I pass in

AW: Multiple properties

2005-05-31 Thread Jan . Materne
> > Hello, I'm new to Ant and I was wondering if I can do the > following : > > > > > > > > > > yes > > > > > > no > > Can someone give me some hints how I can do this ? But you can do something like that with AntContrib. Not

Multiple properties

2005-05-31 Thread Pauwels Stefan
> Hello, I'm new to Ant and I was wondering if I can do the following : > > > > > > > > > > > > Can someone give me some hints how I can do this ? > > Thanks, > Stefan