Where can I find resources to learn ant path style conventions? I've gone to the ant site itself, but couldn't find any information on path styles.
+2
A:
I suppose you mean how to use path patterns
If it is about whether to use slashes or backslashes these will be translated to path-separators on the platform used during execution-time.
stacker
2010-06-01 19:33:41