Find workspace location using ANT

Posted by ThunderChunky_SF on Stack Overflow See other posts from Stack Overflow or by ThunderChunky_SF
Published on 2010-05-13T15:58:21Z Indexed on 2010/05/13 16:04 UTC
Read the original article Hit count: 278

Filed under:
|
|
|
|

I'm working on a build script in the Flash Builder version of Eclipse. This build script needs to import launch configuration .launch files into the user's workspace. However there doesn't seem to be an available ANT var for determining the workspace location. While stepping through the available vars with intellisense I noticed that ${osgi.instance.area} does point to my current workspace but when I tried to echo it back in a running ant script it just spat out "${osgi.instance.area}" and not the path.

Any help would be greatly appreciated. Thank you!!!

© Stack Overflow or respective owner

Related posts about ant

Related posts about eclipse