Olivier Prouvost <[EMAIL PROTECTED]> wrote:

> Stefan Bodewig a écrit :
> 
>> Olivier Prouvost <[EMAIL PROTECTED]> wrote:
>>
>> > On windows I can initialize my HOME value with C:/user/olivier
>> > but it cause problemes when I initialize a classpath value from
>> > this HOME value...
>>
>> How are you trying to do this?
> 
> In fact I do that with may be an old notation ! I concat values like
> this :
> 
> <property name="lib" value="${Env.HOME}/dev/xxx/lib"/>
> <property name="productClasspath"
>           value="${lib}/a.jar:${lib}/b.jar:${lib}/c.jar"/>
> 

This should work - if you are running Ant on Windows. On Unix, the
colon will always be treated as a path separator - on Windows it will
be a path separator unless it is the second character of an entry and
the first one is a letter.

Stefan

Reply via email to