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 "Jan Matèrne (JIRA)" <ji...@apache.org> on 2007/06/25 06:54:25 UTC

[jira] Created: (IVY-533) Undocumented attributes of Ant tasks

Undocumented attributes of Ant tasks
------------------------------------

                 Key: IVY-533
                 URL: https://issues.apache.org/jira/browse/IVY-533
             Project: Ivy
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 2.0.0-alpha-1
            Reporter: Jan Matèrne
            Priority: Minor


For example the "inline" attribute of the <ivy:retrieve> is not undocumented. <ivy:retrieve> extends an abstract class which defines that attribute. I think there could be more undocumented attributes on that and other tasks.

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


[jira] Commented: (IVY-533) Undocumented attributes of Ant tasks

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

Xavier Hanin commented on IVY-533:
----------------------------------

The inline attribute is documented here:
http://incubator.apache.org/ivy/doc/use/postresolvetask.html

The documentation of the retrieve task says:
"This is a post resolve task, with all the behaviour and attributes common to all post resolve tasks." with a link to this page. But since you missed it, it seems we'd need to make it more obvious. Maybe something in the attributes list, for those who quickly check the attributes table.

WDYT?

> Undocumented attributes of Ant tasks
> ------------------------------------
>
>                 Key: IVY-533
>                 URL: https://issues.apache.org/jira/browse/IVY-533
>             Project: Ivy
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Jan Matèrne
>            Priority: Minor
>
> For example the "inline" attribute of the <ivy:retrieve> is not undocumented. <ivy:retrieve> extends an abstract class which defines that attribute. I think there could be more undocumented attributes on that and other tasks.

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


[jira] Commented: (IVY-533) Undocumented attributes of Ant tasks

Posted by "Jan Matèrne (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507800 ] 

Jan Matèrne commented on IVY-533:
---------------------------------

Ok, you could do it so, but that's not a very good place. If you just search for an attribute you wont find that. 

Maybe you could use xml-includes (or another include mechanism (xooki?)) for including common attribute-rows in the table.

BTW: 
apache-ivy-2.0.0-alpha-1-incubating\doc\doc\use\postresolvetask.html: line 84
<li><a href="file:/D:/temp/ivy-release/2.0.0-alpha-1/doc/doc/use/retrieve.html">retrieve</a></li>

Is this really a hard coded link to D:? I have that on C:(somewhere).


I tried the retrieve documentation - the "post resolve task" link is also broken.


Mmmh .... but that works online http://incubator.apache.org/ivy/doc/use/retrieve.html ...

> Undocumented attributes of Ant tasks
> ------------------------------------
>
>                 Key: IVY-533
>                 URL: https://issues.apache.org/jira/browse/IVY-533
>             Project: Ivy
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Jan Matèrne
>            Priority: Minor
>
> For example the "inline" attribute of the <ivy:retrieve> is not undocumented. <ivy:retrieve> extends an abstract class which defines that attribute. I think there could be more undocumented attributes on that and other tasks.

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


[jira] Commented: (IVY-533) Undocumented attributes of Ant tasks

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

Xavier Hanin commented on IVY-533:
----------------------------------

Indeed, an automatic inclusion would even be better, this is something that we need to investigate.

About the broken links, you've found a bug in the documentation generation (it obviously shoudn't be an absolute link). Could you open another issue for that? 

> Undocumented attributes of Ant tasks
> ------------------------------------
>
>                 Key: IVY-533
>                 URL: https://issues.apache.org/jira/browse/IVY-533
>             Project: Ivy
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Jan Matèrne
>            Priority: Minor
>
> For example the "inline" attribute of the <ivy:retrieve> is not undocumented. <ivy:retrieve> extends an abstract class which defines that attribute. I think there could be more undocumented attributes on that and other tasks.

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