Re: tapdoc progress

2008-02-11 Thread Andreas Andreou
So, you're running the commandline version or the ant task? In both, there is a way to define multiple javadoc urls like the example @ http://tacos.sourceforge.net/tacos4.1/tapdoc/tapdoc/ant.html On Feb 11, 2008 5:40 PM, Tomek <[EMAIL PROTECTED]> wrote: > Hi, > a question again

Re: tapdoc progress

2008-02-11 Thread Tomek
ode sample. Tomek Igor Drobiazko schrieb: If you want to generate it via maven you just need to add something like: .. com.erinors.tapestry tapdoc-ma

Re: tapdoc progress

2008-02-11 Thread Tomek
ode sample. Tomek Igor Drobiazko schrieb: If you want to generate it via maven you just need to add something like: .. com.erinors.tapestry tapdoc-ma

Re: Re: tapdoc progress

2008-02-08 Thread Tomek Sniadach
thing like: .. com.erinors.tapestry tapdoc-maven-plugin /net/sf/tacos/Tacos.library /net/sf/tacos/Dojo.library There result will be like

Re: tapdoc progress

2008-02-08 Thread Igor Drobiazko
If you want to generate it via maven you just need to add something like: .. com.erinors.tapestry tapdoc-maven-plugin /net/sf/tacos

tapdoc progress

2008-02-08 Thread Tomek
Hi, I'm interested on TapDoc. I've made my first component docs, but I have trouble with the tapdoc.xml. I couldn't find a dtd, so I had to search in source code to find allowed tags. Especially I don't know to make the samle code for the components (like on the tapes

Re: [ANN] Tapdoc 0.7.0

2007-05-11 Thread Andreas Andreou
; wrote: Dear Tapestry users! I would like to announce the first really :) public release of Tapdoc. Tapdoc is a component reference generator for Tapestry 4. The main project's website is at http://www.erinors.com/developer/project/tapdoc-project/ Take a look at a sample generated document: h

[ANN] Tapdoc 0.7.0

2007-05-11 Thread Norbert Sándor
Dear Tapestry users! I would like to announce the first really :) public release of Tapdoc. Tapdoc is a component reference generator for Tapestry 4. The main project's website is at http://www.erinors.com/developer/project/tapdoc-project/ Take a look at a sample generated document:

Re: tapdoc execution

2007-04-23 Thread Andrea Chiumenti
oops dependency was missing into plugin, solved now ! On 4/23/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: this is a snippet of my pom: tapdoc

Re: tapdoc execution

2007-04-23 Thread Andrea Chiumenti
this is a snippet of my pom: tapdoc site

Re: tapdoc execution

2007-04-23 Thread Andrea Chiumenti
yes, but I have this message /conf/tapdoc/build.xml:12: org.apache.hivemind.ApplicationRuntimeException: Could not parse specification classpath:/org/jfly/web/components/JFly.library but src/main/java/org/jfly/web/components/JFly.library is present the output message is: /home/kiuma/nbjfly

Re: tapdoc execution

2007-04-23 Thread Andreas Andreou
http://tacos.svn.sourceforge.net/viewvc/tacos/tacos-4.1/trunk/tacos-core/pom.xml?view=markup in that way, mvn executes the related ant task On 4/23/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: Hello, how can I use tapdoc ? mvn thx, kiuma -- Andreas Andreou - [EMAIL PRO

tapdoc execution

2007-04-23 Thread Andrea Chiumenti
Hello, how can I use tapdoc ? mvn thx, kiuma

[ANN] TapDoc 0.6

2006-10-17 Thread Norbert Sándor
Dear list members, I have just deployed TapDoc 0.6, it's still warm :) TapDoc is a component reference generator for Tapestry 4. It is currently developed using Tapestry 4.1.1-SNAPSHOT, but it *may* work with earlier Tapestry 4 versions. Please note that it is still in development state

Re: tapdoc

2006-08-20 Thread Norbert Sándor
vadoc references) Norbert Sándor wrote: Hello, I have converted Tapdoc to Maven2, so it now has a standard website at: http://www.erinors.com/developer/project/tapdoc/ The jar and the source code is available from our maven2 repository. You can download a Maven2-based demo application from the websi

Re: tapdoc

2006-08-20 Thread Norbert Sándor
't documented the format of these XML files yet, but I would... :) But of course annotations are supported and parameter descriptions are extracted from the .java file (if available) using a custom javadoc doclet. Regards, Norbi andyhot wrote: Henri Dupre wrote: Oh this looks very

Re: tapdoc

2006-08-18 Thread Henri Dupre
Oh this looks very nice! Does tapdoc take into account also components with annotations that have no .jwc? On 8/15/06, Norbert Sándor <[EMAIL PROTECTED]> wrote: Hello, I have converted Tapdoc to Maven2, so it now has a standard website at: http://www.erinors.com/developer/project/tapdo

Re: tapdoc

2006-08-18 Thread andyhot
Henri Dupre wrote: > Oh this looks very nice! > Does tapdoc take into account also components with annotations that > have no > .jwc? > It does... I think it uses a custom doclet to extract javadocs from those 'annotation-only' components > > On 8/15/06, Norbert S

Re: tapdoc

2006-08-18 Thread andyhot
wrote: > Hello, > > I have converted Tapdoc to Maven2, so it now has a standard website > at: http://www.erinors.com/developer/project/tapdoc/ > The jar and the source code is available from our maven2 repository. > You can download a Maven2-based demo application from the website as &

Re: tapdoc

2006-08-15 Thread Norbert Sándor
, Norbert Sándor wrote: Hello, I have converted Tapdoc to Maven2, so it now has a standard website at: http://www.erinors.com/developer/project/tapdoc/ The jar and the source code is available from our maven2 repository. You can download a Maven2-based demo application from the website as well

Re: tapdoc

2006-08-15 Thread Dan Adams
Hey, thanks. looks great. is there some docs on the ant plugin at all? i want to use it to generate docs to include with the maven site. On Tue, 2006-08-15 at 15:56 +0200, Norbert Sándor wrote: > Hello, > > I have converted Tapdoc to Maven2, so it now has a standard website at

tapdoc

2006-08-15 Thread Norbert Sándor
Hello, I have converted Tapdoc to Maven2, so it now has a standard website at: http://www.erinors.com/developer/project/tapdoc/ The jar and the source code is available from our maven2 repository. You can download a Maven2-based demo application from the website as well. (Please note: - the