Thanks Igor,
unfortunately I'm not using maven :( and this configuration doesn't support code sample.

Tomek

Igor Drobiazko schrieb:
If you want to generate it via maven you just need to add something like:
    <reporting>
        <outputDirectory>..........</outputDirectory>
        <plugins>
                <plugin>
                        <groupId>com.erinors.tapestry</groupId>
                        <artifactId>tapdoc-maven-plugin</artifactId>
                        <configuration>
                                <libraries>

<param>/net/sf/tacos/Tacos.library</param>

<param>/net/sf/tacos/Dojo.library</param>
                                </libraries>
                        </configuration>
                </plugin>
        </plugins>
    </reporting>

There result will be like this:
http://tacos.sourceforge.net/tacos4.1/tacos-core/tapdocs/index.html

On Feb 8, 2008 3:12 PM, Tomek <[EMAIL PROTECTED]> wrote:

Hi,
I'm interested on TapDoc. I've made my first component docs, but I have
trouble with the tapdoc.xml. I couldn't find a dtd, so I had to search
in source code to find allowed tags. Especially I don't know to make the
samle code for the components (like on the tapestry site).
I'm using version 0.7.0, is there a newer version or some documentation
(dtd would be enough)

Greetings
Tomek

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to