Activity for JavaDoc Taglet Collection

  • Sean Carrick Sean Carrick posted a comment on discussion Help

    ADDENDUM: Also, I know (think?) that I will need the following parameters included in the above mentioned Ant build script, but am not sure of the paths and class names for the tags I would like to use: <taglet name="net.sourceforge.???.???.???.tagletNote" path="${javadoc_classpath}" /> <taglet name="net.sourceforge.???.???.???.tagletConstant" path="${javadoc_classpath}" /> <taglet name="net.sourceforge.???.???.???.tagletDone" path="${javadoc_classpath}" /> <taglet name="net.sourceforge.???.???.???.tagletStickyNote"...

  • Sean Carrick Sean Carrick modified a comment on discussion Help

    Hey! I've been working on creating my own custom taglets for JavaDocs in my project when I came across your project. Yours are WAY better than what I was creating, so I would like to use them in my project. However, I develop in the NetBeans IDE and am having issues with configuring them for use in my Ant script. If you could take a couple of minutes to give me a hand, I would greatly appreciate it! Here is my current Ant script for the JavaDoc Build target: <target depends="init" if="have.sources"...

  • Sean Carrick Sean Carrick posted a comment on discussion Help

    Hey! I've been working on creating my own custom taglets for JavaDocs in my project when I came across your project. Yours are WAY better than what I was creating, so I would like to use them in my project. However, I develop in the NetBeans IDE and am having issues with configuring them for use in my Ant script. If you could take a couple of minutes to give me a hand, I would greatly appreciate it! Here is my current Ant script for the JavaDoc Build target: <target depends="init" if="have.sources"...

1