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, di I understand it correctly, that I need to write
> tapestry-javadom.xml manually to get correct links to my javadoc files?
>
> Thanks
> Tomek
>
>
> Tomek Sniadach schrieb:
>
> > Thanks Igor,
> > unfortunately I'm not using maven :( and this configuration doesn't
> > support code sample.
> >
> > Tomek
> >
> > Igor Drobiazko schrieb:
> >> If you want to generate it via maven you just need to add something
> >> like:
> >> 
> >>     ......
> >> 
> >> 
> >> com.erinors.tapestry
> >> tapdoc-maven-plugin
> >> 
> >> 
> >>
> >> /net/sf/tacos/Tacos.library
> >>
> >> /net/sf/tacos/Dojo.library
> >> 
> >> 
> >> 
> >> 
> >> 
> >>
> >> There result will be like this:
> >> http://tacos.sourceforge.net/tacos4.1/tacos-core/tapdocs/index.html
> >>
> >> On Feb 8, 2008 3:12 PM, Tomek <[EMAIL PROTECTED]> wrote:
> >>
> >>
> >>> 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 tapestry site).
> >>> I'm using version 0.7.0, is there a newer version or some documentation
> >>> (dtd would be enough)
> >>>
> >>> Greetings
> >>> Tomek
> >>>
> >>> -
> >>> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>> For additional commands, e-mail: [EMAIL PROTECTED]
> >>>
> >>>
> >>>
> >>
> >>
> >>
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



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

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



Re: tapdoc progress

2008-02-11 Thread Tomek

Hi,
a question again, di I understand it correctly, that I need to write 
tapestry-javadom.xml manually to get correct links to my javadoc files?


Thanks
Tomek


Tomek Sniadach schrieb:

Thanks Igor,
unfortunately I'm not using maven :( and this configuration doesn't 
support code sample.


Tomek

Igor Drobiazko schrieb:
If you want to generate it via maven you just need to add something 
like:


..


com.erinors.tapestry
    tapdoc-maven-plugin



/net/sf/tacos/Tacos.library

/net/sf/tacos/Dojo.library






There result will be like this:
http://tacos.sourceforge.net/tacos4.1/tacos-core/tapdocs/index.html

On Feb 8, 2008 3:12 PM, Tomek <[EMAIL PROTECTED]> wrote:

 

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 tapestry site).
I'm using version 0.7.0, is there a newer version or some documentation
(dtd would be enough)

Greetings
Tomek

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






  



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





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



Re: tapdoc progress

2008-02-11 Thread Tomek

Hi,
a question again, di I understand it correctly, that I need to write 
tapestry-javadom.xml manually to get correct links to my javadoc files?


Thanks
Tomek


Tomek Sniadach schrieb:

Thanks Igor,
unfortunately I'm not using maven :( and this configuration doesn't 
support code sample.


Tomek

Igor Drobiazko schrieb:
If you want to generate it via maven you just need to add something 
like:


..


com.erinors.tapestry
    tapdoc-maven-plugin



/net/sf/tacos/Tacos.library

/net/sf/tacos/Dojo.library






There result will be like this:
http://tacos.sourceforge.net/tacos4.1/tacos-core/tapdocs/index.html

On Feb 8, 2008 3:12 PM, Tomek <[EMAIL PROTECTED]> wrote:

 

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 tapestry site).
I'm using version 0.7.0, is there a newer version or some documentation
(dtd would be enough)

Greetings
Tomek

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






  



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





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



Re: Re: tapdoc progress

2008-02-08 Thread Tomek Sniadach

Thanks Igor,
unfortunately I'm not using maven :( and this configuration doesn't 
support code sample.


Tomek

Igor Drobiazko schrieb:

If you want to generate it via maven you just need to add something like:

..


com.erinors.tapestry
    tapdoc-maven-plugin



/net/sf/tacos/Tacos.library

/net/sf/tacos/Dojo.library






There result will be like this:
http://tacos.sourceforge.net/tacos4.1/tacos-core/tapdocs/index.html

On Feb 8, 2008 3:12 PM, Tomek <[EMAIL PROTECTED]> wrote:

  

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 tapestry site).
I'm using version 0.7.0, is there a newer version or some documentation
(dtd would be enough)

Greetings
Tomek

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






  



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



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/Tacos.library

/net/sf/tacos/Dojo.library






There result will be like this:
http://tacos.sourceforge.net/tacos4.1/tacos-core/tapdocs/index.html

On Feb 8, 2008 3:12 PM, Tomek <[EMAIL PROTECTED]> wrote:

> 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 tapestry site).
> I'm using version 0.7.0, is there a newer version or some documentation
> (dtd would be enough)
>
> Greetings
> Tomek
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Best regards,

Igor Drobiazko


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 tapestry site).
I'm using version 0.7.0, is there a newer version or some documentation 
(dtd would be enough)


Greetings
Tomek

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



Re: [ANN] Tapdoc 0.7.0

2007-05-11 Thread Andreas Andreou

Great - i've already got code that extended 0.6.0 to handle annotation only
components...
(i had named this 0.6.5 and had left it in tacos maven-repo)

i guess I'll dig through the (now) public svn and send you some patches ;)


On 5/12/07, Norbert Sándor <[EMAIL PROTECTED]> 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:
http://www.erinors.com/developer/project/tapdoc-tapestrydoc/tapdocs/
<http://www.erinors.com/developer/project/tapdoc-tapestrydoc/tapdocs/index.html>
The current version is 0.7.0-snapshot, it is a partial rewrite of the
previous 0.6.0 version. New features are:
- documentation
- demo projects
- Maven and Ant integration

As you can see it is still just a snapshot version, there is still lot to
do, but the projects are now well structured and ready for further
improvements.

With best regards:
Norbert Sándor
 - To
unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]





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


[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: http://www.erinors.com/developer/project/tapdoc-tapestrydoc/tapdocs/

The current version is 0.7.0-snapshot, it is a partial rewrite of the
previous 0.6.0 version. New features are:
- documentation
- demo projects
- Maven and Ant integration

As you can see it is still just a snapshot version, there is still lot
to do, but the projects are now well structured and ready for further
improvements.

With best regards:
Norbert Sándor



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



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
site






http://java.sun.com/j2se/1.5.0/docs/api/,http://java.sun.com/j2ee/1.4/docs/api/,http://tapestry.apache.org/tapestry4.1/tapestry-framework/apidocs/,http://tacos.sourceforge.net/tacos4.1/tacos-core/apidocs/
"/>





run




the build.xml is placed into src/main/conf/tapdoc

On 4/23/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:
>
> 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/trunk/JFlyWebComponents/src/conf/tapdoc/build.xml:12:
> org.apache.hivemind.ApplicationRuntimeException: Could not parse
> specification classpath:/org/jfly/web/components/JFly.library.
> [classpath:/org/jfly/web/components/JFly.library]
>
> On 4/23/07, Andreas Andreou < [EMAIL PROTECTED]> wrote:
> >
> > 
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 PROTECTED] - http://andyhot.di.uoa.gr
> > Tapestry / Tacos developer
> > Open Source / JEE Consulting
> >
>
>



Re: tapdoc execution

2007-04-23 Thread Andrea Chiumenti

this is a snippet of my pom:


   
   tapdoc
   site
   
   
   
   
   
   
   http://java.sun.com/j2se/1.5.0/docs/api/,http://java.sun.com/j2ee/1.4/docs/api/,http://tapestry.apache.org/tapestry4.1/tapestry-framework/apidocs/,http://tacos.sourceforge.net/tacos4.1/tacos-core/apidocs/
"/>
   
   
   
   
   
   run
   
   
   

the build.xml is placed into src/main/conf/tapdoc

On 4/23/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:


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/trunk/JFlyWebComponents/src/conf/tapdoc/build.xml:12:
org.apache.hivemind.ApplicationRuntimeException: Could not parse
specification classpath:/org/jfly/web/components/JFly.library.
[classpath:/org/jfly/web/components/JFly.library]

On 4/23/07, Andreas Andreou <[EMAIL PROTECTED]> wrote:
>
>
> 
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 PROTECTED] - http://andyhot.di.uoa.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
>




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/trunk/JFlyWebComponents/src/conf/tapdoc/build.xml:12:
org.apache.hivemind.ApplicationRuntimeException: Could not parse
specification classpath:/org/jfly/web/components/JFly.library.
[classpath:/org/jfly/web/components/JFly.library]

On 4/23/07, Andreas Andreou <[EMAIL PROTECTED]> wrote:



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 PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / JEE Consulting



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 PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / JEE Consulting


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.
See the home page for more details: 
http://www.erinors.com/developer/project/tapdoc/

This release includes bug fixes and some enhancements in the code and the build 
system.
Thanks for Blšták Peter for his contributions!

The main goal of the next version will be user documentation, till then please 
consult the project's pom.xml file for usage details.

With best regards,
Norbert Sándor


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



Re: tapdoc

2006-08-20 Thread Norbert Sándor

OK, I would.


andyhot wrote:

thx Norbert!

Just saw that we're not currently generating javadocs for contib (why???) at
http://tapestry.apache.org/tapestry4.1/tapestry-contrib/apidocs/index.html
but I guess you could already include this link in
TapDocTask.java (for the external javadoc 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 website as
well.

(Please note:
- the Maven2 integration is partial, currently the ant-plugin is used
to integrate tapdoc to maven-based projects
- the source code needs further cleanup)

Regards,
Norbert Sándor

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






  



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



Re: tapdoc

2006-08-20 Thread Norbert Sándor

I think it's not...

If I remember well then when the components of a library are enumerated, 
only those components are listed which have an explicit /> declaration in the .library file. Pure Java components are not, so 
they won't be included in the documentation by default. Pure Java 
components should be explicitly declared as part of the library in an 
XML file named LibraryName.library.tapdoc.
Similar possibility is given for components, in a 
ComponentName.jwc.tapdoc file one could define additional component 
information, like visual sample, example codes, etc.

I haven'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 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á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/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 Maven2 integration is partial, currently the ant-plugin is used to
integrate tapdoc to maven-based projects
- the source code needs further cleanup)

Regards,
Norbert Sándor

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


  




  



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



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/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 Maven2 integration is partial, currently the ant-plugin is used to
integrate tapdoc to maven-based projects
- the source code needs further cleanup)

Regards,
Norbert Sándor

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





--
Henri Dupre
Actualis Center


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á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/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 Maven2 integration is partial, currently the ant-plugin is used to
>> integrate tapdoc to maven-based projects
>> - the source code needs further cleanup)
>>
>> Regards,
>> Norbert Sándor
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>


-- 
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


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



Re: tapdoc

2006-08-18 Thread andyhot
thx Norbert!

Just saw that we're not currently generating javadocs for contib (why???) at
http://tapestry.apache.org/tapestry4.1/tapestry-contrib/apidocs/index.html
but I guess you could already include this link in
TapDocTask.java (for the external javadoc 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 website as
> well.
>
> (Please note:
> - the Maven2 integration is partial, currently the ant-plugin is used
> to integrate tapdoc to maven-based projects
> - the source code needs further cleanup)
>
> Regards,
> Norbert Sándor
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


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



Re: tapdoc

2006-08-15 Thread Norbert Sándor
Download the demo project, its pom.xml contains a sample configuration 
of the ant task.


Regards,
Norbi

Dan Adams wrote:

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: 
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 Maven2 integration is partial, currently the ant-plugin is used to 
integrate tapdoc to maven-based projects

- the source code needs further cleanup)

Regards,
Norbert Sándor

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





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



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: 
> 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 Maven2 integration is partial, currently the ant-plugin is used to 
> integrate tapdoc to maven-based projects
> - the source code needs further cleanup)
> 
> Regards,
> Norbert Sándor
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
-- 
Dan Adams
Senior Software Engineer
Interactive Factory
617.235.5857


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



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 Maven2 integration is partial, currently the ant-plugin is used to 
integrate tapdoc to maven-based projects

- the source code needs further cleanup)

Regards,
Norbert Sándor

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