cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
offbyone
Level 3

ant task BuildWorkDirLocation doesn't work

I am trying to set up the build using the ant task. If I put my project files in the same location as my iap file everything works.

However, I need to put my project files in a different directory. So I wanted to use the BuildWorkDirLocation property to specify a different location for my project files. It doesn't work though. Any thoughts?

Here is my build file:












IAlocation="${IA_HOME}"
IAProjectFile="${IA_PROJECT_FILE}"
buildworkdirlocation="D:\myproject\installdata"
/>
Labels (1)
0 Kudos
(1) Reply
jmishra
Level 2 Flexeran
Level 2 Flexeran

Hi,

The property "BuildWorkdirLocation" is just a path to your Build output location .

Please find the detail how to use the property "BuildWorkdirLocation"

"BuildWorkdirLocation" overrides the default working directory with a relative or full path. (Relative paths are relative to the location of the project file.).If you use both the BuildWorkdirLocation and BuildOutputLocation options, the BuildOutputLocation takes precedence over the working directory for build output.

Hope it Helps.
0 Kudos