cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jakonflexera
Level 2

changing the output location and output file name

I am using Ant build task to build installer.

I wanted a simple output location under the given output folder.
say BuildOutputLocation=installer
> cd installer
> ls
product_web_win32_novm_build344.exe
product_web_win64_novm_build344.exe
product_web_linx64_vm_build344.bin
product_web_linx64_vm_build344.bin

I am sure there should be a easy way to do this. I can't figure this out though.

Currently it is quite clumsy to traverse to different directories to get a file.
installer/Web_Installers/InstData/Windows/NoVM/install.exe
installer/Web_Installers/InstData/Linux/NoVM/install.bin

Of course I can do this using another ant target but would like to do this using the installer itself to stay clean.

TIA
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

I never found a way to do that actually, so for as long as I know I always used ANT to copy the build result and to rename it at will. If you look no further than IA itself, you might notice that they never actually bother to rename their setups to anything meaningful, all the released versions are install.exe or install.bin...
0 Kudos