Hi Folks

How do I write the line below for Windows

<property name="test.path" value="/home/project/src1:/home/project/src2"/>

this time

SRC1_DIR=C:\project\src1
SRC2_DIR=C:\project\src2

If I write

<property name="test.path" value="C:\project\src1:C:\project\src2"/>

then this is clearly wrong since Windows uses ":" in its paths names.  So
can someone please tell me how I write this in Widows.

Cheers

Tony

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to