Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] Re: [XEF] Feature request

Hi Alexey,

Alexey Markevich wrote:
Hello David,

I have two more point to discuss:

- Add policy dialog contains two assertion categories. At this moment all
assertions appear at the Uncategorized group. Is it possible to group them
by schema source? For example add subnodes with schema URI and add
assertion from this schema to this node.
Good point. I added bug 225124 for this.

- 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.
Yes, this can probably be reduced. I remember that some of the parsers (I think the XML Schema parser) may need an actual URL to parse from. At least some of them won't work on streams. However it might be useful to exactly pinpoint this and possibly reduce the need for temporary files. BTW the temp files are deleted when you exit Eclipse...
I've added bug 225126 for this.

Cheers,

David

----------------------------
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland

Back to the top