Rob Stryker commented on Bug JBIDE-12271
Index: XPathModel.java
===================================================================
--- XPathModel.java     (revision 42299)
+++ XPathModel.java     (working copy)
@@ -180,6 +180,8 @@
                        saveCategory(categories[i], server, child);
                }
                File f = getFile(server);
+               if( !f.getParentFile().exists())
+                       f.getParentFile().mkdirs();
                try {
                        memento.save(new FileOutputStream(f));
                } catch( IOException ioe) {

Committed to trunk

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira