Bug 225126 - Minimize the use of temporary files by the XEF editor
Summary: Minimize the use of temporary files by the XEF editor
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: STP (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: David Bosschaert CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-01 11:17 EDT by David Bosschaert CLA
Modified: 2012-09-21 14:40 EDT (History)
0 users

See Also:


Attachments
Working patch for org.eclipse.stp.policy.common, org.eclipse.stp.policy.wtp.editor and org.eclipse.stp.xef project (4.86 KB, application/octet-stream)
2008-06-11 09:25 EDT, Alexey Markevich CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Bosschaert CLA 2008-04-01 11:17:45 EDT
Alexey Markevich requested: 

Is it necessary to create temporary schemas inside project? I found two
places where this happens:
org.eclipse.stp.ui.xef.XEFEditorURIResolverExtension.java:80
org.eclipse.stp.ui.xef.editor.XMLProviderEditorInput:84
When I prepare schema catalog from project I need to use selected folder
only; when I want use all schemas from project Eclipse returns temporary
schemas too.
Comment 1 Alexey Markevich CLA 2008-06-11 09:25:48 EDT
Created attachment 104476 [details]
Working patch for org.eclipse.stp.policy.common, org.eclipse.stp.policy.wtp.editor and org.eclipse.stp.xef project

This is initial idea to remove temporary files creation.
Comment 2 David Bosschaert CLA 2008-10-07 11:40:59 EDT
Hi Alexey, 

Unfortunately I can't apply this patch the way it is because it causes lots of (compilation) failures in the testing fragment (org.eclipse.stp.xef.test).
Could you also provide a patch for the tests?

Thanks,

David