--- Gerhard Wiesinger <[EMAIL PROTECTED]> wrote:

> I have some properties from the command line (NT, Unix) which are
> defined with e.g. with -Dpath=c:\build
> 
> Then I want to add some suffix:
> <property name="src.dir" value="${path}/${src}"/>
> 
> src.dir is now c:\build/src (with a slash!)

Use:
 <property name="src.dir" location="${path}/${src}"/>

BTW: This sort of usage-type question should go to ant-user rather than
ant-dev.

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

Reply via email to