This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- ant task BuildWorkDirLocation doesn't work
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 03, 2012
09:10 PM
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"
/>
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"
/>
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 13, 2012
06:35 AM
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.
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.