Finally worked on tapdoc, and ... it is exciting :)
It can now work with jwc-less components ( i / we don't use xml for a 
long time now)
it still needs the path to a .library file (which can be dummy) and then 
works its way
into subpackages looking for classes marked with the @ComponentClass 
annotation or that are
abstract ;)

http://tacos.sourceforge.net/nightly is the snapshot maven repo,
include it in your <reporting> with:
        <plugin>
            <groupId>net.sf.tacos</groupId>
            <artifactId>tapdoc-maven-plugin</artifactId>
            <version>0.7.0-SNAPSHOT</version>
            <configuration>
                <libraries>
                    <param>/com/amplafi/web/components/Main.library</param>
                </libraries>
            </configuration>
        </plugin>

Docs will appear at http://tacos.sourceforge.net/tacos4.1/tapdoc/

Give it a try and report any issues asap...

andyhot wrote:
> yes, thx for reminding, we need that too!
>
> Kalle Korhonen wrote:
>   
>> Would a version of the tapdoc maven plugin be released as well? AFAIK, 
>> it never got a release after it moved under Tacos; it deserves one.
>>
>> Kalle
>>
>> On 11/12/07, * andyhot* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> 
>> wrote:
>>
>>     Hi all,
>>     I believe it's time for the next 4.1.1 release for several reasons:
>>     -) Several bugs relating to the dojo components have been fixed
>>     -) A few powerful annotations have been added.
>>     but mainly
>>     -) I'd like the next versions to require (the yet unreleased)
>>     Tapestry 4.1.4
>>     so that we can add direct (and dojo-less) support for several
>>     different
>>     js frameworks (in the
>>     form of several tacos subprojects). I'm not sure with which one
>>     i'll start,
>>     but you guys can take your pick, work in parallel and perhaps
>>     contribute
>>     back.
>>
>>     So, before the release, is there anything obvious that we're
>>     missing and/or
>>     need to add?
>>
>>
>>     --
>>     Andreas Andreou - [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -
>>     http://blog.andyhot.gr
>>     Tapestry / Tacos developer
>>     Open Source / JEE Consulting
>>
>>
>>     -------------------------------------------------------------------------
>>     This SF.net email is sponsored by: Splunk Inc.
>>     Still grepping through log files to find problems?  Stop.
>>     Now Search log events and configuration files using AJAX and a
>>     browser.
>>     Download your FREE copy of Splunk now >> http://get.splunk.com/
>>     <http://get.splunk.com/>
>>     _______________________________________________
>>     Tacos-devel mailing list
>>     Tacos-devel@lists.sourceforge.net
>>     <mailto:Tacos-devel@lists.sourceforge.net>
>>     https://lists.sourceforge.net/lists/listinfo/tacos-devel
>>
>>
>> ------------------------------------------------------------------------
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a browser.
>> Download your FREE copy of Splunk now >> http://get.splunk.com/
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Tacos-devel mailing list
>> Tacos-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/tacos-devel
>>   
>>     
>
>   

-- 
Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to