> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > What I'd like from autocreated stuff is
> > -readable docs
> > -ability to include samples
> > -linking to nested types
> > -index docs
> > -ease of use by other projects that create ant tasks.
> >
> > we are not there -yet.
>
> Dont forget a
Erik Hatcher wrote:
Keep us posted on what you come up with! I created proposal/xdocs to
generate the task reference appendix in JDwA, and tossed it out there as
a possible way to document tasks/types in the hopes it would get more
attention that it has. I believe Steve has used it to generate
> From: Peter Reilly [mailto:[EMAIL PROTECTED]
> Dominique Devienne wrote:
> >But reinventing the wheel or not, the fact remains that the
additional
> >accessors I'm requesting in IntrospectionHelper are needed for any
> >solution that doesn't want to re-code the attribute/nested-element
logic
> >i
Dominique Devienne wrote:
But reinventing the wheel or not, the fact remains that the additional
accessors I'm requesting in IntrospectionHelper are needed for any
solution that doesn't want to re-code the attribute/nested-element logic
in reverse, or the whole logic of the add[Configured](Class) e
On Aug 17, 2004, at 11:51 AM, Dominique Devienne wrote:
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
On Aug 17, 2004, at 9:47 AM, Dominique Devienne wrote:
I'm working on a combination task/doclet to document Ant
tasks/types.
Have you looked deep into proposal/xdocs to see how its documentation
gen
> From: Erik Hatcher [mailto:[EMAIL PROTECTED]
> On Aug 17, 2004, at 9:47 AM, Dominique Devienne wrote:
> > I'm working on a combination task/doclet to document Ant
tasks/types.
> Have you looked deep into proposal/xdocs to see how its documentation
> generation was done? How much of what you're d
Dominique,
Have you looked deep into proposal/xdocs to see how its documentation
generation was done? How much of what you're doing is reinventing what
was done there? Sounds almost identical. I leveraged
IntrospectionHelper as well as the XDoclet object model to get all the
info I needed.