You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "Xavier Hanin (JIRA)" <ji...@apache.org> on 2007/04/06 16:25:32 UTC

[jira] Created: (IVYDE-46) Support javadoc and sources even in modules where they are not declared

Support javadoc and sources even in modules where they are not declared
-----------------------------------------------------------------------

                 Key: IVYDE-46
                 URL: https://issues.apache.org/jira/browse/IVYDE-46
             Project: IvyDE
          Issue Type: Improvement
            Reporter: Xavier Hanin


In some cases module descriptor do not declare a source or javadoc artifact, but they may still be available. For instance, when Ivy reads a pom, it doesn't know if javadoc and sources are available, so it can't declare a source or javadoc artifact. But they may be present. So it would be nice if IvyDE could check the repository to see if there"s such artifacts, and attach them if they're available.

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


[jira] Assigned: (IVYDE-46) Support javadoc and sources even in modules where they are not declared

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Hanin reassigned IVYDE-46:
---------------------------------

    Assignee: Xavier Hanin

> Support javadoc and sources even in modules where they are not declared
> -----------------------------------------------------------------------
>
>                 Key: IVYDE-46
>                 URL: https://issues.apache.org/jira/browse/IVYDE-46
>             Project: IvyDE
>          Issue Type: Improvement
>            Reporter: Xavier Hanin
>         Assigned To: Xavier Hanin
>
> In some cases module descriptor do not declare a source or javadoc artifact, but they may still be available. For instance, when Ivy reads a pom, it doesn't know if javadoc and sources are available, so it can't declare a source or javadoc artifact. But they may be present. So it would be nice if IvyDE could check the repository to see if there"s such artifacts, and attach them if they're available.

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


[jira] Work started: (IVYDE-46) Support javadoc and sources even in modules where they are not declared

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on IVYDE-46 started by Xavier Hanin.

> Support javadoc and sources even in modules where they are not declared
> -----------------------------------------------------------------------
>
>                 Key: IVYDE-46
>                 URL: https://issues.apache.org/jira/browse/IVYDE-46
>             Project: IvyDE
>          Issue Type: Improvement
>            Reporter: Xavier Hanin
>         Assigned To: Xavier Hanin
>
> In some cases module descriptor do not declare a source or javadoc artifact, but they may still be available. For instance, when Ivy reads a pom, it doesn't know if javadoc and sources are available, so it can't declare a source or javadoc artifact. But they may be present. So it would be nice if IvyDE could check the repository to see if there"s such artifacts, and attach them if they're available.

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


[jira] Commented: (IVYDE-46) Support javadoc and sources even in modules where they are not declared

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487268 ] 

Xavier Hanin commented on IVYDE-46:
-----------------------------------

I've started to work on that, and it seems to work pretty well with maven 2 repo. I still have to add an option to disable it to avoid too much slowness. 

> Support javadoc and sources even in modules where they are not declared
> -----------------------------------------------------------------------
>
>                 Key: IVYDE-46
>                 URL: https://issues.apache.org/jira/browse/IVYDE-46
>             Project: IvyDE
>          Issue Type: Improvement
>            Reporter: Xavier Hanin
>         Assigned To: Xavier Hanin
>
> In some cases module descriptor do not declare a source or javadoc artifact, but they may still be available. For instance, when Ivy reads a pom, it doesn't know if javadoc and sources are available, so it can't declare a source or javadoc artifact. But they may be present. So it would be nice if IvyDE could check the repository to see if there"s such artifacts, and attach them if they're available.

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