DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32114>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32114





------- Additional Comments From [EMAIL PROTECTED]  2004-11-18 15:52 -------
I guess I don't understand... From you description, looks like you have your 
own doclet that processes some annotated classes. What have packages have to do 
with that? I do something similar (as shown below), the doclet gets a bunch of 
classes, that's all. If your doclet wants to additionally organize the classes 
it receives in packages, then simply do it, no?

Or maybe you want to look into taglets instead of doclets? --DD

    <javadoc source="1.4" public="true">
      <doclet name="com/lgc/buildmagic/util/BeanInfoDoclet">
        <path> <!-- the classpath to load the doclet --> ... </path>
        <param name="-manifest" value="${beaninfo}/beans.xml" />
      </doclet>

      <fileset dir="src">
        <include name="com/lgc/infra/**/*.java" />
        <contains text="@beaninfo.class" />
      </fileset>

      <classpath refid="classpath" />
    </javadoc>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to