Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 201819
Collapse All | Expand All

(-)src/org/eclipse/tptp/platform/iac/administrator/internal/common/AdminUtil.java (-1 / +1 lines)
Lines 76-82 Link Here
76
        /* parse files */
76
        /* parse files */
77
        try {
77
        try {
78
        	DocumentBuilder builder = factory.newDocumentBuilder();
78
        	DocumentBuilder builder = factory.newDocumentBuilder();
79
            document = builder.parse(fileName);           
79
        	document = builder.parse(new File(fileName));           
80
        }
80
        }
81
        catch (SAXParseException e) {
81
        catch (SAXParseException e) {
82
        	Status status = new Status(Status.ERROR, AdminPlugin.PLUGIN_ID, 0, e.getMessage(), e);
82
        	Status status = new Status(Status.ERROR, AdminPlugin.PLUGIN_ID, 0, e.getMessage(), e);

Return to bug 201819