On 15 Aug 2006, Bill Wagner wrote:
>When I'm away from my desk I us an old iBook with Panther installed on
>it and Java 1.4.X. I decided to do some simple porting using this
>machine. All works just fine until I try to load the icon I created on
>Tiger into the Jar Bundler. Jar Bundler explodes putting up a dialog to
>report the bug to Apple.
>
>Has there been some sort of change in the .icns format between the two
>OS releases that would cause this? We want to support both Panther and
>Tiger with our product.
I don't use Jar Bundler any more. I either use Xcode or I manually
duplicate an existing app-bundle then edit Info.plist and replace the other
bundled files. This avoids me having to manually re-enter all the settings
into Jar Bundler again, when it's so much simpler to use Property List
Editor.
That said, I'm not aware of any change to the .icns file format.
On the other hand, I vaguely recall that 10.4 will scale the 128x128 icon
to smaller sizes better than 10.3 will. If so, it might then depend on
exactly which of the pre-sized scaled icons are present in your .icns file.
For example, it may be that Jar Bundler or 10.3 itself requires sizes that
are missing in your .icns file. You didn't say whether your .icns
contained all sizes and masks or not, so that's just a guess.
The simplest way I know of to avoid the problem would be to not use Jar
Bundler, but to manually replace component files, e.g. icon, jar,
resources, etc. directly in your app-bundle.
If you wish, file a bug against Jar Bundler, too.
<http://developer.apple.com/bugreporter>
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden