You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Antoine Toulme (JIRA)" <ji...@apache.org> on 2010/04/01 04:00:27 UTC

[jira] Created: (BUILDR-411) RDoc generation

RDoc generation
---------------

                 Key: BUILDR-411
                 URL: https://issues.apache.org/jira/browse/BUILDR-411
             Project: Buildr
          Issue Type: Bug
    Affects Versions: 1.3.5
            Reporter: Antoine Toulme
             Fix For: 1.4


The current trunk code doesn't generate with RDoc correctly.

Two problems:
-a recursive loop is created with artifact.
-the nodoc directive doesn't seem to be recognized: lib/buildr/core/doc.rb:78:17: Unrecognized directive 'nodoc'

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


[jira] Updated: (BUILDR-411) RDoc generation

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

Antoine Toulme updated BUILDR-411:
----------------------------------

    Attachment: BUILDR-411.txt

Attached the fix with specs. Will commit it now.

> RDoc generation
> ---------------
>
>                 Key: BUILDR-411
>                 URL: https://issues.apache.org/jira/browse/BUILDR-411
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.3.5
>            Reporter: Antoine Toulme
>             Fix For: 1.4
>
>         Attachments: BUILDR-411.txt
>
>
> The current trunk code doesn't generate with RDoc correctly.
> Two problems:
> -a recursive loop is created with artifact.
> -the nodoc directive doesn't seem to be recognized: lib/buildr/core/doc.rb:78:17: Unrecognized directive 'nodoc'

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


[jira] Resolved: (BUILDR-411) RDoc generation

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

Antoine Toulme resolved BUILDR-411.
-----------------------------------

    Resolution: Fixed

20:01:17~/w/buildr>svn ci lib CHANGELOG -m "fix for BUILDR-411"
Sending        CHANGELOG
Sending        lib/buildr/core/doc.rb
Sending        lib/buildr/packaging/artifact.rb
Transmitting file data ...
Committed revision 929792.

> RDoc generation
> ---------------
>
>                 Key: BUILDR-411
>                 URL: https://issues.apache.org/jira/browse/BUILDR-411
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.3.5
>            Reporter: Antoine Toulme
>             Fix For: 1.4
>
>         Attachments: BUILDR-411.txt
>
>
> The current trunk code doesn't generate with RDoc correctly.
> Two problems:
> -a recursive loop is created with artifact.
> -the nodoc directive doesn't seem to be recognized: lib/buildr/core/doc.rb:78:17: Unrecognized directive 'nodoc'

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