<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>doxia-users@maven.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/"/>
<id>http://mail-archives.apache.org/mod_mbox/maven-doxia-users/</id>
<updated>2009-12-10T10:29:04Z</updated>
<entry>
<title>Re: Newbie: configuring Doxia APT-to-XHTML conversion with nested 	section blocks?</title>
<author><name>Lukas Theussl &lt;ltheussl@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200911.mbox/%3c4B0CF1A4.1000009@apache.org%3e"/>
<id>urn:uuid:%3c4B0CF1A4-1000009@apache-org%3e</id>
<updated>2009-11-25T08:58:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

All published versions of the site-plugin use doxia 1.0.x. You could try to use 
site-plugin-2.1-SNAPSHOT, that includes doxia-1.1 (and let us know if it works or 
not, the new site plugin should be released soon!).

HTH,
-Lukas


Ramon Felciano wrote:
&gt; Yes, I'm using doxia via maven 2.2.1. Is there a different version I
&gt; should look at?
&gt; 
&gt; On Mon, Nov 23, 2009 at 9:19 AM, Lukas Theussl &lt;ltheussl@apache.org&gt; wrote:
&gt;&gt; How are you using doxia (via maven site plugin?) and what version exactly? I
&gt;&gt; believe Doxia 1.1 already handles sections the way you want it.
&gt;&gt;
&gt;&gt; -Lukas
&gt;&gt;
&gt;&gt;
&gt;&gt; Ramon Felciano wrote:
&gt;&gt;&gt; Hi --
&gt;&gt;&gt;
&gt;&gt;&gt; I'm new to Doxia and am trying to write some APT-based documentation
&gt;&gt;&gt; for a new project. I'd like the resulting documentation to be in XHTML
&gt;&gt;&gt; and to use CSS to configure heading numbering in legal outline format
&gt;&gt;&gt; (1. Section, 1.1 First subsection, 1.2 Second subsection, 1.2.1 A
&gt;&gt;&gt; sub-subsection, etc).
&gt;&gt;&gt;
&gt;&gt;&gt; CSS2.1 can handle this if the XHTML document structure matches the
&gt;&gt;&gt; outline. That is, subsections are embedded within sections,
&gt;&gt;&gt; sub-subsections within subsections, etc. The XHTML generated by doxia
&gt;&gt;&gt; places these sections adjacent to each other, rather than embedding
&gt;&gt;&gt; them.
&gt;&gt;&gt;
&gt;&gt;&gt; Currently, the generated XHTML looks something like this:
&gt;&gt;&gt;
&gt;&gt;&gt; &lt;div class="section"&gt;
&gt;&gt;&gt;    &lt;h1&gt;My heading&lt;/h1&gt;
&gt;&gt;&gt;    my text
&gt;&gt;&gt; &lt;/div&gt;
&gt;&gt;&gt; &lt;div class="section"&gt;
&gt;&gt;&gt;    &lt;h2&gt;First subsection&lt;h2&gt;
&gt;&gt;&gt;    more text
&gt;&gt;&gt; &lt;/div&gt;
&gt;&gt;&gt; &lt;div class="section"&gt;
&gt;&gt;&gt;    &lt;h2&gt;Second subsection&lt;h2&gt;
&gt;&gt;&gt;    more text
&gt;&gt;&gt; &lt;/div&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; What I'd like is for the two subsections above to be enclosed in the
&gt;&gt;&gt; parent section:
&gt;&gt;&gt;
&gt;&gt;&gt; &lt;div class="section"&gt;
&gt;&gt;&gt;    &lt;h1&gt;My heading&lt;/h1&gt;
&gt;&gt;&gt;    my text
&gt;&gt;&gt; &lt;div class="section"&gt;
&gt;&gt;&gt;    &lt;h2&gt;First subsection&lt;h2&gt;
&gt;&gt;&gt;    more text
&gt;&gt;&gt; &lt;/div&gt;
&gt;&gt;&gt; &lt;div class="section"&gt;
&gt;&gt;&gt;    &lt;h2&gt;Second subsection&lt;h2&gt;
&gt;&gt;&gt;    more text
&gt;&gt;&gt; &lt;/div&gt;
&gt;&gt;&gt; &lt;/div&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; Any suggestions?
&gt;&gt;&gt;
&gt;&gt;&gt; Ramon
&gt;&gt;&gt;
&gt; 


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Newbie: configuring Doxia APT-to-XHTML conversion with nested	section blocks?</title>
<author><name>Ramon Felciano &lt;felciano@yahoo.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200911.mbox/%3ca8dac7800911241309g6056e38en78c74573b278a3e7@mail.gmail.com%3e"/>
<id>urn:uuid:%3ca8dac7800911241309g6056e38en78c74573b278a3e7@mail-gmail-com%3e</id>
<updated>2009-11-24T21:09:49Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Yes, I'm using doxia via maven 2.2.1. Is there a different version I
should look at?

On Mon, Nov 23, 2009 at 9:19 AM, Lukas Theussl &lt;ltheussl@apache.org&gt; wrote:
&gt;
&gt; How are you using doxia (via maven site plugin?) and what version exactly? I
&gt; believe Doxia 1.1 already handles sections the way you want it.
&gt;
&gt; -Lukas
&gt;
&gt;
&gt; Ramon Felciano wrote:
&gt;&gt;
&gt;&gt; Hi --
&gt;&gt;
&gt;&gt; I'm new to Doxia and am trying to write some APT-based documentation
&gt;&gt; for a new project. I'd like the resulting documentation to be in XHTML
&gt;&gt; and to use CSS to configure heading numbering in legal outline format
&gt;&gt; (1. Section, 1.1 First subsection, 1.2 Second subsection, 1.2.1 A
&gt;&gt; sub-subsection, etc).
&gt;&gt;
&gt;&gt; CSS2.1 can handle this if the XHTML document structure matches the
&gt;&gt; outline. That is, subsections are embedded within sections,
&gt;&gt; sub-subsections within subsections, etc. The XHTML generated by doxia
&gt;&gt; places these sections adjacent to each other, rather than embedding
&gt;&gt; them.
&gt;&gt;
&gt;&gt; Currently, the generated XHTML looks something like this:
&gt;&gt;
&gt;&gt; &lt;div class="section"&gt;
&gt;&gt;    &lt;h1&gt;My heading&lt;/h1&gt;
&gt;&gt;    my text
&gt;&gt; &lt;/div&gt;
&gt;&gt; &lt;div class="section"&gt;
&gt;&gt;    &lt;h2&gt;First subsection&lt;h2&gt;
&gt;&gt;    more text
&gt;&gt; &lt;/div&gt;
&gt;&gt; &lt;div class="section"&gt;
&gt;&gt;    &lt;h2&gt;Second subsection&lt;h2&gt;
&gt;&gt;    more text
&gt;&gt; &lt;/div&gt;
&gt;&gt;
&gt;&gt; What I'd like is for the two subsections above to be enclosed in the
&gt;&gt; parent section:
&gt;&gt;
&gt;&gt; &lt;div class="section"&gt;
&gt;&gt;    &lt;h1&gt;My heading&lt;/h1&gt;
&gt;&gt;    my text
&gt;&gt; &lt;div class="section"&gt;
&gt;&gt;    &lt;h2&gt;First subsection&lt;h2&gt;
&gt;&gt;    more text
&gt;&gt; &lt;/div&gt;
&gt;&gt; &lt;div class="section"&gt;
&gt;&gt;    &lt;h2&gt;Second subsection&lt;h2&gt;
&gt;&gt;    more text
&gt;&gt; &lt;/div&gt;
&gt;&gt; &lt;/div&gt;
&gt;&gt;
&gt;&gt; Any suggestions?
&gt;&gt;
&gt;&gt; Ramon
&gt;&gt;
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Problem using doxia 1.1.1 xdoc parser in a report plugin</title>
<author><name>&quot;David Meibusch&quot; &lt;David.Meibusch@intecbilling.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200911.mbox/%3cA7BB7EF4D43DCC49B9E8201A2743F71E078D58AF@ibbriex01.intecbilling.com%3e"/>
<id>urn:uuid:%3cA7BB7EF4D43DCC49B9E8201A2743F71E078D58AF@ibbriex01-intecbilling-com%3e</id>
<updated>2009-11-24T06:22:43Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello,
I'm struggling with parsing xdoc with Doxia 1.1.1 in a Maven report
plugin.

The parse call throws a ClassNotFoundException:

...
[INFO] Caused by: org.apache.maven.doxia.parser.ParseException: Error
validating the model: SAX2 driver class
org.apache.xerces.parsers.SAXParser not found
[INFO]  at
org.apache.maven.doxia.parser.AbstractXmlParser.validate(AbstractXmlPars
er.java:661)
[INFO]  at
org.apache.maven.doxia.parser.AbstractXmlParser.parse(AbstractXmlParser.
java:142)
[INFO]  at
org.apache.maven.doxia.parser.XhtmlBaseParser.parse(XhtmlBaseParser.java
:88)
[INFO]  at
org.apache.maven.doxia.module.xdoc.XdocParser.parse(XdocParser.java:96)
[INFO]  at
org.apache.maven.doxia.DefaultDoxia.parse(DefaultDoxia.java:63)
[INFO]  at
com.intecbilling.maven.plugins.remedy.ReleaseNotesReport.executeReport(R
eleaseNotesReport.java:342)
[INFO]  ... 26 more
[INFO] Caused by: java.lang.ClassNotFoundException:
org.apache.xerces.parsers.SAXParser
[INFO]  at
org.xml.sax.helpers.XMLReaderFactory.loadClass(XMLReaderFactory.java:189
)
[INFO]  at
org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory.ja
va:180)
[INFO]  at
org.apache.maven.doxia.parser.AbstractXmlParser.getXmlReader(AbstractXml
Parser.java:677)
[INFO]  at
org.apache.maven.doxia.parser.AbstractXmlParser.validate(AbstractXmlPars
er.java:644)
[INFO]  ... 31 more

An outline of the report plugin:

    /**
     * Doxia Component.
     *
     * @component
     * @readonly
     * @required
     */
    private Doxia doxia;
...

   protected void executeReport(Locale locale) throws
MavenReportException {
...
        doxia.parse(reader,"xdoc", getSink());


The reader is valid - it is reading a generated xdoc file.
I'd assumed classloader issues, and tried all variations of including
the Xerces impl in the dependencies, but with no luck.

Maven v2.2.1.

Plugin dependencies:

    &lt;properties&gt;
       &lt;maven-version&gt;2.2.1&lt;/maven-version&gt;
       &lt;doxia-version&gt;1.1.1&lt;/doxia-version&gt;
    &lt;/properties&gt;

    &lt;dependencies&gt;
        &lt;!-- Maven dependencies --&gt;
        &lt;dependency&gt;
            &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
            &lt;artifactId&gt;maven-model&lt;/artifactId&gt;
            &lt;version&gt;${maven-version}&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
            &lt;artifactId&gt;maven-plugin-api&lt;/artifactId&gt;
            &lt;version&gt;${maven-version}&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
            &lt;artifactId&gt;maven-project&lt;/artifactId&gt;
            &lt;version&gt;${maven-version}&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
            &lt;artifactId&gt;maven-profile&lt;/artifactId&gt;
            &lt;version&gt;${maven-version}&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
            &lt;artifactId&gt;maven-settings&lt;/artifactId&gt;
            &lt;version&gt;${maven-version}&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.apache.maven.reporting&lt;/groupId&gt;
            &lt;artifactId&gt;maven-reporting-api&lt;/artifactId&gt;
            &lt;version&gt;${maven-version}&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
            &lt;artifactId&gt;maven-artifact&lt;/artifactId&gt;
            &lt;version&gt;${maven-version}&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
            &lt;artifactId&gt;maven-core&lt;/artifactId&gt;
            &lt;version&gt;${maven-version}&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.apache.maven.shared&lt;/groupId&gt;
            &lt;artifactId&gt;maven-filtering&lt;/artifactId&gt;
            &lt;version&gt;1.0-beta-3&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.codehaus.plexus&lt;/groupId&gt;
            &lt;artifactId&gt;plexus-utils&lt;/artifactId&gt;
            &lt;version&gt;1.5.15&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.codehaus.plexus&lt;/groupId&gt;
            &lt;artifactId&gt;plexus-interpolation&lt;/artifactId&gt;
            &lt;version&gt;1.13&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
            &lt;artifactId&gt;doxia-core&lt;/artifactId&gt;
            &lt;version&gt;${doxia-version}&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
            &lt;artifactId&gt;doxia-sink-api&lt;/artifactId&gt;
            &lt;version&gt;${doxia-version}&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
            &lt;artifactId&gt;doxia-decoration-model&lt;/artifactId&gt;
            &lt;version&gt;${doxia-version}&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
            &lt;artifactId&gt;doxia-site-renderer&lt;/artifactId&gt;
            &lt;version&gt;${doxia-version}&lt;/version&gt;
            &lt;exclusions&gt;
                &lt;exclusion&gt;
                    &lt;groupId&gt;org.codehaus.plexus&lt;/groupId&gt;
                    &lt;artifactId&gt;plexus-container-default&lt;/artifactId&gt;
                &lt;/exclusion&gt;
                &lt;exclusion&gt;
                    &lt;groupId&gt;org.codehaus.plexus&lt;/groupId&gt;
                    &lt;artifactId&gt;plexus-component-api&lt;/artifactId&gt;
                &lt;/exclusion&gt;
            &lt;/exclusions&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
            &lt;artifactId&gt;doxia-module-xdoc&lt;/artifactId&gt;
            &lt;version&gt;${doxia-version}&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;xerces&lt;/groupId&gt;
            &lt;artifactId&gt;xercesImpl&lt;/artifactId&gt;
            &lt;version&gt;2.8.1&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.codehaus.woodstox&lt;/groupId&gt;
            &lt;artifactId&gt;woodstox-core-asl&lt;/artifactId&gt;
            &lt;version&gt;4.0.5&lt;/version&gt;
        &lt;/dependency&gt;

        &lt;dependency&gt;
            &lt;groupId&gt;org.codehaus.plexus&lt;/groupId&gt;
            &lt;artifactId&gt;plexus-container-default&lt;/artifactId&gt;
            &lt;version&gt;1.0-alpha-9-stable-1&lt;/version&gt;
        &lt;/dependency&gt;

    &lt;/dependencies&gt;

Regards,
Dave Meibusch
 
This e-mail and any attachments are confidential and may also be legally privileged and/or
copyright material of Intec Telecom Systems PLC (or its affiliated companies). If you are
not an intended or authorised recipient of this e-mail or have received it in error, please
delete it immediately and notify the sender by e-mail. In such a case, reading, reproducing,
printing or further dissemination of this e-mail or its contents is strictly prohibited and
may be unlawful. Intec Telecom Systems PLC does not represent or warrant that an attachment
hereto is free from computer viruses or other defects. The opinions expressed in this e-mail
and any attachments may be those of the author and are not necessarily those of Intec Telecom
Systems PLC.


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Newbie: configuring Doxia APT-to-XHTML conversion with nested section 	blocks?</title>
<author><name>Lukas Theussl &lt;ltheussl@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200911.mbox/%3c4B0A4592.7020301@apache.org%3e"/>
<id>urn:uuid:%3c4B0A4592-7020301@apache-org%3e</id>
<updated>2009-11-23T08:19:30Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

How are you using doxia (via maven site plugin?) and what version exactly? I 
believe Doxia 1.1 already handles sections the way you want it.

-Lukas


Ramon Felciano wrote:
&gt; Hi --
&gt; 
&gt; I'm new to Doxia and am trying to write some APT-based documentation
&gt; for a new project. I'd like the resulting documentation to be in XHTML
&gt; and to use CSS to configure heading numbering in legal outline format
&gt; (1. Section, 1.1 First subsection, 1.2 Second subsection, 1.2.1 A
&gt; sub-subsection, etc).
&gt; 
&gt; CSS2.1 can handle this if the XHTML document structure matches the
&gt; outline. That is, subsections are embedded within sections,
&gt; sub-subsections within subsections, etc. The XHTML generated by doxia
&gt; places these sections adjacent to each other, rather than embedding
&gt; them.
&gt; 
&gt; Currently, the generated XHTML looks something like this:
&gt; 
&gt; &lt;div class="section"&gt;
&gt;     &lt;h1&gt;My heading&lt;/h1&gt;
&gt;     my text
&gt; &lt;/div&gt;
&gt; &lt;div class="section"&gt;
&gt;     &lt;h2&gt;First subsection&lt;h2&gt;
&gt;     more text
&gt; &lt;/div&gt;
&gt; &lt;div class="section"&gt;
&gt;     &lt;h2&gt;Second subsection&lt;h2&gt;
&gt;     more text
&gt; &lt;/div&gt;
&gt; 
&gt; What I'd like is for the two subsections above to be enclosed in the
&gt; parent section:
&gt; 
&gt; &lt;div class="section"&gt;
&gt;     &lt;h1&gt;My heading&lt;/h1&gt;
&gt;     my text
&gt; &lt;div class="section"&gt;
&gt;     &lt;h2&gt;First subsection&lt;h2&gt;
&gt;     more text
&gt; &lt;/div&gt;
&gt; &lt;div class="section"&gt;
&gt;     &lt;h2&gt;Second subsection&lt;h2&gt;
&gt;     more text
&gt; &lt;/div&gt;
&gt; &lt;/div&gt;
&gt; 
&gt; Any suggestions?
&gt; 
&gt; Ramon
&gt; 


</pre>
</div>
</content>
</entry>
<entry>
<title>Newbie: configuring Doxia APT-to-XHTML conversion with nested section	blocks?</title>
<author><name>Ramon Felciano &lt;felciano@yahoo.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200911.mbox/%3ca8dac7800911211336r704afa42hd242c20955d2d682@mail.gmail.com%3e"/>
<id>urn:uuid:%3ca8dac7800911211336r704afa42hd242c20955d2d682@mail-gmail-com%3e</id>
<updated>2009-11-21T21:36:01Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi --

I'm new to Doxia and am trying to write some APT-based documentation
for a new project. I'd like the resulting documentation to be in XHTML
and to use CSS to configure heading numbering in legal outline format
(1. Section, 1.1 First subsection, 1.2 Second subsection, 1.2.1 A
sub-subsection, etc).

CSS2.1 can handle this if the XHTML document structure matches the
outline. That is, subsections are embedded within sections,
sub-subsections within subsections, etc. The XHTML generated by doxia
places these sections adjacent to each other, rather than embedding
them.

Currently, the generated XHTML looks something like this:

&lt;div class="section"&gt;
    &lt;h1&gt;My heading&lt;/h1&gt;
    my text
&lt;/div&gt;
&lt;div class="section"&gt;
    &lt;h2&gt;First subsection&lt;h2&gt;
    more text
&lt;/div&gt;
&lt;div class="section"&gt;
    &lt;h2&gt;Second subsection&lt;h2&gt;
    more text
&lt;/div&gt;

What I'd like is for the two subsections above to be enclosed in the
parent section:

&lt;div class="section"&gt;
    &lt;h1&gt;My heading&lt;/h1&gt;
    my text
&lt;div class="section"&gt;
    &lt;h2&gt;First subsection&lt;h2&gt;
    more text
&lt;/div&gt;
&lt;div class="section"&gt;
    &lt;h2&gt;Second subsection&lt;h2&gt;
    more text
&lt;/div&gt;
&lt;/div&gt;

Any suggestions?

Ramon


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Support for ditaa diagrams in APT</title>
<author><name>Vincent Siveton &lt;vsiveton@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200911.mbox/%3c9ae367340911170736u37bd129bla5200957d9326849@mail.gmail.com%3e"/>
<id>urn:uuid:%3c9ae367340911170736u37bd129bla5200957d9326849@mail-gmail-com%3e</id>
<updated>2009-11-17T15:36:13Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Not scheduled and I dont think we will make efforts to.
You could always provide a module for it and create an issue.

Cheers,

Vincent

2009/11/17 Lóránt Pintér &lt;L.Pinter@topdesk.com&gt;:
&gt; Hi,
&gt;
&gt; Are there any plans to support ditaa ( http://ditaa.sourceforge.net/ ) in
&gt; the future? It would be a nice addition to the APT format.
&gt;
&gt; Lóránt
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Support for ditaa diagrams in APT</title>
<author><name>=?ISO-8859-1?Q?L=F3r=E1nt_Pint=E9r?= &lt;L.Pinter@topdesk.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200911.mbox/%3c4B028391.7090401@topdesk.com%3e"/>
<id>urn:uuid:%3c4B028391-7090401@topdesk-com%3e</id>
<updated>2009-11-17T11:05:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

Are there any plans to support ditaa ( http://ditaa.sourceforge.net/ ) 
in the future? It would be a nice addition to the APT format.

Lóránt


</pre>
</div>
</content>
</entry>
<entry>
<title>problems with book and vm template for apt</title>
<author><name>&quot;Pablo Gra\\~na&quot; &lt;pablo.grana@globant.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200910.mbox/%3c4AE9FC0E.7040305@globant.com%3e"/>
<id>urn:uuid:%3c4AE9FC0E-7040305@globant-com%3e</id>
<updated>2009-10-29T20:33:18Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
hi all:

I am trying to generate a latex doc from my apt documentation. Everything works 
fine except until I decided to use a vm template for one of my apt docs. Here 
are some relevant fragments of files:

The book configuration:
user-manual.xml
....
     &lt;chapter&gt;
       &lt;id&gt;getting-started&lt;/id&gt;
       &lt;title&gt;Getting started&lt;/title&gt;
       &lt;sections&gt;
         &lt;section&gt;
           &lt;id&gt;getting-started&lt;/id&gt;
         &lt;/section&gt;
       &lt;/sections&gt;
     &lt;/chapter&gt;
....

I have in the src/site/apt directory I have a file named getting-started.apt.vm.

building the site (mvn site) fails with:

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error while generating book in format 'latex'.

Embedded error: No document that matches section with id=getting-started.
[INFO] ------------------------------------------------------------------------

If I just use getting-started.apt, everything works fine.

thanks all

-- 
Pablo Gra\~na
Chief Architect
Globant
Arg Office: +54 (11) 4109 1743
UK  Office: +44 (20) 7043 8269 int 8043
US  Office: +1 (212) 400 7686 int 8043



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Images are not coming while generating the pdf/rtf book</title>
<author><name>Mr Debasis &lt;debasis1982@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200910.mbox/%3c25819354.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c25819354-post@talk-nabble-com%3e</id>
<updated>2009-10-09T11:16:32Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Thanks Lukas .Please refer to the below link which talks about the idea given
by you 
  http://jira.codehaus.org/browse/DOXIA-354
http://jira.codehaus.org/browse/DOXIA-354 

Thia is also not working having the same error like
 [WARNING] No image ../images/aglite-modules.bmp found in the class loader.
Try to call setClassLoader(ClassLoader) before.
Exception in thread "main" ExceptionConverter:
java.net.MalformedURLException: The URL of the image is missing.

Can I create a single html file which can contain all the chapters of the
book.is it possible?

Thanks
Debasis
  

Lukas Theussl-4 wrote:
&gt; 
&gt; 
&gt; Well, whoever gave you that advice should come up with a solution,... I
&gt; have no 
&gt; idea what you are doing there.
&gt; 
&gt; -Lukas
&gt; 
&gt; 
&gt; Mr Debasis wrote:
&gt;&gt; Hi Lukas,
&gt;&gt;  Thanks for your reply.i had got got a work around from the forum
&gt;&gt; only.i,e
&gt;&gt; giving the class path in mvn.bat file like below
&gt;&gt; 
&gt;&gt;    @REM Start MAVEN2
&gt;&gt; 
&gt;&gt; :runm2
&gt;&gt; 
&gt;&gt; %MAVEN_JAVA_EXE% %MAVEN_OPTS% -classpath ./src/site/resources;
&gt;&gt; %CLASSWORLDS_JAR%
&gt;&gt; "-Dclassworlds.conf=%M2_HOME%\bin\m2.conf" "-Dmaven.home=%M2_HOME%"
&gt;&gt; org.codehaus.classworlds.Launcher %MAVEN_CMD_LINE_ARGS% 
&gt;&gt; 
&gt;&gt; Lukas Theussl-4 wrote:
&gt;&gt;&gt;
&gt;&gt;&gt; but after giving that i am unable to run i am encountering with the
&gt;&gt;&gt; below
&gt;&gt;&gt; errors
&gt;&gt;&gt;  
&gt;&gt;&gt;  Exception in thread "main" java.lang.NoClassDefFoundError:
&gt;&gt;&gt; D:\Programs\apache-ma
&gt;&gt;&gt; ven-2/1/0\bin\//\boot\classworlds-1/1/jar
&gt;&gt;&gt; Caused by: java.lang.ClassNotFoundException:
&gt;&gt;&gt; D:\Programs\apache-maven-2.1.0\bin\
&gt;&gt;&gt; ..\boot\classworlds-1.1.jar
&gt;&gt;&gt;         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
&gt;&gt;&gt;         at java.security.AccessController.doPrivileged(Native Method)
&gt;&gt;&gt;         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
&gt;&gt;&gt;         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
&gt;&gt;&gt;         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
&gt;&gt;&gt;         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
&gt;&gt;&gt;         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
&gt;&gt;&gt;
&gt;&gt;&gt; is there any other way to give the classpath in the mvn.bat file
&gt;&gt;&gt;
&gt;&gt;&gt; Thanks
&gt;&gt;&gt; Debasis
&gt;&gt;&gt;
&gt;&gt;&gt; http://jira.codehaus.org/browse/DOXIA-355
&gt;&gt;&gt;
&gt;&gt;&gt; Will be fixed in the next release...
&gt;&gt;&gt;
&gt;&gt;&gt; -Lukas
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; Mr Debasis wrote:
&gt;&gt;&gt;&gt; Hi All,
&gt;&gt;&gt;&gt;  I am using Doxia plugin to generate the user guide in pdf format.
&gt;&gt;&gt;&gt;  I have written the file in APT format.I am executing the render-book
&gt;&gt;&gt;&gt; goals
&gt;&gt;&gt;&gt; and generating the pdf.
&gt;&gt;&gt;&gt;  
&gt;&gt;&gt;&gt; The images are not coming i have written in the APT like below
&gt;&gt;&gt;&gt;  [images/aglite-modules.bmp] .
&gt;&gt;&gt;&gt; my directory structure is------------------------------------src
&gt;&gt;&gt;&gt;                                                                         
           
&gt;&gt;&gt;&gt; |-site
&gt;&gt;&gt;&gt;                                                                         
                
&gt;&gt;&gt;&gt; |--apt
&gt;&gt;&gt;&gt;                                                                         
                
&gt;&gt;&gt;&gt; |--resources
&gt;&gt;&gt;&gt;                                                                         
                        
&gt;&gt;&gt;&gt; |--images
&gt;&gt;&gt;&gt;                                                                         
                                 
&gt;&gt;&gt;&gt; |--aglite-modules.bmp
&gt;&gt;&gt;&gt; i am getting the eror like below
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; [WARNING] [latex-sink] Found non-eps figure graphics!
&gt;&gt;&gt;&gt; [WARNING] No image aglite-modules.bmp found in the class loader. Try to
&gt;&gt;&gt;&gt; call
&gt;&gt;&gt;&gt; setClassLoader(ClassLoader) before.
&gt;&gt;&gt;&gt; Exception in thread "main" ExceptionConverter:
&gt;&gt;&gt;&gt; java.net.MalformedURLException: The URL of the image is missing.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; If i am keeping the images in the same drectory where APT lies then
&gt;&gt;&gt;&gt; also
&gt;&gt;&gt;&gt; i
&gt;&gt;&gt;&gt; am encountering with same error.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; But if I am generating the sites then i am able to see those images in
&gt;&gt;&gt;&gt; the
&gt;&gt;&gt;&gt; generated html page.
&gt;&gt;&gt;&gt; only in case of pdf/rtf this image is not working and throwing those
&gt;&gt;&gt;&gt; errors.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Thanks
&gt;&gt;&gt;&gt; Debasis
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt; 
&gt; 
&gt; 

-- 
View this message in context: http://www.nabble.com/Images-are-not-coming-while-generating-the-pdf-rtf-book-tp25803272p25819354.html
Sent from the Doxia - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Images are not coming while generating the pdf/rtf book</title>
<author><name>Lukas Theussl &lt;ltheussl@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200910.mbox/%3c4ACF0AC4.7060208@apache.org%3e"/>
<id>urn:uuid:%3c4ACF0AC4-7060208@apache-org%3e</id>
<updated>2009-10-09T10:04:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Well, whoever gave you that advice should come up with a solution,... I have no 
idea what you are doing there.

-Lukas


Mr Debasis wrote:
&gt; Hi Lukas,
&gt;  Thanks for your reply.i had got got a work around from the forum only.i,e
&gt; giving the class path in mvn.bat file like below
&gt; 
&gt;    @REM Start MAVEN2
&gt; 
&gt; :runm2
&gt; 
&gt; %MAVEN_JAVA_EXE% %MAVEN_OPTS% -classpath ./src/site/resources;
&gt; %CLASSWORLDS_JAR%
&gt; "-Dclassworlds.conf=%M2_HOME%\bin\m2.conf" "-Dmaven.home=%M2_HOME%"
&gt; org.codehaus.classworlds.Launcher %MAVEN_CMD_LINE_ARGS% 
&gt; 
&gt; Lukas Theussl-4 wrote:
&gt;&gt;
&gt;&gt; but after giving that i am unable to run i am encountering with the below
&gt;&gt; errors
&gt;&gt;  
&gt;&gt;  Exception in thread "main" java.lang.NoClassDefFoundError:
&gt;&gt; D:\Programs\apache-ma
&gt;&gt; ven-2/1/0\bin\//\boot\classworlds-1/1/jar
&gt;&gt; Caused by: java.lang.ClassNotFoundException:
&gt;&gt; D:\Programs\apache-maven-2.1.0\bin\
&gt;&gt; ..\boot\classworlds-1.1.jar
&gt;&gt;         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
&gt;&gt;         at java.security.AccessController.doPrivileged(Native Method)
&gt;&gt;         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
&gt;&gt;         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
&gt;&gt;         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
&gt;&gt;         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
&gt;&gt;         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
&gt;&gt;
&gt;&gt; is there any other way to give the classpath in the mvn.bat file
&gt;&gt;
&gt;&gt; Thanks
&gt;&gt; Debasis
&gt;&gt;
&gt;&gt; http://jira.codehaus.org/browse/DOXIA-355
&gt;&gt;
&gt;&gt; Will be fixed in the next release...
&gt;&gt;
&gt;&gt; -Lukas
&gt;&gt;
&gt;&gt;
&gt;&gt; Mr Debasis wrote:
&gt;&gt;&gt; Hi All,
&gt;&gt;&gt;  I am using Doxia plugin to generate the user guide in pdf format.
&gt;&gt;&gt;  I have written the file in APT format.I am executing the render-book
&gt;&gt;&gt; goals
&gt;&gt;&gt; and generating the pdf.
&gt;&gt;&gt;  
&gt;&gt;&gt; The images are not coming i have written in the APT like below
&gt;&gt;&gt;  [images/aglite-modules.bmp] .
&gt;&gt;&gt; my directory structure is------------------------------------src
&gt;&gt;&gt;                                                                             
       
&gt;&gt;&gt; |-site
&gt;&gt;&gt;                                                                             
            
&gt;&gt;&gt; |--apt
&gt;&gt;&gt;                                                                             
            
&gt;&gt;&gt; |--resources
&gt;&gt;&gt;                                                                             
                    
&gt;&gt;&gt; |--images
&gt;&gt;&gt;                                                                             
                             
&gt;&gt;&gt; |--aglite-modules.bmp
&gt;&gt;&gt; i am getting the eror like below
&gt;&gt;&gt;
&gt;&gt;&gt; [WARNING] [latex-sink] Found non-eps figure graphics!
&gt;&gt;&gt; [WARNING] No image aglite-modules.bmp found in the class loader. Try to
&gt;&gt;&gt; call
&gt;&gt;&gt; setClassLoader(ClassLoader) before.
&gt;&gt;&gt; Exception in thread "main" ExceptionConverter:
&gt;&gt;&gt; java.net.MalformedURLException: The URL of the image is missing.
&gt;&gt;&gt;
&gt;&gt;&gt; If i am keeping the images in the same drectory where APT lies then also
&gt;&gt;&gt; i
&gt;&gt;&gt; am encountering with same error.
&gt;&gt;&gt;
&gt;&gt;&gt; But if I am generating the sites then i am able to see those images in
&gt;&gt;&gt; the
&gt;&gt;&gt; generated html page.
&gt;&gt;&gt; only in case of pdf/rtf this image is not working and throwing those
&gt;&gt;&gt; errors.
&gt;&gt;&gt;
&gt;&gt;&gt; Thanks
&gt;&gt;&gt; Debasis
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;
&gt; 


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Images are not coming while generating the pdf/rtf book</title>
<author><name>Mr Debasis &lt;debasis1982@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200910.mbox/%3c25818275.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c25818275-post@talk-nabble-com%3e</id>
<updated>2009-10-09T09:39:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hi Lukas,
 Thanks for your reply.i had got got a work around from the forum only.i,e
giving the class path in mvn.bat file like below

   @REM Start MAVEN2

:runm2

%MAVEN_JAVA_EXE% %MAVEN_OPTS% -classpath ./src/site/resources;
%CLASSWORLDS_JAR%
"-Dclassworlds.conf=%M2_HOME%\bin\m2.conf" "-Dmaven.home=%M2_HOME%"
org.codehaus.classworlds.Launcher %MAVEN_CMD_LINE_ARGS% 

Lukas Theussl-4 wrote:
&gt; 
&gt; 
&gt; but after giving that i am unable to run i am encountering with the below
&gt; errors
&gt;  
&gt;  Exception in thread "main" java.lang.NoClassDefFoundError:
&gt; D:\Programs\apache-ma
&gt; ven-2/1/0\bin\//\boot\classworlds-1/1/jar
&gt; Caused by: java.lang.ClassNotFoundException:
&gt; D:\Programs\apache-maven-2.1.0\bin\
&gt; ..\boot\classworlds-1.1.jar
&gt;         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
&gt;         at java.security.AccessController.doPrivileged(Native Method)
&gt;         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
&gt;         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
&gt;         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
&gt;         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
&gt;         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
&gt; 
&gt; is there any other way to give the classpath in the mvn.bat file
&gt; 
&gt; Thanks
&gt; Debasis
&gt; 
&gt; http://jira.codehaus.org/browse/DOXIA-355
&gt; 
&gt; Will be fixed in the next release...
&gt; 
&gt; -Lukas
&gt; 
&gt; 
&gt; Mr Debasis wrote:
&gt;&gt; Hi All,
&gt;&gt;  I am using Doxia plugin to generate the user guide in pdf format.
&gt;&gt;  I have written the file in APT format.I am executing the render-book
&gt;&gt; goals
&gt;&gt; and generating the pdf.
&gt;&gt;  
&gt;&gt; The images are not coming i have written in the APT like below
&gt;&gt;  [images/aglite-modules.bmp] .
&gt;&gt; my directory structure is------------------------------------src
&gt;&gt;                                                                                 
   
&gt;&gt; |-site
&gt;&gt;                                                                                 
        
&gt;&gt; |--apt
&gt;&gt;                                                                                 
        
&gt;&gt; |--resources
&gt;&gt;                                                                                 
                
&gt;&gt; |--images
&gt;&gt;                                                                                 
                         
&gt;&gt; |--aglite-modules.bmp
&gt;&gt; i am getting the eror like below
&gt;&gt; 
&gt;&gt; [WARNING] [latex-sink] Found non-eps figure graphics!
&gt;&gt; [WARNING] No image aglite-modules.bmp found in the class loader. Try to
&gt;&gt; call
&gt;&gt; setClassLoader(ClassLoader) before.
&gt;&gt; Exception in thread "main" ExceptionConverter:
&gt;&gt; java.net.MalformedURLException: The URL of the image is missing.
&gt;&gt; 
&gt;&gt; If i am keeping the images in the same drectory where APT lies then also
&gt;&gt; i
&gt;&gt; am encountering with same error.
&gt;&gt; 
&gt;&gt; But if I am generating the sites then i am able to see those images in
&gt;&gt; the
&gt;&gt; generated html page.
&gt;&gt; only in case of pdf/rtf this image is not working and throwing those
&gt;&gt; errors.
&gt;&gt; 
&gt;&gt; Thanks
&gt;&gt; Debasis
&gt;&gt; 
&gt;&gt; 
&gt;&gt; 
&gt;&gt; 
&gt; 
&gt; 

-- 
View this message in context: http://www.nabble.com/Images-are-not-coming-while-generating-the-pdf-rtf-book-tp25803272p25818275.html
Sent from the Doxia - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Images are not coming while generating the pdf/rtf book</title>
<author><name>Lukas Theussl &lt;ltheussl@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200910.mbox/%3c4ACEDBF6.5020709@apache.org%3e"/>
<id>urn:uuid:%3c4ACEDBF6-5020709@apache-org%3e</id>
<updated>2009-10-09T06:45:10Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

http://jira.codehaus.org/browse/DOXIA-355

Will be fixed in the next release...

-Lukas


Mr Debasis wrote:
&gt; Hi All,
&gt;  I am using Doxia plugin to generate the user guide in pdf format.
&gt;  I have written the file in APT format.I am executing the render-book goals
&gt; and generating the pdf.
&gt;  
&gt; The images are not coming i have written in the APT like below
&gt;  [images/aglite-modules.bmp] .
&gt; my directory structure is------------------------------------src
&gt;                                                                                     
&gt; |-site
&gt;                                                                                     
    
&gt; |--apt
&gt;                                                                                     
    
&gt; |--resources
&gt;                                                                                     
            
&gt; |--images
&gt;                                                                                     
                     
&gt; |--aglite-modules.bmp
&gt; i am getting the eror like below
&gt; 
&gt; [WARNING] [latex-sink] Found non-eps figure graphics!
&gt; [WARNING] No image aglite-modules.bmp found in the class loader. Try to call
&gt; setClassLoader(ClassLoader) before.
&gt; Exception in thread "main" ExceptionConverter:
&gt; java.net.MalformedURLException: The URL of the image is missing.
&gt; 
&gt; If i am keeping the images in the same drectory where APT lies then also i
&gt; am encountering with same error.
&gt; 
&gt; But if I am generating the sites then i am able to see those images in the
&gt; generated html page.
&gt; only in case of pdf/rtf this image is not working and throwing those errors.
&gt; 
&gt; Thanks
&gt; Debasis
&gt; 
&gt; 
&gt; 
&gt; 


</pre>
</div>
</content>
</entry>
<entry>
<title>Images are not coming while generating the pdf/rtf book</title>
<author><name>Mr Debasis &lt;debasis1982@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200910.mbox/%3c25803272.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c25803272-post@talk-nabble-com%3e</id>
<updated>2009-10-08T16:10:14Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hi All,
 I am using Doxia plugin to generate the user guide in pdf format.
 I have written the file in APT format.I am executing the render-book goals
and generating the pdf.
 
The images are not coming i have written in the APT like below
 [images/aglite-modules.bmp] .
my directory structure is------------------------------------src
                                                                                    
|-site
                                                                                         
|--apt
                                                                                         
|--resources
                                                                                         
       
|--images
                                                                                         
                
|--aglite-modules.bmp
i am getting the eror like below

[WARNING] [latex-sink] Found non-eps figure graphics!
[WARNING] No image aglite-modules.bmp found in the class loader. Try to call
setClassLoader(ClassLoader) before.
Exception in thread "main" ExceptionConverter:
java.net.MalformedURLException: The URL of the image is missing.

If i am keeping the images in the same drectory where APT lies then also i
am encountering with same error.

But if I am generating the sites then i am able to see those images in the
generated html page.
only in case of pdf/rtf this image is not working and throwing those errors.

Thanks
Debasis




-- 
View this message in context: http://www.nabble.com/Images-are-not-coming-while-generating-the-pdf-rtf-book-tp25803272p25803272.html
Sent from the Doxia - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: problem with doxia 1.1.1 version</title>
<author><name>=?UTF-8?Q?Kamil_Pi=C4=99tak?= &lt;kamil.pietak@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200910.mbox/%3c25735855.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c25735855-post@talk-nabble-com%3e</id>
<updated>2009-10-04T07:59:13Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hello,


Lukas Theussl-4 wrote:
&gt; 
&gt; You should definitely use site-plugin-2.1-SNAPSHOT if you want to use
&gt; doxia-1.1. 
&gt; 

Thanks, setting up project once more and using site plugin in 2.1-SNAPSHOT
resolved the problem.

Greets.
Kamil
-- 
View this message in context: http://www.nabble.com/problem-with-doxia-1.1.1-version-tp25327952p25735855.html
Sent from the Doxia - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Images in Site using APT format?</title>
<author><name>Thomas Pawlitzki &lt;thomas.pawlitzki@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200909.mbox/%3ca4df10ce0909141149k4be7c3bfh438addc801b6fb46@mail.gmail.com%3e"/>
<id>urn:uuid:%3ca4df10ce0909141149k4be7c3bfh438addc801b6fb46@mail-gmail-com%3e</id>
<updated>2009-09-14T18:49:25Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hey Lukas,

&gt;&gt; Perhaps this hint can be put on the Doxia Webite.
&gt;
&gt; It's there already:
&gt; http://maven.apache.org/doxia/references/apt-format.html#Figure

you are right, again.

Sometimes you can not to see the wood for the trees :-)

Cheers,
Thomas


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Images in Site using APT format?</title>
<author><name>Lukas Theussl &lt;ltheussl@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200909.mbox/%3c4AAE286A.80402@apache.org%3e"/>
<id>urn:uuid:%3c4AAE286A-80402@apache-org%3e</id>
<updated>2009-09-14T11:26:34Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>


Thomas Pawlitzki wrote:
&gt; Hey Lukas
&gt; 
&gt;&gt; A figure block in apt is not indented. I guess you have a space before
&gt;&gt; [./images/overview.png], that's why it ends up as a definition list.
&gt; 
&gt; Yes, indeed. You are totaly right.
&gt; Now it works as expected.
&gt; 
&gt; Thanks a lot.
&gt; 
&gt; Perhaps this hint can be put on the Doxia Webite.

It's there already: http://maven.apache.org/doxia/references/apt-format.html#Figure

:)

-Lukas

&gt; 
&gt; Cheers,
&gt; Thomas
&gt; 


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Images in Site using APT format?</title>
<author><name>Thomas Pawlitzki &lt;thomas.pawlitzki@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200909.mbox/%3ca4df10ce0909140342w2e6065fbs7629960f8c757967@mail.gmail.com%3e"/>
<id>urn:uuid:%3ca4df10ce0909140342w2e6065fbs7629960f8c757967@mail-gmail-com%3e</id>
<updated>2009-09-14T10:42:36Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hey Lukas

&gt; A figure block in apt is not indented. I guess you have a space before
&gt; [./images/overview.png], that's why it ends up as a definition list.

Yes, indeed. You are totaly right.
Now it works as expected.

Thanks a lot.

Perhaps this hint can be put on the Doxia Webite.

Cheers,
Thomas


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Images in Site using APT format?</title>
<author><name>Lukas Theussl &lt;ltheussl@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200909.mbox/%3c4AAE1B5A.1010600@apache.org%3e"/>
<id>urn:uuid:%3c4AAE1B5A-1010600@apache-org%3e</id>
<updated>2009-09-14T10:30:50Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

A figure block in apt is not indented. I guess you have a space before 
[./images/overview.png], that's why it ends up as a definition list.

(sorry, I should have guessed that earlier...)

HTH,
-Lukas


Thomas Pawlitzki wrote:
&gt; ah, I found http://maven.apache.org/general.html#plugin-version
&gt; 
&gt; 
&gt; here is the output
&gt; 
&gt; mvn -Dplugin=site help:describe
&gt; ...
&gt; [INFO] org.apache.maven.plugins:maven-site-plugin:2.0.1
&gt; 
&gt; Name: Maven Site Plugin
&gt; Description: The Maven Site Plugin is a plugin that generates a site for the
&gt;   current project.
&gt; Group Id: org.apache.maven.plugins
&gt; Artifact Id: maven-site-plugin
&gt; Version: 2.0.1
&gt; Goal Prefix: site
&gt; 
&gt; This plugin has 8 goals:
&gt; ...
&gt; 
&gt; 
&gt; So it is Version 2.0.1
&gt; 
&gt; Cheers,
&gt; Thomas
&gt; 
&gt; 
&gt; 
&gt; On Mon, Sep 14, 2009 at 11:39 AM, Thomas Pawlitzki
&gt; &lt;thomas.pawlitzki@gmail.com&gt; wrote:
&gt;&gt; Hello Lukas,
&gt;&gt;
&gt;&gt; I am using maven  2.2.0. I do not set a specific version for the maven
&gt;&gt; site plugin. So i guess I am using the default version for 2.2.0,
&gt;&gt; whereas I have to admit that I have no idea which version that is.
&gt;&gt;
&gt;&gt; Is there a way to list the plugins and their version which are used
&gt;&gt; during the build?
&gt;&gt; Something like
&gt;&gt; mvn dependency:list
&gt;&gt; for dependencies.
&gt;&gt;
&gt;&gt; Cheers,
&gt;&gt; Thomas
&gt;&gt;
&gt;&gt;
&gt;&gt; On Mon, Sep 14, 2009 at 10:45 AM, Lukas Theussl &lt;ltheussl@apache.org&gt; wrote:
&gt;&gt;&gt; Which version of the site plugin / doxia are you using?
&gt;&gt;&gt;
&gt;&gt;&gt; -Lukas
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; Thomas Pawlitzki wrote:
&gt;&gt;&gt;&gt; Hello NG,
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; I am generating my project website using maven and the APT format.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; But I have difficulties to include an image into one of my webpages.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; I put the image into
&gt;&gt;&gt;&gt; &lt;project&gt;/src/site/resources/images/overview.png
&gt;&gt;&gt;&gt; and refere to it in my APT like
&gt;&gt;&gt;&gt; [./images/overview.png] Overview
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; I found [1] that says that I should include the extension.
&gt;&gt;&gt;&gt; But it does not work.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; When i call
&gt;&gt;&gt;&gt; mvn site
&gt;&gt;&gt;&gt; my target includes the image as expected
&gt;&gt;&gt;&gt; &lt;project&gt;/target/site/images/overview.png
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; But the html as result from my APT does not include any img tag but looks
&gt;&gt;&gt;&gt; like:
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; &lt;div class="section"&gt;&lt;h3&gt;Overview&lt;/h3&gt;
&gt;&gt;&gt;&gt; &lt;dl&gt;&lt;dt&gt;./images/overview.png&lt;/dt&gt;
&gt;&gt;&gt;&gt; &lt;dd&gt;Overview &lt;p&gt;This overview diagram shows ...&lt;/p&gt;
&gt;&gt;&gt;&gt; &lt;/dd&gt;
&gt;&gt;&gt;&gt; &lt;/dl&gt;
&gt;&gt;&gt;&gt; &lt;/div&gt;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; So also my Text starting with "This overview ..." is shown in a yellow
&gt;&gt;&gt;&gt; box like the path to the image and the image caption.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; How can i get the image inclusion right? What am I doing wrong? Can anyone
&gt;&gt;&gt;&gt; help?
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Thanks in advance.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Cheers,
&gt;&gt;&gt;&gt; Thomas
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; [1]
&gt;&gt;&gt;&gt; http://maven.apache.org/doxia/references/doxia-apt.html#Figure_extensions
&gt;&gt;&gt;&gt;
&gt; 


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Images in Site using APT format?</title>
<author><name>Thomas Pawlitzki &lt;thomas.pawlitzki@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200909.mbox/%3ca4df10ce0909140243s70454fr8ed156ecb60593d0@mail.gmail.com%3e"/>
<id>urn:uuid:%3ca4df10ce0909140243s70454fr8ed156ecb60593d0@mail-gmail-com%3e</id>
<updated>2009-09-14T09:43:22Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
ah, I found http://maven.apache.org/general.html#plugin-version


here is the output

mvn -Dplugin=site help:describe
...
[INFO] org.apache.maven.plugins:maven-site-plugin:2.0.1

Name: Maven Site Plugin
Description: The Maven Site Plugin is a plugin that generates a site for the
  current project.
Group Id: org.apache.maven.plugins
Artifact Id: maven-site-plugin
Version: 2.0.1
Goal Prefix: site

This plugin has 8 goals:
...


So it is Version 2.0.1

Cheers,
Thomas



On Mon, Sep 14, 2009 at 11:39 AM, Thomas Pawlitzki
&lt;thomas.pawlitzki@gmail.com&gt; wrote:
&gt; Hello Lukas,
&gt;
&gt; I am using maven  2.2.0. I do not set a specific version for the maven
&gt; site plugin. So i guess I am using the default version for 2.2.0,
&gt; whereas I have to admit that I have no idea which version that is.
&gt;
&gt; Is there a way to list the plugins and their version which are used
&gt; during the build?
&gt; Something like
&gt; mvn dependency:list
&gt; for dependencies.
&gt;
&gt; Cheers,
&gt; Thomas
&gt;
&gt;
&gt; On Mon, Sep 14, 2009 at 10:45 AM, Lukas Theussl &lt;ltheussl@apache.org&gt; wrote:
&gt;&gt;
&gt;&gt; Which version of the site plugin / doxia are you using?
&gt;&gt;
&gt;&gt; -Lukas
&gt;&gt;
&gt;&gt;
&gt;&gt; Thomas Pawlitzki wrote:
&gt;&gt;&gt;
&gt;&gt;&gt; Hello NG,
&gt;&gt;&gt;
&gt;&gt;&gt; I am generating my project website using maven and the APT format.
&gt;&gt;&gt;
&gt;&gt;&gt; But I have difficulties to include an image into one of my webpages.
&gt;&gt;&gt;
&gt;&gt;&gt; I put the image into
&gt;&gt;&gt; &lt;project&gt;/src/site/resources/images/overview.png
&gt;&gt;&gt; and refere to it in my APT like
&gt;&gt;&gt; [./images/overview.png] Overview
&gt;&gt;&gt;
&gt;&gt;&gt; I found [1] that says that I should include the extension.
&gt;&gt;&gt; But it does not work.
&gt;&gt;&gt;
&gt;&gt;&gt; When i call
&gt;&gt;&gt; mvn site
&gt;&gt;&gt; my target includes the image as expected
&gt;&gt;&gt; &lt;project&gt;/target/site/images/overview.png
&gt;&gt;&gt;
&gt;&gt;&gt; But the html as result from my APT does not include any img tag but looks
&gt;&gt;&gt; like:
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; &lt;div class="section"&gt;&lt;h3&gt;Overview&lt;/h3&gt;
&gt;&gt;&gt; &lt;dl&gt;&lt;dt&gt;./images/overview.png&lt;/dt&gt;
&gt;&gt;&gt; &lt;dd&gt;Overview &lt;p&gt;This overview diagram shows ...&lt;/p&gt;
&gt;&gt;&gt; &lt;/dd&gt;
&gt;&gt;&gt; &lt;/dl&gt;
&gt;&gt;&gt; &lt;/div&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; So also my Text starting with "This overview ..." is shown in a yellow
&gt;&gt;&gt; box like the path to the image and the image caption.
&gt;&gt;&gt;
&gt;&gt;&gt; How can i get the image inclusion right? What am I doing wrong? Can anyone
&gt;&gt;&gt; help?
&gt;&gt;&gt;
&gt;&gt;&gt; Thanks in advance.
&gt;&gt;&gt;
&gt;&gt;&gt; Cheers,
&gt;&gt;&gt; Thomas
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; [1]
&gt;&gt;&gt; http://maven.apache.org/doxia/references/doxia-apt.html#Figure_extensions
&gt;&gt;&gt;
&gt;&gt;
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Images in Site using APT format?</title>
<author><name>Thomas Pawlitzki &lt;thomas.pawlitzki@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200909.mbox/%3ca4df10ce0909140239pcf1d17ud742b6c937005d55@mail.gmail.com%3e"/>
<id>urn:uuid:%3ca4df10ce0909140239pcf1d17ud742b6c937005d55@mail-gmail-com%3e</id>
<updated>2009-09-14T09:39:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello Lukas,

I am using maven  2.2.0. I do not set a specific version for the maven
site plugin. So i guess I am using the default version for 2.2.0,
whereas I have to admit that I have no idea which version that is.

Is there a way to list the plugins and their version which are used
during the build?
Something like
mvn dependency:list
for dependencies.

Cheers,
Thomas


On Mon, Sep 14, 2009 at 10:45 AM, Lukas Theussl &lt;ltheussl@apache.org&gt; wrote:
&gt;
&gt; Which version of the site plugin / doxia are you using?
&gt;
&gt; -Lukas
&gt;
&gt;
&gt; Thomas Pawlitzki wrote:
&gt;&gt;
&gt;&gt; Hello NG,
&gt;&gt;
&gt;&gt; I am generating my project website using maven and the APT format.
&gt;&gt;
&gt;&gt; But I have difficulties to include an image into one of my webpages.
&gt;&gt;
&gt;&gt; I put the image into
&gt;&gt; &lt;project&gt;/src/site/resources/images/overview.png
&gt;&gt; and refere to it in my APT like
&gt;&gt; [./images/overview.png] Overview
&gt;&gt;
&gt;&gt; I found [1] that says that I should include the extension.
&gt;&gt; But it does not work.
&gt;&gt;
&gt;&gt; When i call
&gt;&gt; mvn site
&gt;&gt; my target includes the image as expected
&gt;&gt; &lt;project&gt;/target/site/images/overview.png
&gt;&gt;
&gt;&gt; But the html as result from my APT does not include any img tag but looks
&gt;&gt; like:
&gt;&gt;
&gt;&gt;
&gt;&gt; &lt;div class="section"&gt;&lt;h3&gt;Overview&lt;/h3&gt;
&gt;&gt; &lt;dl&gt;&lt;dt&gt;./images/overview.png&lt;/dt&gt;
&gt;&gt; &lt;dd&gt;Overview &lt;p&gt;This overview diagram shows ...&lt;/p&gt;
&gt;&gt; &lt;/dd&gt;
&gt;&gt; &lt;/dl&gt;
&gt;&gt; &lt;/div&gt;
&gt;&gt;
&gt;&gt; So also my Text starting with "This overview ..." is shown in a yellow
&gt;&gt; box like the path to the image and the image caption.
&gt;&gt;
&gt;&gt; How can i get the image inclusion right? What am I doing wrong? Can anyone
&gt;&gt; help?
&gt;&gt;
&gt;&gt; Thanks in advance.
&gt;&gt;
&gt;&gt; Cheers,
&gt;&gt; Thomas
&gt;&gt;
&gt;&gt;
&gt;&gt; [1]
&gt;&gt; http://maven.apache.org/doxia/references/doxia-apt.html#Figure_extensions
&gt;&gt;
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Images in Site using APT format?</title>
<author><name>Lukas Theussl &lt;ltheussl@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200909.mbox/%3c4AAE02BA.3080001@apache.org%3e"/>
<id>urn:uuid:%3c4AAE02BA-3080001@apache-org%3e</id>
<updated>2009-09-14T08:45:46Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Which version of the site plugin / doxia are you using?

-Lukas


Thomas Pawlitzki wrote:
&gt; Hello NG,
&gt; 
&gt; I am generating my project website using maven and the APT format.
&gt; 
&gt; But I have difficulties to include an image into one of my webpages.
&gt; 
&gt; I put the image into
&gt; &lt;project&gt;/src/site/resources/images/overview.png
&gt; and refere to it in my APT like
&gt; [./images/overview.png] Overview
&gt; 
&gt; I found [1] that says that I should include the extension.
&gt; But it does not work.
&gt; 
&gt; When i call
&gt; mvn site
&gt; my target includes the image as expected
&gt; &lt;project&gt;/target/site/images/overview.png
&gt; 
&gt; But the html as result from my APT does not include any img tag but looks like:
&gt; 
&gt; 
&gt; &lt;div class="section"&gt;&lt;h3&gt;Overview&lt;/h3&gt;
&gt; &lt;dl&gt;&lt;dt&gt;./images/overview.png&lt;/dt&gt;
&gt; &lt;dd&gt;Overview &lt;p&gt;This overview diagram shows ...&lt;/p&gt;
&gt; &lt;/dd&gt;
&gt; &lt;/dl&gt;
&gt; &lt;/div&gt;
&gt; 
&gt; So also my Text starting with "This overview ..." is shown in a yellow
&gt; box like the path to the image and the image caption.
&gt; 
&gt; How can i get the image inclusion right? What am I doing wrong? Can anyone help?
&gt; 
&gt; Thanks in advance.
&gt; 
&gt; Cheers,
&gt; Thomas
&gt; 
&gt; 
&gt; [1] http://maven.apache.org/doxia/references/doxia-apt.html#Figure_extensions
&gt; 


</pre>
</div>
</content>
</entry>
<entry>
<title>Images in Site using APT format?</title>
<author><name>Thomas Pawlitzki &lt;mailinglist@pawlitzki.name&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200909.mbox/%3ca4df10ce0909140032p6c1e2917u4178a76dd997d231@mail.gmail.com%3e"/>
<id>urn:uuid:%3ca4df10ce0909140032p6c1e2917u4178a76dd997d231@mail-gmail-com%3e</id>
<updated>2009-09-14T07:32:02Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello NG,

I am generating my project website using maven and the APT format.

But I have difficulties to include an image into one of my webpages.

I put the image into
&lt;project&gt;/src/site/resources/images/overview.png
and refere to it in my APT like
[./images/overview.png] Overview

I found [1] that says that I should include the extension.
But it does not work.

When i call
mvn site
my target includes the image as expected
&lt;project&gt;/target/site/images/overview.png

But the html as result from my APT does not include any img tag but looks like:


&lt;div class="section"&gt;&lt;h3&gt;Overview&lt;/h3&gt;
&lt;dl&gt;&lt;dt&gt;./images/overview.png&lt;/dt&gt;
&lt;dd&gt;Overview &lt;p&gt;This overview diagram shows ...&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;/div&gt;

So also my Text starting with "This overview ..." is shown in a yellow
box like the path to the image and the image caption.

How can i get the image inclusion right? What am I doing wrong? Can anyone help?

Thanks in advance.

Cheers,
Thomas


[1] http://maven.apache.org/doxia/references/doxia-apt.html#Figure_extensions


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: problem with doxia 1.1.1 version</title>
<author><name>Lukas Theussl &lt;ltheussl@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200909.mbox/%3c4AA4DD5B.50509@apache.org%3e"/>
<id>urn:uuid:%3c4AA4DD5B-50509@apache-org%3e</id>
<updated>2009-09-07T10:15:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

You should definitely use site-plugin-2.1-SNAPSHOT if you want to use doxia-1.1. 
However, I don't see the connection between your error message and the 
doxia-confluence-module. Please lock down all the version numbers of plugins you 
use in your pom, and if you can't figure it out, attach a small reproducible test 
project to jira [1].

Cheers,
-Lukas

[1] http://jira.codehaus.org/browse/MSITE


Kamil PiÄ™tak wrote:
&gt; Hello
&gt; 
&gt; I have a problem with running doxia with confluence module version 1.1.1.
&gt; During site genearation I've got the following error:
&gt; [INFO] Error during page generation
&gt; 
&gt; Embedded error: No method on class 
&gt; org.apache.maven.report.projectinfo.TeamListReport
&gt; org.apache.maven.doxia.module.xhtml.XhtmlSink.writeEndTagWithoutEOL(Ljavax/swing 
&gt; 
&gt; /text/html/HTML$Tag;)V
&gt; 
&gt; I tried many different solutions such as using 
&gt; maven-site-plugin-2.1-SNAPSHOT, but other other errors occured connected 
&gt; with javadoc plugin.
&gt; Could you give me a correct pom configuration of doxia 1.1.1 which can I 
&gt; use?
&gt; 
&gt; Thanks in advance
&gt; Kamil
&gt; 
&gt; Below you find details about my environemnt and pom.
&gt; 
&gt; I use the following version of maven:
&gt; Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
&gt; Java version: 1.6.0_16
&gt; Java home: c:\Program Files (x86)\Java\jdk1.6.0_16\jre
&gt; Default locale: pl_PL, platform encoding: Cp1250
&gt; OS name: "windows 7" version: "6.1" arch: "x86" Family: "windows"
&gt; 
&gt; My pom looks as follows (only an important part of it):
&gt; 
&gt; &lt;?xml version="1.0" encoding="UTF-8"?&gt;
&gt; &lt;project xmlns="http://maven.apache.org/POM/4.0.0" 
&gt; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
&gt; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
&gt; http://maven.apache.org/maven-v4_0_0.xsd"&gt;
&gt; 
&gt;   &lt;build&gt;
&gt;     &lt;plugins&gt;
&gt;        
&gt;          &lt;plugin&gt;
&gt;             &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
&gt;             &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;
&gt;             &lt;inherited&gt;true&lt;/inherited&gt;
&gt;             &lt;configuration&gt;
&gt;                &lt;source&gt;1.6&lt;/source&gt;
&gt;                &lt;target&gt;1.6&lt;/target&gt;
&gt;             &lt;/configuration&gt;
&gt;          &lt;/plugin&gt;
&gt; 
&gt;     &lt;plugin&gt;
&gt;        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
&gt;        &lt;artifactId&gt;maven-site-plugin&lt;/artifactId&gt;
&gt;        &lt;dependencies&gt;
&gt;         &lt;dependency&gt;
&gt;         &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
&gt;         &lt;artifactId&gt;doxia-module-confluence&lt;/artifactId&gt;
&gt;         &lt;version&gt;1.1.1&lt;/version&gt;
&gt;         &lt;/dependency&gt;
&gt;        &lt;/dependencies&gt;
&gt;        &lt;configuration&gt;
&gt;         &lt;inputEncoding&gt;UTF-8&lt;/inputEncoding&gt;
&gt;         &lt;outputEncoding&gt;UTF-8&lt;/outputEncoding&gt;
&gt;           &lt;/configuration&gt;
&gt;      &lt;/plugin&gt;
&gt;     &lt;/plugins&gt;
&gt;   &lt;/build&gt;
&gt; 
&gt;   &lt;reporting&gt;
&gt;      &lt;plugins&gt;
&gt;       &lt;plugin&gt;
&gt;         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
&gt;         &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
&gt;          &lt;configuration&gt;
&gt;           &lt;aggregate&gt;true&lt;/aggregate&gt;
&gt;         &lt;/configuration&gt;
&gt; 
&gt;       &lt;/plugin&gt;
&gt;       &lt;plugin&gt;
&gt;         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
&gt;         &lt;artifactId&gt;maven-project-info-reports-plugin&lt;/artifactId&gt;
&gt;         &lt;reportSets&gt;
&gt;           &lt;reportSet&gt;
&gt;             &lt;reports&gt;
&gt;               &lt;report&gt;index&lt;/report&gt;
&gt;               &lt;report&gt;issue-tracking&lt;/report&gt;
&gt;               &lt;report&gt;license&lt;/report&gt;
&gt;               &lt;report&gt;mailing-list&lt;/report&gt;
&gt;               &lt;report&gt;project-team&lt;/report&gt;
&gt;               &lt;report&gt;scm&lt;/report&gt;
&gt;               &lt;report&gt;summary&lt;/report&gt;
&gt;             &lt;/reports&gt;
&gt;           &lt;/reportSet&gt;
&gt;         &lt;/reportSets&gt;
&gt;       &lt;/plugin&gt;
&gt;     &lt;/plugins&gt;
&gt; 
&gt;   &lt;/reporting&gt;
&gt; 
&gt; &lt;/project&gt;
&gt; 


</pre>
</div>
</content>
</entry>
<entry>
<title>problem with doxia 1.1.1 version</title>
<author><name>=?UTF-8?B?S2FtaWwgUGnEmXRhaw==?= &lt;kamil.pietak@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200909.mbox/%3c4AA4D2E9.2080307@gmail.com%3e"/>
<id>urn:uuid:%3c4AA4D2E9-2080307@gmail-com%3e</id>
<updated>2009-09-07T09:31:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello

I have a problem with running doxia with confluence module version 1.1.1.
During site genearation I've got the following error:
[INFO] Error during page generation

Embedded error: No method on class 
org.apache.maven.report.projectinfo.TeamListReport
org.apache.maven.doxia.module.xhtml.XhtmlSink.writeEndTagWithoutEOL(Ljavax/swing
/text/html/HTML$Tag;)V

I tried many different solutions such as using 
maven-site-plugin-2.1-SNAPSHOT, but other other errors occured connected 
with javadoc plugin.
Could you give me a correct pom configuration of doxia 1.1.1 which can I 
use?

Thanks in advance
Kamil

Below you find details about my environemnt and pom.

I use the following version of maven:
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_16
Java home: c:\Program Files (x86)\Java\jdk1.6.0_16\jre
Default locale: pl_PL, platform encoding: Cp1250
OS name: "windows 7" version: "6.1" arch: "x86" Family: "windows"

My pom looks as follows (only an important part of it):

&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;project xmlns="http://maven.apache.org/POM/4.0.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd"&gt;

   &lt;build&gt;
	&lt;plugins&gt;
		
          &lt;plugin&gt;
             &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
             &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;
			&lt;inherited&gt;true&lt;/inherited&gt;
             &lt;configuration&gt;
                &lt;source&gt;1.6&lt;/source&gt;
                &lt;target&gt;1.6&lt;/target&gt;
             &lt;/configuration&gt;
          &lt;/plugin&gt;

	&lt;plugin&gt;
	   &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
	   &lt;artifactId&gt;maven-site-plugin&lt;/artifactId&gt;
	   &lt;dependencies&gt;
		&lt;dependency&gt;
		&lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
		&lt;artifactId&gt;doxia-module-confluence&lt;/artifactId&gt;
		&lt;version&gt;1.1.1&lt;/version&gt;
		&lt;/dependency&gt;
	   &lt;/dependencies&gt;
	   &lt;configuration&gt;
		&lt;inputEncoding&gt;UTF-8&lt;/inputEncoding&gt;
		&lt;outputEncoding&gt;UTF-8&lt;/outputEncoding&gt;
    	   &lt;/configuration&gt;
	 &lt;/plugin&gt;
     &lt;/plugins&gt;
   &lt;/build&gt;

   &lt;reporting&gt;
	 &lt;plugins&gt;
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
		 &lt;configuration&gt;
           &lt;aggregate&gt;true&lt;/aggregate&gt;
         &lt;/configuration&gt;

       &lt;/plugin&gt;
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
		&lt;artifactId&gt;maven-project-info-reports-plugin&lt;/artifactId&gt;
         &lt;reportSets&gt;
           &lt;reportSet&gt;
             &lt;reports&gt;
               &lt;report&gt;index&lt;/report&gt;
               &lt;report&gt;issue-tracking&lt;/report&gt;
               &lt;report&gt;license&lt;/report&gt;
               &lt;report&gt;mailing-list&lt;/report&gt;
               &lt;report&gt;project-team&lt;/report&gt;
               &lt;report&gt;scm&lt;/report&gt;
               &lt;report&gt;summary&lt;/report&gt;
             &lt;/reports&gt;
           &lt;/reportSet&gt;
		&lt;/reportSets&gt;
	  &lt;/plugin&gt;
     &lt;/plugins&gt;

   &lt;/reporting&gt;

&lt;/project&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: doxia snippets plugin and file urls?</title>
<author><name>Lukas Theussl &lt;ltheussl@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200909.mbox/%3c4AA4B597.40905@apache.org%3e"/>
<id>urn:uuid:%3c4AA4B597-40905@apache-org%3e</id>
<updated>2009-09-07T07:26:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

The doxia maven plugin currently doesn't copy resources [1], it will be fixed in 
doxia-1.1.2.

HTH,
-Lukas

[1] http://jira.codehaus.org/browse/DOXIA-355


Christian Hammers wrote:
&gt; Hello
&gt; 
&gt; The following piece from my examples.apt gives an FileNotFoundException:
&gt; 
&gt; %{snippet|id=foo|url=file:src/examples/php/syslog.php} 
&gt; 
&gt; I tried various combinations of ../ but did not find the right one.
&gt; Can anybody tell me the current working directory of the Maven Doxia
&gt; plugin?
&gt; 
&gt; Hm, trying to use the complete file name just gives me an empty box:
&gt; 
&gt; %{snippet|id=a|url=file:///home/james/workspace/log4php/src/examples/php/syslog.php}
&gt; 
&gt; produces:
&gt; 
&gt; &lt;div class="source"&gt;&lt;pre&gt;&lt;/pre&gt;
&gt; &lt;/div&gt;
&gt; 
&gt; Any ideas?
&gt; 
&gt; bye,
&gt; 
&gt; -christian-
&gt; 
&gt; 


</pre>
</div>
</content>
</entry>
<entry>
<title>doxia snippets plugin and file urls?</title>
<author><name>Christian Hammers &lt;ch@lathspell.de&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200909.mbox/%3c20090906222109.6e2d37cf@james.intern%3e"/>
<id>urn:uuid:%3c20090906222109-6e2d37cf@james-intern%3e</id>
<updated>2009-09-06T20:21:09Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello

The following piece from my examples.apt gives an FileNotFoundException:

%{snippet|id=foo|url=file:src/examples/php/syslog.php} 

I tried various combinations of ../ but did not find the right one.
Can anybody tell me the current working directory of the Maven Doxia
plugin?

Hm, trying to use the complete file name just gives me an empty box:

%{snippet|id=a|url=file:///home/james/workspace/log4php/src/examples/php/syslog.php}

produces:

&lt;div class="source"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;

Any ideas?

bye,

-christian-



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Can't get image to display using confluence markup</title>
<author><name>reselbob &lt;bob@CogArtTech.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200908.mbox/%3c25083227.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c25083227-post@talk-nabble-com%3e</id>
<updated>2009-08-21T16:34:54Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Thanks! I will.

However, our company policy is to not use SNAPSHOTs in general deployment.

(We are working on pushing code/project commentary down to the labor of the
developer using Doxia. Thus, a given project's dependencies overall needs to
not use SNAPSHOTs)

Tell me please, when do you think that site render will go be de-SNAPSHOT.

Lukas, again thanks! Your attention is proving to be invaluable.

Bob
-- 
View this message in context: http://www.nabble.com/Can%27t-get-image-to-display-using-confluence-markup-tp24955245p25083227.html
Sent from the Doxia - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Can't get image to display using confluence markup</title>
<author><name>Lukas Theussl &lt;ltheussl@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200908.mbox/%3c4A8E5104.9070602@apache.org%3e"/>
<id>urn:uuid:%3c4A8E5104-9070602@apache-org%3e</id>
<updated>2009-08-21T07:47:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

found it: http://jira.codehaus.org/browse/DOXIA-182

so image support was added in doxia 1.1. You should try site-plugin-2.1-SNAPSHOT 
which uses doxia 1.1.

HTH,
-Lukas


PS Here are all the confluence issues in the changelog: 
http://jira.codehaus.org/browse/DOXIA/component/12000?selected=com.atlassian.jira.plugin.system.project:component-changelog-panel


reselbob wrote:
&gt; 
&gt; I looked at the tests. Based on a fast perusal of
&gt; doxia\doxia-site-renderer\src\test\resources\site\confluence\confluence\figure.confluence
&gt; and the associated output,
&gt; doxia\doxia-site-renderer\target\output\confluence\figure.html, you all seem
&gt; to support the exclamation point markup for images in doxia-site-renderer
&gt; 1.1.2-SNAPSHOT.
&gt; 
&gt; Tell me please, do you know, is image markup support special to
&gt; 1.1.2-SNAPSHOT or is it supported in prior versions?


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Can't get image to display using confluence markup</title>
<author><name>reselbob &lt;bob@CogArtTech.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200908.mbox/%3c25072864.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c25072864-post@talk-nabble-com%3e</id>
<updated>2009-08-21T01:39:05Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>


I looked at the tests. Based on a fast perusal of
doxia\doxia-site-renderer\src\test\resources\site\confluence\confluence\figure.confluence
and the associated output,
doxia\doxia-site-renderer\target\output\confluence\figure.html, you all seem
to support the exclamation point markup for images in doxia-site-renderer
1.1.2-SNAPSHOT.

Tell me please, do you know, is image markup support special to
1.1.2-SNAPSHOT or is it supported in prior versions?
-- 
View this message in context: http://www.nabble.com/Can%27t-get-image-to-display-using-confluence-markup-tp24955245p25072864.html
Sent from the Doxia - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Can't get image to display using confluence markup</title>
<author><name>reselbob &lt;bob@CogArtTech.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200908.mbox/%3c25065021.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c25065021-post@talk-nabble-com%3e</id>
<updated>2009-08-20T16:06:44Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

I am not doing a good job of communicating. Please forgive me.

I was following up on your suggestion to check image pathing. What I am
saying is that when I use the Confluence markup structure for hypertext,
[HREF SOURCE HERE]  and I use the image path as the the href source, I CAN
access the image as a hyper text link. Thus, I am confirming doxia is
parsing the "bracket" markup as an href properly and that the image can be
found in the file system.

However, when I use the Confluence image exclamation point markup structure,
!IMAGE SOURCE HERE!, all that renders is the markup structure text verbatim.

Thus, 

!../images/hello-world.jpg!

renders output on the web page as

!../images/hello-world.jpg!

not

../images/hello-world.jpg 

I hope I am being clearer. I'd really hate to be wasting your time due to my
inability to express my problem properly in writing.

Again, thanks!

-- 
View this message in context: http://www.nabble.com/Can%27t-get-image-to-display-using-confluence-markup-tp24955245p25065021.html
Sent from the Doxia - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Can't get image to display using confluence markup</title>
<author><name>Lukas Theussl &lt;ltheussl@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200908.mbox/%3c4A8D04F9.9010609@apache.org%3e"/>
<id>urn:uuid:%3c4A8D04F9-9010609@apache-org%3e</id>
<updated>2009-08-20T08:10:33Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Bob,

Please specify exactly what your problem is, the example you quote below is 
different from the one we talked about previously.

Before it was

!../images/hello-world.jpg!

ie a simple figure, now you want

[Click here to see image|../images/hello-world.jpg]

ie a figure as a link. I wouldn't expect the latter to work with our confluence 
parser but I haven't tested it yet. There are some confluence examples in the test 
resources of doxia-site-renderer [1], just run 'mvn test' and check the results in 
target/output/confluence/.

Otherwise, the best thing to do is to create a jira ticket and attach a small 
reproducible test case, quoting exactly the expected result vs the actual one.

Cheers,
-Lukas

[1] 
https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/



reselbob wrote:
&gt; Hi Lukas:
&gt; 
&gt; I really appreciate that you are taking the time to help me with my problem. 
&gt; 
&gt; I can access the image as a link using the Confluence hyper-link markup,
&gt; like so:
&gt; 
&gt; [Click here to see image|../images/hello-world.jpg]
&gt; 
&gt; The markup shown above renders the &lt;href&gt; HTML properly.
&gt; 
&gt; So, it seems to me that the image can be found. It appears that the parser
&gt; is not respecting the exclamation point markup that Confluence uses for
&gt; image display.
&gt; 
&gt; Tell me please, have you been successful getting images to display using
&gt; Confluence markup? If so, can you pass me one of your Maven projects that
&gt; has images displaying via Confluence markup?
&gt; 
&gt; Again, thanks for taking the time to help me out with my problem.
&gt; 
&gt; Bob
&gt; 
&gt; 


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Can't get image to display using confluence markup</title>
<author><name>reselbob &lt;bob@CogArtTech.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200908.mbox/%3c25046550.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c25046550-post@talk-nabble-com%3e</id>
<updated>2009-08-19T15:38:43Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hi Lukas:

I really appreciate that you are taking the time to help me with my problem. 

I can access the image as a link using the Confluence hyper-link markup,
like so:

[Click here to see image|../images/hello-world.jpg]

The markup shown above renders the &lt;href&gt; HTML properly.

So, it seems to me that the image can be found. It appears that the parser
is not respecting the exclamation point markup that Confluence uses for
image display.

Tell me please, have you been successful getting images to display using
Confluence markup? If so, can you pass me one of your Maven projects that
has images displaying via Confluence markup?

Again, thanks for taking the time to help me out with my problem.

Bob


-- 
View this message in context: http://www.nabble.com/Can%27t-get-image-to-display-using-confluence-markup-tp24955245p25046550.html
Sent from the Doxia - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Can't get image to display using confluence markup</title>
<author><name>Lukas Theussl &lt;ltheussl@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200908.mbox/%3c4A8BB860.50806@apache.org%3e"/>
<id>urn:uuid:%3c4A8BB860-50806@apache-org%3e</id>
<updated>2009-08-19T08:31:28Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

If my suspicion is correct you simply have a wrong relative path from the html 
file generated by maven to the image resource. The html renders correctly, only 
the image is not found.

-Lukas


reselbob wrote:
&gt; I will check. But, still I am mystified as to why the markup is rendering,
&gt; and not the image, or at the least the browser's broken link or unknown file
&gt; icon.
&gt; 
&gt; 
&gt; 


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Can't get image to display using confluence markup</title>
<author><name>reselbob &lt;bob@CogArtTech.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200908.mbox/%3c25039604.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c25039604-post@talk-nabble-com%3e</id>
<updated>2009-08-19T08:05:46Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

I will check. But, still I am mystified as to why the markup is rendering,
and not the image, or at the least the browser's broken link or unknown file
icon.



-- 
View this message in context: http://www.nabble.com/Can%27t-get-image-to-display-using-confluence-markup-tp24955245p25039604.html
Sent from the Doxia - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Can't get image to display using confluence markup</title>
<author><name>Lukas Theussl &lt;ltheussl@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200908.mbox/%3c4A8BADDD.2090704@apache.org%3e"/>
<id>urn:uuid:%3c4A8BADDD-2090704@apache-org%3e</id>
<updated>2009-08-19T07:46:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Are you sure it shouldn't be

!images/hello-world.jpg!

? ie is your confluence source document really one level below the images/ folder, 
after being processed by Maven?  Check the directory structure in the target/ 
folder since Maven copies resources differently.

HTH,
-Lukas


reselbob wrote:
&gt; PS:
&gt; 
&gt; !../images/hello-world! 
&gt; 
&gt; Should be:
&gt; 
&gt; !../images/hello-world.jpg!
&gt; 
&gt; Sorry for the typo 
&gt; 
&gt; 
&gt; 
&gt; reselbob wrote:
&gt;&gt; Hi:
&gt;&gt;
&gt;&gt; I am trying to get an image to display using Doxia's confluence module
&gt;&gt; 1.1. When I run 'mvn site', the markup text renders, not the image.
&gt;&gt;
&gt;&gt; Here is the markup:
&gt;&gt; --------------
&gt;&gt; Developer Notes Here!
&gt;&gt;
&gt;&gt; !../images/hello-world!
&gt;&gt; --------------
&gt;&gt; Here are my POM settings:
&gt;&gt;
&gt;&gt; 	&lt;plugin&gt;
&gt;&gt; 					&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
&gt;&gt; 					&lt;artifactId&gt;maven-site-plugin&lt;/artifactId&gt;
&gt;&gt; 					 &lt;version&gt;2.0-beta-7&lt;/version&gt;
&gt;&gt; 					&lt;dependencies&gt;
&gt;&gt; 						&lt;dependency&gt;
&gt;&gt; 							&lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
&gt;&gt; 							&lt;artifactId&gt;doxia-module-confluence&lt;/artifactId&gt;
&gt;&gt; 							&lt;version&gt;1.1&lt;/version&gt;
&gt;&gt; 						&lt;/dependency&gt;
&gt;&gt; 					&lt;/dependencies&gt;
&gt;&gt; 					&lt;configuration&gt;
&gt;&gt; 						&lt;inputEncoding&gt;UTF-8&lt;/inputEncoding&gt;
&gt;&gt; 						&lt;outputEncoding&gt;UTF-8&lt;/outputEncoding&gt;
&gt;&gt; 					&lt;/configuration&gt;
&gt;&gt; 				&lt;/plugin&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt; 	&lt;plugin&gt;
&gt;&gt; 				&lt;artifactId&gt;maven-shade-plugin&lt;/artifactId&gt;
&gt;&gt; 				&lt;version&gt;1.2&lt;/version&gt;
&gt;&gt; 				&lt;executions&gt;
&gt;&gt; 					&lt;execution&gt;
&gt;&gt; 						&lt;phase&gt;package&lt;/phase&gt;
&gt;&gt; 						&lt;goals&gt;
&gt;&gt; 							&lt;goal&gt;shade&lt;/goal&gt;
&gt;&gt; 						&lt;/goals&gt;
&gt;&gt; 						&lt;configuration&gt;
&gt;&gt; 							&lt;finalName&gt;${project.build.finalName}&lt;/finalName&gt;
&gt;&gt; 							&lt;createDependencyReducedPom&gt;false&lt;/createDependencyReducedPom&gt;
&gt;&gt; 						
&gt;&gt; &lt;keepDependenciesWithProvidedScope&gt;true&lt;/keepDependenciesWithProvidedScope&gt;
&gt;&gt; 							&lt;transformers&gt;
&gt;&gt; 								&lt;transformer
&gt;&gt; implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer"
&gt;&gt; /&gt;
&gt;&gt; 							&lt;/transformers&gt;
&gt;&gt; 							&lt;artifactSet&gt;
&gt;&gt; 								&lt;includes&gt;
&gt;&gt; 									&lt;include&gt;org.apache.maven.doxia:doxia-sink-api&lt;/include&gt;
&gt;&gt; 									&lt;include&gt;org.apache.maven.doxia:doxia-logging-api&lt;/include&gt;
&gt;&gt; 								&lt;/includes&gt;
&gt;&gt; 							&lt;/artifactSet&gt;
&gt;&gt; 						&lt;/configuration&gt;
&gt;&gt; 					&lt;/execution&gt;
&gt;&gt; 				&lt;/executions&gt;
&gt;&gt; 			&lt;/plugin&gt;
&gt;&gt;
&gt;&gt; Thanks in advance for any help!
&gt;&gt;
&gt;&gt;
&gt; 


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Can't get image to display using confluence markup</title>
<author><name>reselbob &lt;bob@CogArtTech.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200908.mbox/%3c24955290.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c24955290-post@talk-nabble-com%3e</id>
<updated>2009-08-13T15:58:49Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

PS:

!../images/hello-world! 

Should be:

!../images/hello-world.jpg!

Sorry for the typo 



reselbob wrote:
&gt; 
&gt; Hi:
&gt; 
&gt; I am trying to get an image to display using Doxia's confluence module
&gt; 1.1. When I run 'mvn site', the markup text renders, not the image.
&gt; 
&gt; Here is the markup:
&gt; --------------
&gt; Developer Notes Here!
&gt; 
&gt; !../images/hello-world!
&gt; --------------
&gt; Here are my POM settings:
&gt; 
&gt; 	&lt;plugin&gt;
&gt; 					&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
&gt; 					&lt;artifactId&gt;maven-site-plugin&lt;/artifactId&gt;
&gt; 					 &lt;version&gt;2.0-beta-7&lt;/version&gt;
&gt; 					&lt;dependencies&gt;
&gt; 						&lt;dependency&gt;
&gt; 							&lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
&gt; 							&lt;artifactId&gt;doxia-module-confluence&lt;/artifactId&gt;
&gt; 							&lt;version&gt;1.1&lt;/version&gt;
&gt; 						&lt;/dependency&gt;
&gt; 					&lt;/dependencies&gt;
&gt; 					&lt;configuration&gt;
&gt; 						&lt;inputEncoding&gt;UTF-8&lt;/inputEncoding&gt;
&gt; 						&lt;outputEncoding&gt;UTF-8&lt;/outputEncoding&gt;
&gt; 					&lt;/configuration&gt;
&gt; 				&lt;/plugin&gt;
&gt; 
&gt; 
&gt; 	&lt;plugin&gt;
&gt; 				&lt;artifactId&gt;maven-shade-plugin&lt;/artifactId&gt;
&gt; 				&lt;version&gt;1.2&lt;/version&gt;
&gt; 				&lt;executions&gt;
&gt; 					&lt;execution&gt;
&gt; 						&lt;phase&gt;package&lt;/phase&gt;
&gt; 						&lt;goals&gt;
&gt; 							&lt;goal&gt;shade&lt;/goal&gt;
&gt; 						&lt;/goals&gt;
&gt; 						&lt;configuration&gt;
&gt; 							&lt;finalName&gt;${project.build.finalName}&lt;/finalName&gt;
&gt; 							&lt;createDependencyReducedPom&gt;false&lt;/createDependencyReducedPom&gt;
&gt; 						
&gt; &lt;keepDependenciesWithProvidedScope&gt;true&lt;/keepDependenciesWithProvidedScope&gt;
&gt; 							&lt;transformers&gt;
&gt; 								&lt;transformer
&gt; implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer"
&gt; /&gt;
&gt; 							&lt;/transformers&gt;
&gt; 							&lt;artifactSet&gt;
&gt; 								&lt;includes&gt;
&gt; 									&lt;include&gt;org.apache.maven.doxia:doxia-sink-api&lt;/include&gt;
&gt; 									&lt;include&gt;org.apache.maven.doxia:doxia-logging-api&lt;/include&gt;
&gt; 								&lt;/includes&gt;
&gt; 							&lt;/artifactSet&gt;
&gt; 						&lt;/configuration&gt;
&gt; 					&lt;/execution&gt;
&gt; 				&lt;/executions&gt;
&gt; 			&lt;/plugin&gt;
&gt; 
&gt; Thanks in advance for any help!
&gt; 
&gt; 

-- 
View this message in context: http://www.nabble.com/Can%27t-get-image-to-display-using-confluence-markup-tp24955245p24955290.html
Sent from the Doxia - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Can't get image to display using confluence markup</title>
<author><name>reselbob &lt;bob@CogArtTech.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200908.mbox/%3c24955245.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c24955245-post@talk-nabble-com%3e</id>
<updated>2009-08-13T15:51:41Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hi:

I am trying to get an image to display using Doxia's confluence module 1.1.
When I run 'mvn site', the markup text renders, not the image.

Here is the markup:
--------------
Developer Notes Here!

!../images/hello-world!
--------------
Here are my POM settings:

	&lt;plugin&gt;
					&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
					&lt;artifactId&gt;maven-site-plugin&lt;/artifactId&gt;
					 &lt;version&gt;2.0-beta-7&lt;/version&gt;
					&lt;dependencies&gt;
						&lt;dependency&gt;
							&lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
							&lt;artifactId&gt;doxia-module-confluence&lt;/artifactId&gt;
							&lt;version&gt;1.1&lt;/version&gt;
						&lt;/dependency&gt;
					&lt;/dependencies&gt;
					&lt;configuration&gt;
						&lt;inputEncoding&gt;UTF-8&lt;/inputEncoding&gt;
						&lt;outputEncoding&gt;UTF-8&lt;/outputEncoding&gt;
					&lt;/configuration&gt;
				&lt;/plugin&gt;


	&lt;plugin&gt;
				&lt;artifactId&gt;maven-shade-plugin&lt;/artifactId&gt;
				&lt;version&gt;1.2&lt;/version&gt;
				&lt;executions&gt;
					&lt;execution&gt;
						&lt;phase&gt;package&lt;/phase&gt;
						&lt;goals&gt;
							&lt;goal&gt;shade&lt;/goal&gt;
						&lt;/goals&gt;
						&lt;configuration&gt;
							&lt;finalName&gt;${project.build.finalName}&lt;/finalName&gt;
							&lt;createDependencyReducedPom&gt;false&lt;/createDependencyReducedPom&gt;
						
&lt;keepDependenciesWithProvidedScope&gt;true&lt;/keepDependenciesWithProvidedScope&gt;
							&lt;transformers&gt;
								&lt;transformer
implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer"
/&gt;
							&lt;/transformers&gt;
							&lt;artifactSet&gt;
								&lt;includes&gt;
									&lt;include&gt;org.apache.maven.doxia:doxia-sink-api&lt;/include&gt;
									&lt;include&gt;org.apache.maven.doxia:doxia-logging-api&lt;/include&gt;
								&lt;/includes&gt;
							&lt;/artifactSet&gt;
						&lt;/configuration&gt;
					&lt;/execution&gt;
				&lt;/executions&gt;
			&lt;/plugin&gt;

Thanks in advance for any help!

-- 
View this message in context: http://www.nabble.com/Can%27t-get-image-to-display-using-confluence-markup-tp24955245p24955245.html
Sent from the Doxia - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Site builds fail with Doxia 1.1.1</title>
<author><name>Lukas Theussl &lt;ltheussl@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200907.mbox/%3c4A714C0D.6040508@apache.org%3e"/>
<id>urn:uuid:%3c4A714C0D-6040508@apache-org%3e</id>
<updated>2009-07-30T07:30:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hi,

I can't reproduce your problem, the doxia site builds fine here (tested with clean 
repo, maven 2.1.0 and 2.2.0).

The same stack trace has been reported by Vincent a few days ago [1], I don't know 
what's the conclusion, maybe he knows more in the meantime.

Cheers,
-Lukas

[1] http://www.nabble.com/Using-latest-Plexus-Utils-in-javadoc-plugin-td24628610.html


Steven Swor wrote:
&gt; Hi,
&gt; 
&gt; I'm having trouble getting site builds to work using Doxia 1.1.1
&gt; 
&gt; My environment is (dumped from "mvn --version"):
&gt; 
&gt; Apache Maven 2.2.0 (r788681; 2009-06-26 08:04:01-0500)
&gt; Java version: 1.5.0_19
&gt; Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
&gt; Default locale: en_US, platform encoding: MacRoman
&gt; OS name: "mac os x" version: "10.5.7" arch: "i386" Family: "unix"
&gt; 
&gt; 
&gt; I figured the best way to eliminate any errors on my part would be to 
&gt; try and build something I knew was working elsewhere, so I checked out 
&gt; the Doxia stuff from the source repository and tried to run the site 
&gt; goal on the Doxia Site project.  The build failed with the following error:
&gt; 
&gt; ------------------------------------------------------------------------
&gt; [ERROR]BUILD ERROR
&gt; ------------------------------------------------------------------------
&gt; Internal error in the plugin manager executing goal 
&gt; 'org.apache.maven.doxia:doxia-maven-plugin:1.1.1:render-books': Unable 
&gt; to load the mojo 
&gt; 'org.apache.maven.doxia:doxia-maven-plugin:1.1.1:render-books' in the 
&gt; plugin 'org.apache.maven.doxia:doxia-maven-plugin'. A required class is 
&gt; missing: hidden/org/codehaus/plexus/interpolation/ValueSource
&gt; hidden.org.codehaus.plexus.interpolation.ValueSource
&gt; 
&gt; Attached is the output from running "mvn -e --debug --fail-fast clean 
&gt; site" on the Doxia Site project.
&gt; 
&gt; This is the same error I get when I try to run any site build against 
&gt; Doxia 1.1.1.  Am I doing something wrong here, is there a problem with 
&gt; the 1.1.1 release?  Any insight into this matter would be greatly 
&gt; appreciated.
&gt; 
&gt; Thanks,
&gt; Steve
&gt; 
&gt; 


</pre>
</div>
</content>
</entry>
<entry>
<title>Site builds fail with Doxia 1.1.1</title>
<author><name>Steven Swor &lt;steven.swor@summitsystemsinc.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200907.mbox/%3c419C164E-8E6F-4461-B07C-5ECBC1D17058@summitsystemsinc.com%3e"/>
<id>urn:uuid:%3c419C164E-8E6F-4461-B07C-5ECBC1D17058@summitsystemsinc-com%3e</id>
<updated>2009-07-29T22:11:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

I'm having trouble getting site builds to work using Doxia 1.1.1

My environment is (dumped from "mvn --version"):

Apache Maven 2.2.0 (r788681; 2009-06-26 08:04:01-0500)
Java version: 1.5.0_19
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/ 
Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.5.7" arch: "i386" Family: "unix"


I figured the best way to eliminate any errors on my part would be to  
try and build something I knew was working elsewhere, so I checked out  
the Doxia stuff from the source repository and tried to run the site  
goal on the Doxia Site project.  The build failed with the following  
error:

------------------------------------------------------------------------
[ERROR]BUILD ERROR
------------------------------------------------------------------------
Internal error in the plugin manager executing goal  
'org.apache.maven.doxia:doxia-maven-plugin:1.1.1:render-books': Unable  
to load the mojo 'org.apache.maven.doxia:doxia-maven-plugin: 
1.1.1:render-books' in the plugin 'org.apache.maven.doxia:doxia-maven- 
plugin'. A required class is missing: hidden/org/codehaus/plexus/ 
interpolation/ValueSource
hidden.org.codehaus.plexus.interpolation.ValueSource

Attached is the output from running "mvn -e --debug --fail-fast clean  
site" on the Doxia Site project.

This is the same error I get when I try to run any site build against  
Doxia 1.1.1.  Am I doing something wrong here, is there a problem with  
the 1.1.1 release?  Any insight into this matter would be greatly  
appreciated.

Thanks,
Steve



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [doxia] generating sitemap.xml</title>
<author><name>Vincent Siveton &lt;vsiveton@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-users/200907.mbox/%3c9ae367340907020330t4856aef5o75c1eb95d0f75d50@mail.gmail.com%3e"/>
<id>urn:uuid:%3c9ae367340907020330t4856aef5o75c1eb95d0f75d50@mail-gmail-com%3e</id>
<updated>2009-07-02T10:30:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi Bernhard,

No sitemaps is planned in Doxia (and probably never).

The best impl should be:
- create a new Maven plugin which reads site.xml and generates
sitemaps.xml. If you plan to create it and make it public, you could
use the Mojo project http://mojo.codehaus.org/
- include this plugin in the maven site phase

Cheers,

Vincent

2009/7/2, Bernhard Grünewaldt &lt;bernhard@gruenewaldt.net&gt;:
&gt; Hello,
&gt;
&gt;  I am not quite sure where this module should be located
&gt;  (maven-site-plugin, or directly doxia).
&gt;
&gt;  I was wondering if there is a way to create a google sitemap.xml
&gt;  such as described here: http://www.sitemaps.org/protocol.php
&gt;  when running "mvn site".
&gt;
&gt;  A "sitemap.xml.gz" should be generated taking all links from the
&gt;  site.xml into account.
&gt;
&gt;  Is there such a thing, is it planned already?
&gt;
&gt;  greetings,
&gt;
&gt;
&gt;  Bernhard Grünewaldt
&gt;
&gt;


</pre>
</div>
</content>
</entry>
</feed>
