Moqui XSD Schema IntelliJ Plugin

@jonesde does the above posted code look like a good fix to you? It rebuilds the resources but does not touch the rest of the misc.xml file if it already exists. If you think this is a proper solution then I can raise a PR.

1 Like

From a brief code read it looks good to me. One improvement, that I think would be a small change, would be to append to an existing ProjectResources node rather than always removing any existing. With that change it would be non-destructive (of the misc.xml file or any part of it).

Hello @jonesde

I followed your recommendation and created a PR that is completely non-destructive to any part of the misc.xml file.

1 Like

Thanks Taher, PR merged.

1 Like

I think one step left here is to update the documentation section that describes how to setup XML catalogs. I’m not sure how / where to do it but I can help if needed.