Using Maven2 Site Plugin for Java.Net site documentation?

2006-01-09 Thread John Fallows
Summary: I'm using the maven-site-plugin for Maven2 to generate the site documentation for a Java.Net project and the APT parser is choking on the syntax needed to get the desired look for the index page. org.codehaus.doxia.module.apt.AptParseException: expected SECTION1, found SECTION2 at line 2

Re: Using Maven2 Site Plugin for Java.Net site documentation?

2006-01-09 Thread Brett Porter
Hi John, I think the answer is not to change the APT parsing, but allow mapping level 1 to h3, level 2 to h4, etc (I think that's what you wanted?) It still may be worth looking into. Either way, these are core changes that would need to be investigated (please JIRA). In the interim, can you achi

Re: Using Maven2 Site Plugin for Java.Net site documentation?

2006-01-09 Thread John Fallows
Hi Brett, On 1/9/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > Hi John, > > I think the answer is not to change the APT parsing, but allow mapping > level 1 to h3, level 2 to h4, etc (I think that's what you wanted?) It > still may be worth looking into. Yeah, I considered that, but don't thin

Re: Using Maven2 Site Plugin for Java.Net site documentation?

2006-01-29 Thread Brett Porter
Hi John, On 1/10/06, John Fallows <[EMAIL PROTECTED]> wrote: > Yeah, I considered that, but don't think it is quite right. This issue of > headings is specific to /index.html in the generated site, and does not > affect any other page. If Java.Net was not prepending anything special for > the /i

Re: Using Maven2 Site Plugin for Java.Net site documentation?

2006-01-29 Thread John Fallows
Hi Brett, On 1/29/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > Hi John, > > On 1/10/06, John Fallows <[EMAIL PROTECTED]> wrote: > > Yeah, I considered that, but don't think it is quite right. This issue > of > > headings is specific to /index.html in the generated site, and does not > > affect