Apr 03, 2012
09:10 PM
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" />
... View more
Labels
- Labels:
-
InstallAnywhere 2010
Feb 14, 2011
02:32 PM
I opened an incident for this product. It turns out to be a bug. So you currently, can not add additional virtual memory parameters for mac on Installanywhere. So much for all the promised extra MAC support in this 2010 version.
... View more
Feb 13, 2011
05:38 PM
In my installer I am passing an additional VM parameter. Before InstallAnywhere 2010 I did this by adding it to this LaunchAnywhere property: lax.nl.java.option.additional So in my LaunchAnywhere properties I have an entry that reads like so: lax.nl.java.option.additional | -Djavax.net.ssl.trustStore=$USER_INSTALL_DIR$/key.jks This continues to work for windows operating systems for InstallAnywhere 2010, but it does not work for MAC. Any suggestions?
... View more
Labels
- Labels:
-
InstallAnywhere 2010
Feb 19, 2009
08:46 PM
After further research it is clear the bug isn't how installanywhere resolves USER_INSTALL_DIR but rather that it doesn't properly resolve vm parameters you set using "lax.nl.java.option.additional" on MAC.
... View more
Feb 17, 2009
08:24 PM
I have the following vm parameter set up on a LaunchAnywhere properties: Property: lax.nl.java.option.additional Value: -Djavax.net.ssl.trustStore="$USER_INSTALL_DIR$/conf/client/ssl/mykeystore.jks" I produced a windows and installer and a mac installer from the same project. It works perfectly fine on windows. However when I try to run my software on the Mac it says is can't find valid ssl trusted cert. I tested it without the virtual machine property and it worked fine. I also manually went to the install directory and hand typed the java command with the vm paramater and it ran fine. It seems to me that it isn't translating the $USER_INSTALL_DIR$ property. Any help please?
... View more
Labels
- Labels:
-
InstallAnywhere 2008
Latest posts by offbyone
Subject | Views | Posted |
---|---|---|
1959 | Apr 03, 2012 09:10 PM | |
467 | Feb 14, 2011 02:32 PM | |
2475 | Feb 13, 2011 05:38 PM | |
512 | Feb 19, 2009 08:46 PM | |
1794 | Feb 17, 2009 08:24 PM |
Activity Feed
- Posted ant task BuildWorkDirLocation doesn't work on InstallAnywhere Forum. Apr 03, 2012 09:10 PM
- Posted Fyi on InstallAnywhere Forum. Feb 14, 2011 02:32 PM
- Posted adding virtual machine parameter for a MAC on InstallAnywhere Forum. Feb 13, 2011 05:38 PM
- Posted Re: Bug adding vm paramater w/ $USER_INSTALL_DIR$ to MAC installer on InstallAnywhere Forum. Feb 19, 2009 08:46 PM
- Posted Bug adding vm paramater w/ $USER_INSTALL_DIR$ to MAC installer on InstallAnywhere Forum. Feb 17, 2009 08:24 PM