Fixed: some error handling needed improving.

- Added ~/narwhal/bin to executable paths.
- Hopefully clearer error message when an executable is missing.
- Log PATH when executable is missing.
- Catch parse exceptions when parsing parser.j errors, log the returned text.
This commit is contained in:
Aparajita Fishman
2013-05-11 09:34:23 -04:00
parent 9b3676fa4f
commit 574672f15f
5 changed files with 58 additions and 28 deletions
+2 -9
View File
@@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.3</string>
<string>3.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.0.3</string>
<string>3.0.4</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSUIElement</key>
@@ -32,12 +32,5 @@
<string>NSApplication</string>
<key>XCCCompatibilityVersion</key>
<real>3</real>
<key>XCCMandatoryExecutables</key>
<array>
<string>python</string>
<string>narwhal-jsc</string>
<string>objj</string>
<string>nib2cib</string>
</array>
</dict>
</plist>