Issue Details (XML | Word | Printable)

Key: DOXIA-38
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Vincent Siveton
Reporter: Anuerin Diaz
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven Doxia

Independent row parsing

Created: 21/Nov/05 02:44 AM   Updated: 13/May/09 06:05 AM   Resolved: 13/May/09 06:05 AM
Return to search
Component/s: Core
Affects Version/s: None
Fix Version/s: 1.1.1

Time Tracking:
Not Specified

Issue Links:
Related


 Description  « Hide

Currently the table rendered formats each column depending on the definition of the first row. This is a problem when the text justification of the header row is different from the rest of the table (e.g. the header row is centered, but the rest of the table rows are left-aligned). Take this example fo instance:

*-----------------------*------------------------------------------------------------------*
|<<Phase>>              |<<Description>>                                                   |
*-----------------------+------------------------------------------------------------------+
|generate-sources	|generate any source code for inclusion in compilation.            |
*-----------------------+------------------------------------------------------------------+
|generate-resources	|generate resources for inclusion in the package.                  |
*-----------------------+------------------------------------------------------------------+
|compile	           |compile the source code of the project.                       |
*-----------------------+------------------------------------------------------------------+
|test	                |run tests using a suitable unit testing framework. These tests    |
|                       |should not require the code be packaged or deployed.              |
*-----------------------+------------------------------------------------------------------+
|package	        |take the compiled code and package it in its distributable format,|
|                       |such as JAR.                                                      |
*-----------------------+------------------------------------------------------------------+
|install	        |install the package into the local repository, for use as a       |
|                       |dependency in other projects locally.                             |
*-----------------------+------------------------------------------------------------------+


Brett Porter made changes - 06/Apr/06 09:04 PM
Field Original Value New Value
Workflow jira [ 42354 ] Maven New [ 55579 ]
Lukas Theussl made changes - 03/Jul/07 07:47 AM
Component/s Core [ 11998 ]
Lukas Theussl made changes - 18/Jul/07 02:23 AM
Fix Version/s 1.0-beta-1 [ 13617 ]
David Roussel added a comment - 04/Oct/07 07:39 AM

This example appears messed up by JIRA formatting issues.


Emmanuel Venisse made changes - 04/Oct/07 07:44 AM
Description Currently the table rendered formats each column depending on the definition of the first row. This is a problem when the text justification of the header row is different from the rest of the table (e.g. the header row is centered, but the rest of the table rows are left-aligned). Take this example fo instance:

*-----------------------*------------------------------------------------------------------*
|<<Phase>> |<<Description>> |
*-----------------------+------------------------------------------------------------------+
|generate-sources |generate any source code for inclusion in compilation. |
*-----------------------+------------------------------------------------------------------+
|generate-resources |generate resources for inclusion in the package. |
*-----------------------+------------------------------------------------------------------+
|compile |compile the source code of the project. |
*-----------------------+------------------------------------------------------------------+
|test |run tests using a suitable unit testing framework. These tests |
| |should not require the code be packaged or deployed. |
*-----------------------+------------------------------------------------------------------+
|package |take the compiled code and package it in its distributable format,|
| |such as JAR. |
*-----------------------+------------------------------------------------------------------+
|install |install the package into the local repository, for use as a |
| |dependency in other projects locally. |
*-----------------------+------------------------------------------------------------------+

 
Currently the table rendered formats each column depending on the definition of the first row. This is a problem when the text justification of the header row is different from the rest of the table (e.g. the header row is centered, but the rest of the table rows are left-aligned). Take this example fo instance:

{noformat}
*-----------------------*------------------------------------------------------------------*
|<<Phase>> |<<Description>> |
*-----------------------+------------------------------------------------------------------+
|generate-sources |generate any source code for inclusion in compilation. |
*-----------------------+------------------------------------------------------------------+
|generate-resources |generate resources for inclusion in the package. |
*-----------------------+------------------------------------------------------------------+
|compile |compile the source code of the project. |
*-----------------------+------------------------------------------------------------------+
|test |run tests using a suitable unit testing framework. These tests |
| |should not require the code be packaged or deployed. |
*-----------------------+------------------------------------------------------------------+
|package |take the compiled code and package it in its distributable format,|
| |such as JAR. |
*-----------------------+------------------------------------------------------------------+
|install |install the package into the local repository, for use as a |
| |dependency in other projects locally. |
*-----------------------+------------------------------------------------------------------+
{noformat}

 
Lukas Theussl added a comment - 04/Oct/07 09:09 AM - edited

It appears fine to me. The problem is that the whole table is formatted according to the first line

 ( *---*---* )  
and the format for the following lines
( *---+---+ ) 
is ignored. Note that I have proposed a more general solution already: http://docs.codehaus.org/display/DOXIA/Proposed+Changes+to+the+Sink+API


Lukas Theussl made changes - 17/Feb/08 12:54 AM
Link This issue relates to DOXIA-221 [ DOXIA-221 ]
Lukas Theussl added a comment - 07/Mar/08 07:37 AM

With DOXIA-204 this is now possible in principle, we just need to make the AptParser emit the appropriate attributes. Scheduling for a later release...


Lukas Theussl made changes - 07/Mar/08 07:37 AM
Fix Version/s 1.0-beta-1 [ 13617 ]
Fix Version/s 1.0-beta-2 [ 14082 ]
Vincent Siveton made changes - 12/May/09 06:08 AM
Link This issue is related to DOXIA-134 [ DOXIA-134 ]
Vincent Siveton added a comment - 12/May/09 06:09 AM

Should be done with DOXIA-134.


Vincent Siveton made changes - 12/May/09 06:09 AM
Assignee Vincent Siveton [ siveton ]
Resolution Fixed [ 1 ]
Fix Version/s 1.2 [ 14082 ]
Fix Version/s 1.1.1 [ 15073 ]
Status Open [ 1 ] Closed [ 6 ]
Lukas Theussl added a comment - 12/May/09 09:03 AM

This is not fixed. I will add a test case.


Lukas Theussl made changes - 12/May/09 09:03 AM
Status Closed [ 6 ] Reopened [ 4 ]
Resolution Fixed [ 1 ]
Vincent Siveton added a comment - 13/May/09 06:05 AM

Really fixed in r774282, snapshot deployed


Vincent Siveton made changes - 13/May/09 06:05 AM
Resolution Fixed [ 1 ]
Status Reopened [ 4 ] Closed [ 6 ]