clemos / haxe-sublime-bundle

Sublime Text bundle for Haxe programming language
Apache License 2.0
237 stars 86 forks source link

Could not process argument with lowercase project.xml app path #218

Closed scriptorum closed 9 years ago

scriptorum commented 9 years ago

Running Sublime 3 on a Mac with updated haxelibs. I'm having trouble with code completion, in that the status bar shows the error "Could not process argument xxx" where xxx is the value of the path attribute for the app tag in the project.xml file. This problem only occurs when the path attribute begins with a lower case letter. For example, this triggers the error:

    <app main="Main" path="export" file="MyApp" />

But this is fine:

    <app main="Main" path="Export" file="MyApp" />

I don't have any problems using the build system, however.

curly-brace commented 9 years ago

remembered having same issue. solved it by removing path attribute completely

ghost commented 9 years ago

Was fixed in previous commits.