(27.08.2010, 20:54)routeconverter Wrote: I've tried to reproduce this structure with the new http://www.routeconverter.de/download/Ro...eMac64.zipUnfortunately not. The structure as such is correct, but:
Does that work for you?
- You spelled the routeconverter script as Routeconverter. OSX is case sensitive. As such it is not a problem, but the Info.plist file has the section
<key>CFBundleExecutable</key>
<string>routeconverter</string>
If you prefer the script to be called Routeconverter or RouteConverter (or whatever), the CFBundleExecutable string in the Info.plist file should be the same.
- The script should have the executable bit set and it didn't. When committing from OSX/BSD/Linux and so on to svn/cvs/git/mercurial and so on, the file attributes are maintained. I don't know how this works from Windows for un*x like files.
- I assume you copy/pasted my posted shell script entries into some text editor and saved it. Windows adds it own line ends/line feeds. For text files that's no big deal but it corrupts the shell script which makes that it doesn't work even when the file attributes have been set correctly.
(27.08.2010, 20:54)routeconverter Wrote:(26.08.2010, 21:50)hvdwolf Wrote: 1 - I wrote this simple applescript application (10 minutes work), but I don't know whether your application does shows a (graphical) error message of it's own as I can't test that right now. Does it?
Yes, it does.
Great. This keeps it to a java only bundle.