> 1) Firstly, should the plugin be tracked through JIRA Yes, it probably should.
> If so, does it need its own value for the JIRA 'Component/s' list (such as > 'eclipse' or 'eclipse-plugin') Yes. > 2) Is it worth adding in some logic to the plugin that attempts to supply > the --resources argument to org.apache.pivot.wtk.ScriptApplication? I had thought about that but couldn't come up with a good solution. I hadn't thought of this, though: > - handle the missing file(s) by just showing the "%message" string from the > BXML file. This seems like a reasonable solution. Instead of throwing on line 1013 in BXMLSerializer, we could simply set the attribute value to the unresolved string. This is consistent with what we do on lines 1019 - 1021.
