cancel
Showing results forย 
Showย ย onlyย  | Search instead forย 
Did you mean:ย 
nihar1983
Level 5

build through ANT

Hi ,

I used install anywhere in our instalaltion process. Please find the below steps how I am going to generate the "install.bin" file.

1. In preinstall :
I configure all the required wizards by adding custom code panel.
2. In install:
Adding one script which guide the instalaltion process.

Then in Build I execute the build project button and it is generating the "install.bin" file.

But we want all those above steps should be in our build system.
We are using ANT based build.

Is it possible to generate the "install.bin" through command prompt using ANT based build?

Thanks
Nihar
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

Yes, you can! ๐Ÿ™‚ You can either use the IAant task or directly call the build.exe (the command line build) (this is what I do for instance).
0 Kudos