How do I combine multiple taglets?

Hello!I have written 9 taglets. When I want to use them with the JavaDoc tool I have to write one "-taglet" command for each taglet class. Is it possible to put them into one class? So I just have to declare just one class or .jar file?Thanks...
[266 byte] By [Miikee_a] at [2007-10-1 21:01:09]
# 1
you can use -tagletpath sourcepath of taglets-tagletThe fully qualified name of Taglet to register-tagletpathThe path to TagletsALL THE BEST
ShivaKatulaa at 2007-7-13 2:57:53 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2
That is axactly what I do NOT want to do... I do NOT want to write a-taglet line for every single TagLet...So is it possible to somehow COMBINE the TagLets so they can be includedeasier?Thanks!
Miikee_a at 2007-7-13 2:57:53 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...