You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That doesn't make any sense to me. I think we should simply clarify that if you're passing a directory to the thing at the command line, it should be a full path. That's what happens when you choose a directory in the Oxygen context.
Running the build from my home directory like so:
ant -lib projectEndings/diagnostics/utilities -f projectEndings/diagnostics/build.xml -DprojectDir=ise/ise3/svn/data/
Results in the build looking for this directory:
Output dir: /home/netlink/jtakeda/projectEndings/diagnostics/ise/ise3/svn/data/
So it looks for ${base.dir}/{$projectDir}--should it be ${user.dir}/${projectDir}?
The text was updated successfully, but these errors were encountered: