You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Nicolas Lalevée (JIRA)" <ji...@apache.org> on 2009/02/18 10:23:01 UTC

[jira] Commented: (IVYDE-165) Add ivy.xsd to ivy.xml template

    [ https://issues.apache.org/jira/browse/IVYDE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674540#action_12674540 ] 

Nicolas Lalevée commented on IVYDE-165:
---------------------------------------

The ivy.xml editor in IvyDE has a really great feature which the standard XML editor cannot implement: completion on the org name, module name, revision, etc...
Thought it is worth adding the reference to the ivy.xsd for thoses who still want to use the standard XML editor.

> Add ivy.xsd to ivy.xml template
> -------------------------------
>
>                 Key: IVYDE-165
>                 URL: https://issues.apache.org/jira/browse/IVYDE-165
>             Project: IvyDE
>          Issue Type: Improvement
>    Affects Versions: 2.0.0.beta1
>            Reporter: Marko Niemi
>         Attachments: ivy-template.xml.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> It is perhaps not in IvyDE scope to provide an XML editor, since Eclipse contains a nice XML editor. Ivy.xml file can be opened with default XML editor by selecting 'Open With' -> 'XML Editor' from popup menu.
> Eclipse XML editor can do content assist, if the XML file contains reference to DTD or XSD file.
> Therefore I suggest that the XSD reference is added to ivy-template.xml:
> <ivy-module version="2.0" 
>             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>             xsi:noNamespaceSchemaLocation=
>                    "http://ant.apache.org/ivy/schemas/ivy.xsd">

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.