SerializedDataConverter icon indicating copy to clipboard operation
SerializedDataConverter copied to clipboard

Command as target in build system

Open dubeg opened this issue 9 years ago • 1 comments

Without luck, I've been trying to run any command defined by the plugin (ex: serialized_yaml_to_plist) via a build system. I keep getting Unable to find target command: serialized_plist_to_json..

Build file:

{
    "target" : "serialized_plist_to_json",
    "args": {"save_to_file": true},
    "file_patterns": ["*.tmTheme.YAML"]
}

The plugin is installed via packagecontrol, so zipped in Installed Packages. I thought perhaps the build system couldn't reach a command defined in a zipped package, but it seems to work (I tried with a zipped test plugin).

Any ideas?

dubeg avatar Sep 22 '16 16:09 dubeg

I don't really know. I've never used it in a build system. I just run the command when I want to use it.

You'll have to wait until I have time to play with this in a build system before I can offer any suggestions.

facelessuser avatar Sep 22 '16 16:09 facelessuser