So, you're running the commandline version or the ant task?

In both, there is a way to define multiple javadoc urls
like the example @
http://tacos.sourceforge.net/tacos4.1/tapdoc/tapdoc/ant.html

On Feb 11, 2008 5:40 PM, Tomek <[EMAIL PROTECTED]> wrote:
> Hi,
> a question again, di I understand it correctly, that I need to write
> tapestry-javadom.xml manually to get correct links to my javadoc files?
>
> Thanks
> Tomek
>
>
> Tomek Sniadach schrieb:
>
> > 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]
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

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

Reply via email to