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
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to call an ant script which is contained in the installation files?
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 21, 2008
05:33 AM
How to call an ant script which is contained in the installation files?
Hi
I am trying to call an ant script which is installed by a previous component.
Component one installs the files (including the ant script) and component two calls the ant script using the ant target action. I specify the file using $V(IS_DESTINATION)/build.xml. However the build fails because the file does not exist yet.
I have followed the help file by placing the ant call in a component which is executed after the installation files have been placed. Unfortunately the build still searches for the file and throws an error when it doesn't find it. Can someone tell me what I am doing wrong?
Thanks in advance,
Kevin
I am trying to call an ant script which is installed by a previous component.
Component one installs the files (including the ant script) and component two calls the ant script using the ant target action. I specify the file using $V(IS_DESTINATION)/build.xml. However the build fails because the file does not exist yet.
I have followed the help file by placing the ant call in a component which is executed after the installation files have been placed. Unfortunately the build still searches for the file and throws an error when it doesn't find it. Can someone tell me what I am doing wrong?
Thanks in advance,
Kevin
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 22, 2008
04:37 AM
Could someone please help me with this? I really have to get this done today.
Thanks.
Thanks.