You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Oliver Deakin (JIRA)" <ji...@apache.org> on 2006/04/11 17:36:20 UTC

[jira] Created: (HARMONY-332) Addition of class library javadoc generation to doc/build.xml, plus minor fixes to javadoc configuration files

Addition of class library javadoc generation to doc/build.xml, plus minor fixes to javadoc configuration files
--------------------------------------------------------------------------------------------------------------

         Key: HARMONY-332
         URL: http://issues.apache.org/jira/browse/HARMONY-332
     Project: Harmony
        Type: Improvement

  Components: Classlib  
    Reporter: Oliver Deakin
    Priority: Minor


While generating the javadoc recently, I noticed that the kernel doc target was actually producing javadoc for all modules. I thought that this was actually quite useful, but should be separate from the kernel documentation. I propose that we create a separate doc/classlib directory which contains Doxygen configuration files to generate Javadoc for all modules which are not kernel.

At the same time as fixing this, I have also fixed the following minor issues:
- Doxygen log files were being put in classlib/trunk. It makes more sense for them to be created under the doc directory.
- Added removal of log files to clean up stage.
- Updated doc/kernel/kernel.txt to reflect the kernel changes that have occurred recently.
- doc/readme.txt still referenced the old java-src directory

I will attach a patch with the fixes.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HARMONY-332) Addition of class library javadoc generation to doc/build.xml, plus minor fixes to javadoc configuration files

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-332?page=all ]
     
Tim Ellison resolved HARMONY-332:
---------------------------------

    Resolution: Fixed

Thanks Oliver,

Applied the patch to the doc directory at repo revision 395890.

Please check that the patch was applied as you expected.


> Addition of class library javadoc generation to doc/build.xml, plus minor fixes to javadoc configuration files
> --------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-332
>          URL: http://issues.apache.org/jira/browse/HARMONY-332
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: doxygen.update.diff
>
> While generating the javadoc recently, I noticed that the kernel doc target was actually producing javadoc for all modules. I thought that this was actually quite useful, but should be separate from the kernel documentation. I propose that we create a separate doc/classlib directory which contains Doxygen configuration files to generate Javadoc for all modules which are not kernel.
> At the same time as fixing this, I have also fixed the following minor issues:
> - Doxygen log files were being put in classlib/trunk. It makes more sense for them to be created under the doc directory.
> - Added removal of log files to clean up stage.
> - Updated doc/kernel/kernel.txt to reflect the kernel changes that have occurred recently.
> - doc/readme.txt still referenced the old java-src directory
> I will attach a patch with the fixes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (HARMONY-332) Addition of class library javadoc generation to doc/build.xml, plus minor fixes to javadoc configuration files

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-332?page=all ]
     
Tim Ellison closed HARMONY-332:
-------------------------------


Verified by Oliver.


> Addition of class library javadoc generation to doc/build.xml, plus minor fixes to javadoc configuration files
> --------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-332
>          URL: http://issues.apache.org/jira/browse/HARMONY-332
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: doxygen.update.diff
>
> While generating the javadoc recently, I noticed that the kernel doc target was actually producing javadoc for all modules. I thought that this was actually quite useful, but should be separate from the kernel documentation. I propose that we create a separate doc/classlib directory which contains Doxygen configuration files to generate Javadoc for all modules which are not kernel.
> At the same time as fixing this, I have also fixed the following minor issues:
> - Doxygen log files were being put in classlib/trunk. It makes more sense for them to be created under the doc directory.
> - Added removal of log files to clean up stage.
> - Updated doc/kernel/kernel.txt to reflect the kernel changes that have occurred recently.
> - doc/readme.txt still referenced the old java-src directory
> I will attach a patch with the fixes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-332) Addition of class library javadoc generation to doc/build.xml, plus minor fixes to javadoc configuration files

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-332?page=all ]

Oliver Deakin updated HARMONY-332:
----------------------------------

    Attachment: doxygen.update.diff

Diff with the above fixes/improvements.

> Addition of class library javadoc generation to doc/build.xml, plus minor fixes to javadoc configuration files
> --------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-332
>          URL: http://issues.apache.org/jira/browse/HARMONY-332
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Oliver Deakin
>     Priority: Minor
>  Attachments: doxygen.update.diff
>
> While generating the javadoc recently, I noticed that the kernel doc target was actually producing javadoc for all modules. I thought that this was actually quite useful, but should be separate from the kernel documentation. I propose that we create a separate doc/classlib directory which contains Doxygen configuration files to generate Javadoc for all modules which are not kernel.
> At the same time as fixing this, I have also fixed the following minor issues:
> - Doxygen log files were being put in classlib/trunk. It makes more sense for them to be created under the doc directory.
> - Added removal of log files to clean up stage.
> - Updated doc/kernel/kernel.txt to reflect the kernel changes that have occurred recently.
> - doc/readme.txt still referenced the old java-src directory
> I will attach a patch with the fixes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-332) Addition of class library javadoc generation to doc/build.xml, plus minor fixes to javadoc configuration files

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-332?page=comments#action_12375585 ] 

Oliver Deakin commented on HARMONY-332:
---------------------------------------

Looks good, thanks Tim.

> Addition of class library javadoc generation to doc/build.xml, plus minor fixes to javadoc configuration files
> --------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-332
>          URL: http://issues.apache.org/jira/browse/HARMONY-332
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: doxygen.update.diff
>
> While generating the javadoc recently, I noticed that the kernel doc target was actually producing javadoc for all modules. I thought that this was actually quite useful, but should be separate from the kernel documentation. I propose that we create a separate doc/classlib directory which contains Doxygen configuration files to generate Javadoc for all modules which are not kernel.
> At the same time as fixing this, I have also fixed the following minor issues:
> - Doxygen log files were being put in classlib/trunk. It makes more sense for them to be created under the doc directory.
> - Added removal of log files to clean up stage.
> - Updated doc/kernel/kernel.txt to reflect the kernel changes that have occurred recently.
> - doc/readme.txt still referenced the old java-src directory
> I will attach a patch with the fixes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HARMONY-332) Addition of class library javadoc generation to doc/build.xml, plus minor fixes to javadoc configuration files

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-332?page=all ]

Tim Ellison reassigned HARMONY-332:
-----------------------------------

    Assign To: Tim Ellison

> Addition of class library javadoc generation to doc/build.xml, plus minor fixes to javadoc configuration files
> --------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-332
>          URL: http://issues.apache.org/jira/browse/HARMONY-332
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: doxygen.update.diff
>
> While generating the javadoc recently, I noticed that the kernel doc target was actually producing javadoc for all modules. I thought that this was actually quite useful, but should be separate from the kernel documentation. I propose that we create a separate doc/classlib directory which contains Doxygen configuration files to generate Javadoc for all modules which are not kernel.
> At the same time as fixing this, I have also fixed the following minor issues:
> - Doxygen log files were being put in classlib/trunk. It makes more sense for them to be created under the doc directory.
> - Added removal of log files to clean up stage.
> - Updated doc/kernel/kernel.txt to reflect the kernel changes that have occurred recently.
> - doc/readme.txt still referenced the old java-src directory
> I will attach a patch with the fixes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira