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 2008/11/10 13:06:44 UTC

[jira] Commented: (IVYDE-125) attribute value completion on "org" using ibiblio repository (m2comp)

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

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

Actually completion on organization is not supported for maven repositories, because it is not clear when browsing a maven repository when does end the organization name and when does start the module name.

Maybe IvyDE can give suggestion, even if the suggested completion can be wrong, so it would be up to the user to know when the organization name ends.

> attribute value completion on "org" using ibiblio repository (m2comp)
> ---------------------------------------------------------------------
>
>                 Key: IVYDE-125
>                 URL: https://issues.apache.org/jira/browse/IVYDE-125
>             Project: IvyDE
>          Issue Type: Bug
>          Components: ivy editor
>    Affects Versions: 2.0.0.alpha1
>            Reporter: Nick Airey
>
> use standard settings.xml with an ibiblio resolver: eg:
> <ibiblio name="thirdparty" m2compatible="true"/>
> go to an ivy file with an external dependency, eg:
> <dependency org="org.hibernate" name="hibernate" rev="3.2.2.ga" conf="compile->default"/>
> do CTRL-Space with cursor on say "org.hi" does not work. It seems to only check local repositories, according to the ivy console.
> Note that completion does work on "name" and "rev". The actual repository being used is "http://repo1.maven.org/maven2" (as expected)

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