When setting classpath for jar, javac etc I have to use either ";" or
":" depending on the OS I use.
Now I use the property "pathsep" and change it manually :( every time I
change OS:
<property name="pathsep" value=":">
or
<property name="pathsep" value=";">

Any good ideas to automate this process?
I tried <available file="/etc/passwd" property="pathsep" ..> but it can
only set some property to "true" but not to a custom value...

-- 
Sergey V. Udaltsov

Reply via email to