PDA

View Full Version : Commandline Build Problems after upgrade from ISX to 10.5



ldrunner
03-04-2005, 01:44 PM
We're building a Universal Installer project from an ANT script. This has been working for some time now, with ISX. After upgrading to IS 10.5, we're getting lots of warnings, and several errors during the build, and the project fails to build.

An example of one of the warnings:

[java] WARNING: could not load platform pack in library C:\Program Files\In
stallShield 10.5\Universal Installer\lib\ppk\solarisppk.jar: java.lang.NoClassDe
fFoundError: com.installshield.wizard.platform.solaris.SolarisFileServiceImpl

There are several of these, and it looks like there's one for each platform pack.

Here are the errors:

[java] ERROR: ServiceException: (error code = 313; message = "java.lan
g.reflect.InvocationTargetException"; severity = 0)
[java] ERROR: ServiceException: (error code = 313; message = "java.lan
g.reflect.InvocationTargetException"; severity = 0)
[java] ERROR: ServiceException: (error code = 313; message = "java.lan
g.reflect.InvocationTargetException"; severity = 0)


Has anyone ever seen these problems?

I updated the classpath using the specifications in the 10.5 help file for running the Java build from ANT, but that hasn't made any difference.

Thanks for the help.
--Terry

RobertDickau
03-04-2005, 03:26 PM
(Duplicate post; follow-up here (http://community.installshield.com/showthread.php?p=311622#post311622).)