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
- :
- Problem running ant build (worked in 5.03)
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 03, 2006
04:15 PM
Problem running ant build (worked in 5.03)
I'm trying to convert an ant script from ISMP 5.03 to 11.5 and I keep getting this error:
[java] WARNING: Class File not present for optional framework
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/win32ppk.jar: java.lang.ClassNotFoundException: com.installshield.wizard.platform.win32.Win32PlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/genericunixppk.jar: java.lang.ClassNotFoundException: com.installshield.wizard.platform.genericunix.GenericUnixPlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/macosxppk.jar: java.lang.ClassNotFoundException: com.installshield.wizard.platform.macosx.MacOSXPlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/linuxppk.jar: java.lang.ClassNotFoundException: com.ibm.wizard.platform.linux.LinuxPlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/solarisppk.jar: java.lang.ClassNotFoundException: com.installshield.wizard.platform.solaris.SolarisPlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/hpuxppk.jar: java.lang.ClassNotFoundException: com.installshield.wizard.platform.hpux.HpuxPlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/webppk.jar: java.lang.ClassNotFoundException: com.installshield.wizard.platform.web.WebPlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/aixppk.jar: java.lang.ClassNotFoundException: com.ibm.wizard.platform.aix.AixPlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/as400ppk.jar: java.lang.ClassNotFoundException: com.ibm.wizard.platform.as400.IBMAS400PlatformPack
Here is the portion of my script that calls ISJE:
I've looked at launch.txt and several other threads and I've re-ordered this several times but cannot get around this problem.
Can you help?
[java] WARNING: Class File not present for optional framework
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/win32ppk.jar: java.lang.ClassNotFoundException: com.installshield.wizard.platform.win32.Win32PlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/genericunixppk.jar: java.lang.ClassNotFoundException: com.installshield.wizard.platform.genericunix.GenericUnixPlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/macosxppk.jar: java.lang.ClassNotFoundException: com.installshield.wizard.platform.macosx.MacOSXPlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/linuxppk.jar: java.lang.ClassNotFoundException: com.ibm.wizard.platform.linux.LinuxPlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/solarisppk.jar: java.lang.ClassNotFoundException: com.installshield.wizard.platform.solaris.SolarisPlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/hpuxppk.jar: java.lang.ClassNotFoundException: com.installshield.wizard.platform.hpux.HpuxPlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/webppk.jar: java.lang.ClassNotFoundException: com.installshield.wizard.platform.web.WebPlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/aixppk.jar: java.lang.ClassNotFoundException: com.ibm.wizard.platform.aix.AixPlatformPack
[java] WARNING: could not load platform pack in library /share/soft/installshield/IS11.5MP/lib/ppk/as400ppk.jar: java.lang.ClassNotFoundException: com.ibm.wizard.platform.as400.IBMAS400PlatformPack
Here is the portion of my script that calls ISJE:
I've looked at launch.txt and several other threads and I've re-ordered this several times but cannot get around this problem.
Can you help?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 17, 2006
06:24 PM
In case anyone else needs help with this:
First, run the ISMP command line build with the -is:log option to see exactly what classpath is being used.
Second, and most importantly, the ppk jars have moved from 5.03 to 11.5. What used to be $ISMP/ppk/aixppk.jar, for instance, is now $ISMP/lib/ppk/aixppk.jar. When my eyes finally saw that extra lib in there, it worked just fine.
First, run the ISMP command line build with the -is:log option to see exactly what classpath is being used.
Second, and most importantly, the ppk jars have moved from 5.03 to 11.5. What used to be $ISMP/ppk/aixppk.jar, for instance, is now $ISMP/lib/ppk/aixppk.jar. When my eyes finally saw that extra lib in there, it worked just fine.