Hello,
I am having a problem running ant property task.
I am reading property from a file and the specification says that the format
of the file  should be as defined by the file used in the class
java.util.Properties i.e.
 if the last character on the line is \, then the next line is treated as a
continuation of the current line

example:
CurrentDirectory = \
c:/temp

Therefore the value of CurrentDirectory should be c:\temp but Ant takes it
as empty string.
Could you please tell me what's wrong here?
With Regards,
Vikram


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

Reply via email to