asciidoctor / asciidoctor-maven-plugin

A Maven plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
http://asciidoctor.org
Apache License 2.0
318 stars 122 forks source link

maven-site-plugin does not appear to work #61

Closed LightGuard closed 10 years ago

LightGuard commented 11 years ago

See https://github.com/asciidoctor/asciidoctor/issues/494

mojavelinux commented 10 years ago

Just set the backend to xhtml (or xhtml5) and it will work. Of course, the plugin needs to allow these new values to be specified.

LightGuard commented 10 years ago

There's nothing that's stopping them from being used now. They're just a backend. I'm not checking to see if those backends actually exist or anything. Sounds like this may simply be a documentation task?

mojavelinux commented 10 years ago

Perfect. Yep!

ptahchiev commented 10 years ago

Any update on this one?

LightGuard commented 10 years ago

You could try the 1.5.0.preview branch and see if it works— Sent from Mailbox

On Wed, Apr 30, 2014 at 7:07 AM, paranoiabla notifications@github.com wrote:

Any update on this one?

Reply to this email directly or view it on GitHub: https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/61#issuecomment-41793833

ptahchiev commented 10 years ago

I just tried it. I ran mvn clean site and the result is the same:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project XXXXXX: Error during page generation: Error parsing '/home/petar/workspace/YYYYYY/src/site/asciidoc/index.ad': line [9] Error parsing the model: end tag name must be the same as start tag from line 8 (position: TEXT seen ...\n... @9:8) -> [Help 1]

ptahchiev commented 10 years ago

Am I doing it wrong? Please let me know if I need to do something extra

LightGuard commented 10 years ago

I think you were able to get this sorted out with the pull request, right?

On Mon, May 5, 2014 at 12:16 PM, paranoiabla notifications@github.comwrote:

Am I doing it wrong? Please let me know if I need to do something extra

— Reply to this email directly or view it on GitHubhttps://github.com/asciidoctor/asciidoctor-maven-plugin/issues/61#issuecomment-42219048 .

Jason Porter http://en.gravatar.com/lightguardjp

ptahchiev commented 10 years ago

Yes, I fixed it with my pull request.