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
- :
- build.proeprties in IA2008?
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 28, 2008
11:43 PM
build.proeprties in IA2008?
I didn't find any build.properties file in IA2008 evaluation version. Instead, there is Buildproperties.xml file. Has the format for build properties file changed in this version compared to previous versions?
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 29, 2008
01:29 AM
I copied the build.properties file from my IA7.1.3 installation to my IA2008 evaluation version.
In my project file, I have added one more platform 'windows'. So, I have got 'windows' platform twice. The output directory for one was 'windows_32' and 'windows_64' for another. For windows_64, the VM bundled was 64bit.
I just wanted to know, how my build.properties file should look like if I just want to build installer for windows 64?
When I keep the following setting, IA builds installer for both windows_32 and windows_64.
In my project file, I have added one more platform 'windows'. So, I have got 'windows' platform twice. The output directory for one was 'windows_32' and 'windows_64' for another. For windows_64, the VM bundled was 64bit.
I just wanted to know, how my build.properties file should look like if I just want to build installer for windows 64?
When I keep the following setting, IA builds installer for both windows_32 and windows_64.
com.zerog.ia.build.platform.windows.vm=true
com.zerog.ia.build.vmpack.windows.path=SunJRE150Win64.vm
#com.zerog.ia.build.vmpack.windows.path=SunJRE160_02Win32.vm
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 18, 2008
08:11 PM
I see your post and find hint from yourself reply...then I can got the build.properties format by Google....
:mad: It is so bad in IA 2008 VP1 manual, tell us in Command-Line build options but say "-p BuildProperties.xml"
To build installers for MyProduct project overriding the saved build settings for that project with a build properties file:
build MyProduct.iap_xml -p BuildProperties.xml
This is wrong!! because the xml file could not be used in command-line build.
More terrible things, no any build.properties sample in the manual or in resources folder!!:mad:
I find some sample in kb, hope this can input into manual in future.
http://kb.acresso.com/selfservice/viewContent.do?externalID=Q000343
:mad: It is so bad in IA 2008 VP1 manual, tell us in Command-Line build options but say "-p BuildProperties.xml"
To build installers for MyProduct project overriding the saved build settings for that project with a build properties file:
build MyProduct.iap_xml -p BuildProperties.xml
This is wrong!! because the xml file could not be used in command-line build.
More terrible things, no any build.properties sample in the manual or in resources folder!!:mad:
I find some sample in kb, hope this can input into manual in future.
http://kb.acresso.com/selfservice/viewContent.do?externalID=Q000343
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 18, 2008
08:49 PM
I find some sample in kb, hope this can input into manual in future.
http://kb.acresso.com/selfservice/viewContent.do?externalID=Q000343
http://kb.acresso.com/selfservice/viewContent.do?externalID=Q000343
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 20, 2008
07:31 AM
What and how should i modify the buildProperties.xml file to get build output(install.exe) to a specific location ?
I have tried:
"C:\TEMP"
BuildOutputLocation="C:\TEMP"
BUT NONE OF THESE IS WORKING.. .. WHAT IS THE CORRECT SYNTAX?
I have tried:
BuildOutputLocation="C:\TEMP"
BUT NONE OF THESE IS WORKING.. .. WHAT IS THE CORRECT SYNTAX?