Re: Absolute path properties...

2006-03-28 Thread Wesley Hall
On 3/28/06, Matt Benson <[EMAIL PROTECTED]> wrote: > > --- Wesley Hall <[EMAIL PROTECTED]> wrote: > > > Hello all, > > > > I am in a situation where it makes sense for my ant > > script to compile two > > path properties into one but because ant resolves > > all location properties to > > absolute

Re: Absolute path properties...

2006-03-28 Thread Matt Benson
--- Wesley Hall <[EMAIL PROTECTED]> wrote: > Hello all, > > I am in a situation where it makes sense for my ant > script to compile two > path properties into one but because ant resolves > all location properties to > absolute paths this is problematic. Let's say I > have... > > > > > then >

Re: absolute path

2005-04-07 Thread Antoine Levy-Lambert
Inside ant you can resolve a full path by doing this somejar.path=${somejar.path}" > > --- Rodolfo García Esteban/CYII > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I need to specify a absolute path, not relative to > > base, how can I do? > > Depends on the context. You will have to explai

RE: absolute path

2005-04-07 Thread Roberto Juarez
de abril de 2005 8:32 > Para: Ant Users List > Asunto: RE: absolute path > > Yes but in the command copy and in classpath the path are relatives I need > a parameter which accepts absolute path in path. > > Thanks > > Rodolfo > ___

RE: absolute path

2005-04-06 Thread Rodolfo García Esteban/CYII
"Ant Users List" Para: "Ant Users List" cc: (cco: Rodolfo García Esteban/CYII) Asunto: RE: absolute path Hi, there is an easy option. You may define an environment variable that holds your absolute path and read the value of that variable. Easy. Cheers

Re: absolute path

2005-04-06 Thread Rodolfo García Esteban/CYII
onda a "Ant Users List" Para: Ant Users List cc: (cco: Rodolfo García Esteban/CYII) Asunto: Re: absolute path --- Rodolfo García Esteban/CYII <[EMAIL PROTECTED]> wrote: > Hi, > > I need to specify a absolute path, not relative to > b

RE: absolute path

2005-04-06 Thread Roberto Juarez
35 > Para: Ant Users List > Asunto: Re: absolute path > > > --- Rodolfo García Esteban/CYII > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I need to specify a absolute path, not relative to > > base, how can I do? > > Depends on the c

Re: absolute path

2005-04-06 Thread Matt Benson
--- Rodolfo García Esteban/CYII <[EMAIL PROTECTED]> wrote: > Hi, > > I need to specify a absolute path, not relative to > base, how can I do? Depends on the context. You will have to explain a little more what you want. -Matt > > Thanks > > Rodolfo > _