You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Robert <ro...@bull-enterprises.com> on 2003/10/17 05:49:41 UTC

[jelly] JellySwing docs

Can someone point me to where the xdocs are for jellyswing? I don't see 
anything in CVS.

I was thinking of adding some documentation, namely for the various tags 
that the SwingTagLibrary registers factories for. This would be a short 
term(?) solution to issue Jelly-12 (see link below) on documenting the 
swing tags/components used.


http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-12

Thanks,
Robert



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [jelly] JellySwing docs

Posted by James Strachan <ja...@yahoo.co.uk>.
BTW the only downside with jellydoc is it uses introspection to 
generate the documentation; which is fine for normal bean-style Tag 
implementations. However some libraries, like Jelly-Swing in particular 
(and Ant) use DynaTags and so the documentation isn't that useful - 
since its the Swing beans (JFrame, JMenu etc) which define the 
attributes you can use in the tags, not the Jelly code.


On 17 Oct 2003, at 05:38, dion@multitask.com.au wrote:

> Using Maven's jellydoc plugin.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
>
>
> Robert <ro...@bull-enterprises.com> wrote on 17/10/2003 02:00:55 PM:
>
>> I just found this:
>> http://jakarta.apache.org/commons/sandbox/jelly/libs/swing/tags.html
>> which is pretty much what I was looking for, but where/how is this
>> generated?
>>
>> Robert
>>
>>
>> Robert wrote:
>>
>>> Can someone point me to where the xdocs are for jellyswing? I don't
> see
>>> anything in CVS.
>>>
>>> I was thinking of adding some documentation, namely for the various
> tags
>>> that the SwingTagLibrary registers factories for. This would be a
> short
>>> term(?) solution to issue Jelly-12 (see link below) on documenting 
>>> the
>
>>> swing tags/components used.
>>>
>>>
>>> http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-12
>>>
>>> Thanks,
>>> Robert
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>

James
-------
http://radio.weblogs.com/0112098/


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [jelly] JellySwing docs

Posted by Robert <ro...@bull-enterprises.com>.
My fault. I was confusing the two. Yes, the jellydoc plugin does the tag 
classes, but I would like to doc the non-tag classes, such as the 
components that are created via factory.

Robert

dion@multitask.com.au wrote:

> Using Maven's jellydoc plugin.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> Robert <ro...@bull-enterprises.com> wrote on 17/10/2003 02:00:55 PM:
> 
> 
>>I just found this:
>>http://jakarta.apache.org/commons/sandbox/jelly/libs/swing/tags.html
>>which is pretty much what I was looking for, but where/how is this 
>>generated?
>>
>>Robert
>>
>>
>>Robert wrote:
>>
>>
>>>Can someone point me to where the xdocs are for jellyswing? I don't 
> 
> see 
> 
>>>anything in CVS.
>>>
>>>I was thinking of adding some documentation, namely for the various 
> 
> tags 
> 
>>>that the SwingTagLibrary registers factories for. This would be a 
> 
> short 
> 
>>>term(?) solution to issue Jelly-12 (see link below) on documenting the 
> 
> 
>>>swing tags/components used.
>>>
>>>
>>>http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-12
>>>
>>>Thanks,
>>>Robert
>>>
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>>>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [jelly] JellySwing docs

Posted by di...@multitask.com.au.
Using Maven's jellydoc plugin.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Robert <ro...@bull-enterprises.com> wrote on 17/10/2003 02:00:55 PM:

> I just found this:
> http://jakarta.apache.org/commons/sandbox/jelly/libs/swing/tags.html
> which is pretty much what I was looking for, but where/how is this 
> generated?
> 
> Robert
> 
> 
> Robert wrote:
> 
> > Can someone point me to where the xdocs are for jellyswing? I don't 
see 
> > anything in CVS.
> > 
> > I was thinking of adding some documentation, namely for the various 
tags 
> > that the SwingTagLibrary registers factories for. This would be a 
short 
> > term(?) solution to issue Jelly-12 (see link below) on documenting the 

> > swing tags/components used.
> > 
> > 
> > http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-12
> > 
> > Thanks,
> > Robert
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> > 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [jelly] JellySwing docs

Posted by Robert <ro...@bull-enterprises.com>.
I just found this:
http://jakarta.apache.org/commons/sandbox/jelly/libs/swing/tags.html
which is pretty much what I was looking for, but where/how is this 
generated?

Robert


Robert wrote:

> Can someone point me to where the xdocs are for jellyswing? I don't see 
> anything in CVS.
> 
> I was thinking of adding some documentation, namely for the various tags 
> that the SwingTagLibrary registers factories for. This would be a short 
> term(?) solution to issue Jelly-12 (see link below) on documenting the 
> swing tags/components used.
> 
> 
> http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-12
> 
> Thanks,
> Robert
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org