For example:
where, basedir:
/Users/xxx/Documents/wspace/myappEar
how to use return parent directory to use like this:
/Users/xxx/Documents/wspace/
To do this i’ve tried
<property name="workspace.dir" value="${basedir}\.." />
and does not work in my mac os.
Any Idea what is the problem?
Regardles
Mugo
with vanilla ant you have to use =
or alternatively use the Ant Plugin Flaka =