Acknowledged

CLI export fails with "bare filename" (as opposed to pathname with at least one folder component)

I'm reporting this bug on behalf of a couple of other posters:

https://forums.garmin.com/developer/connect-iq/f/discussion/331817/problem-with-monkeyc--e/

Platform: Mac

Description of problem:

"monkeyc -f monkey2.jungle -e -o deluxe.iq -y key" fails with one of the following errors (depending on JDK version, I think:
- "ERROR: null"
- ERROR: Cannot invoke "java.io.File.exists()" because "outputParentFile" is null

"monkeyc -f monkey2.jungle -e -o ./deluxe.iq -y key" succeeds.

It seems that monkeyc -e doesn't like it when the output pathname (-o) is a "bare filename" as opposed to a pathname with at least one folder component.