You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Scott Banachowski (JIRA)" <ji...@apache.org> on 2010/02/19 18:58:27 UTC

[jira] Created: (AVRO-422) build c++ docs in correct location

build c++ docs in correct location
----------------------------------

                 Key: AVRO-422
                 URL: https://issues.apache.org/jira/browse/AVRO-422
             Project: Avro
          Issue Type: Bug
          Components: c++
            Reporter: Scott Banachowski


There's two problems with the c++ documentation build:  1) after the code reorg, doxygen was not finding the correct path for the headers, and 2) it was not copying the html files to the same path that the top level avro index.html expected to find them.

This patch fixes both.  

It also has 2 minor changes that were in my repo but never submitted:  1) fix a coverity warning about checking unsigned value with <0, and 2) add a #define for EOF because builds on some linux distributions were not finding it.

I'd like to get these submitted for 1.3.

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


[jira] Commented: (AVRO-422) build c++ docs in correct location

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12835881#action_12835881 ] 

Doug Cutting commented on AVRO-422:
-----------------------------------

+1 This looks good to me.


> build c++ docs in correct location
> ----------------------------------
>
>                 Key: AVRO-422
>                 URL: https://issues.apache.org/jira/browse/AVRO-422
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Scott Banachowski
>             Fix For: 1.3.0
>
>         Attachments: AVRO-422.patch
>
>
> There's two problems with the c++ documentation build:  1) after the code reorg, doxygen was not finding the correct path for the headers, and 2) it was not copying the html files to the same path that the top level avro index.html expected to find them.
> This patch fixes both.  
> It also has 2 minor changes that were in my repo but never submitted:  1) fix a coverity warning about checking unsigned value with <0, and 2) add a #define for EOF because builds on some linux distributions were not finding it.
> I'd like to get these submitted for 1.3.

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


[jira] Updated: (AVRO-422) build c++ docs in correct location

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

Scott Banachowski updated AVRO-422:
-----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed revision 911945.

> build c++ docs in correct location
> ----------------------------------
>
>                 Key: AVRO-422
>                 URL: https://issues.apache.org/jira/browse/AVRO-422
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Scott Banachowski
>             Fix For: 1.3.0
>
>         Attachments: AVRO-422.patch
>
>
> There's two problems with the c++ documentation build:  1) after the code reorg, doxygen was not finding the correct path for the headers, and 2) it was not copying the html files to the same path that the top level avro index.html expected to find them.
> This patch fixes both.  
> It also has 2 minor changes that were in my repo but never submitted:  1) fix a coverity warning about checking unsigned value with <0, and 2) add a #define for EOF because builds on some linux distributions were not finding it.
> I'd like to get these submitted for 1.3.

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


[jira] Updated: (AVRO-422) build c++ docs in correct location

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

Scott Banachowski updated AVRO-422:
-----------------------------------

    Fix Version/s: 1.3.0
           Status: Patch Available  (was: Open)

> build c++ docs in correct location
> ----------------------------------
>
>                 Key: AVRO-422
>                 URL: https://issues.apache.org/jira/browse/AVRO-422
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Scott Banachowski
>             Fix For: 1.3.0
>
>         Attachments: AVRO-422.patch
>
>
> There's two problems with the c++ documentation build:  1) after the code reorg, doxygen was not finding the correct path for the headers, and 2) it was not copying the html files to the same path that the top level avro index.html expected to find them.
> This patch fixes both.  
> It also has 2 minor changes that were in my repo but never submitted:  1) fix a coverity warning about checking unsigned value with <0, and 2) add a #define for EOF because builds on some linux distributions were not finding it.
> I'd like to get these submitted for 1.3.

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


[jira] Updated: (AVRO-422) build c++ docs in correct location

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

Scott Banachowski updated AVRO-422:
-----------------------------------

    Attachment: AVRO-422.patch

> build c++ docs in correct location
> ----------------------------------
>
>                 Key: AVRO-422
>                 URL: https://issues.apache.org/jira/browse/AVRO-422
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Scott Banachowski
>             Fix For: 1.3.0
>
>         Attachments: AVRO-422.patch
>
>
> There's two problems with the c++ documentation build:  1) after the code reorg, doxygen was not finding the correct path for the headers, and 2) it was not copying the html files to the same path that the top level avro index.html expected to find them.
> This patch fixes both.  
> It also has 2 minor changes that were in my repo but never submitted:  1) fix a coverity warning about checking unsigned value with <0, and 2) add a #define for EOF because builds on some linux distributions were not finding it.
> I'd like to get these submitted for 1.3.

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