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
--- 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
>
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
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
> ___
"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
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
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
--- 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
>
_