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 do I use InstallShieldMultiPlatformCommandLine.cp?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Oct 03, 2006
04:52 PM
how do I use InstallShieldMultiPlatformCommandLine.cp?
I am using "InstallShieldCommandLine.exe" to build my project. I have custom code in external jar file say "xx.jar" which is used by my project. I have added path of xx.jar in InstallShieldMultiPlatformCommandLine.cp and still get errors saying "cannot find symbol" which are in that jar file.
(2) Replies
‎Oct 13, 2006
12:58 AM
I strongly recommend that you use ant for your command line builds.
See this thread:
http://community.installshield.com/showthread.php?t=154893
Also, you can get ant here:
http://ant.apache.org
It's a bit more complicated than you're probably hoping for, but believe me it ends up making your life much simpler in the end.
cheers,
/gam/
See this thread:
http://community.installshield.com/showthread.php?t=154893
Also, you can get ant here:
http://ant.apache.org
It's a bit more complicated than you're probably hoping for, but believe me it ends up making your life much simpler in the end.
cheers,
/gam/