Pierre Thibault | 19 Jul 22:48

[groovy-user] Maven Javadoc integration

Hello,

I would like to know if it is possible to use Javadoc in Groovy files and have Maven to generate the documentation. I would like to know how to do that.

Pierre

Looking for the perfect gift? Give the gift of Flickr!
Jason Dillon | 20 Jul 09:57
Gravatar

Re: [groovy-user] Maven Javadoc integration

Yes, with some limitations, the GMaven plugin generates Java stubs which can then be used the render Javadocs.  Currently though, Generics and Enums are not supported.

--jason


On Jul 20, 2008, at 3:51 AM, Pierre Thibault wrote:

Hello,

I would like to know if it is possible to use Javadoc in Groovy files and have Maven to generate the documentation. I would like to know how to do that.

Pierre

Looking for the perfect gift? Give the gift of Flickr!

Pierre Thibault | 20 Jul 14:39

Re: [groovy-user] Maven Javadoc integration

I have generics in my project and GMaven Java stubs generation is failing. Does that mean that if I have only one Groovy file using generics that the whole process with GMaven is going to fail?

Pierre

----- Original Message ----
From: Jason Dillon <jason-vhcKWCaVd9RWk0Htik3J/w@public.gmane.org>
To: user-i9PBDF1N6cxnkHa44VUL00B+6BGkLq7r@public.gmane.org
Sent: Sunday, July 20, 2008 3:57:20 AM
Subject: Re: [groovy-user] Maven Javadoc integration
Yes, with some limitations, the GMaven plugin generates Java stubs which can then be used the render Javadocs.  Currently though, Generics and Enums are not supported.

--jason


On Jul 20, 2008, at 3:51 AM, Pierre Thibault wrote:

Hello,

I would like to know if it is possible to use Javadoc in Groovy files and have Maven to generate the documentation. I wou ld like to know how to do that.

Pierre

Looking for the perfect gift? Give the gift of Flickr!


Now with a new friend-happy design! Try the new Yahoo! Canada Messenger
Luke Daley | 21 Jul 02:21

Re: [groovy-user] Maven Javadoc integration


On 20/07/2008, at 10:39 PM, Pierre Thibault wrote:

> I have generics in my project and GMaven Java stubs generation is  
> failing. Does that mean that if I have only one Groovy file using  
> generics that the whole process with GMaven is going to fail?

It depends what you are trying to do.

You can use GMaven and _not_ use the stub generation for the actual  
compile. But, you won't get the javadoc niceties.

--

-- 

LD.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Pierre Thibault | 21 Jul 15:45

Re: [groovy-user] Maven Javadoc integration

OK,

I removed the stub generation of my pom file and things are not working well. I'll wait for a new version supporting generics and enums. :-)

Pierre

----- Original Message ----
From: Luke Daley <ld-Hc2V4H83aCrQT0dZR+AlfA@public.gmane.org>
To: user-i9PBDF1N6cxnkHa44VUL00B+6BGkLq7r@public.gmane.org
Sent: Sunday, July 20, 2008 8:21:20 PM
Subject: Re: [groovy-user] Maven Javadoc integration


On 20/07/2008, at 10:39 PM, Pierre Thibault wrote:

> I have generics in my project and GMaven Java stubs generation is 
> failing. Does that mean that if I have only one Groovy file using 
> generics that the whole process with GMaven is going to fail?

It depends what you are trying to do.

You can use GMaven and _not_ use the stub generation for the actual 
compile. But, you won't get the javadoc niceties.

--

LD.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Now with a new friend-happy design! Try the new Yahoo! Canada Messenger
Jason Dillon | 23 Jul 08:00
Gravatar

Re: [groovy-user] Maven Javadoc integration

Seems like this is hitting a few folks, I will see if I can get this implemented soon.

--jason


On Jul 21, 2008, at 8:49 PM, Pierre Thibault wrote:

OK,

I removed the stub generation of my pom file and things are not working well. I'll wait for a new version supporting generics and enums. :-)

Pierre

----- Original Message ----
From: Luke Daley <ld-Hc2V4H83aCrQT0dZR+AlfA@public.gmane.org>
To: user-i9PBDF1N6cxnkHa44VUL00B+6BGkLq7r@public.gmane.org
Sent: Sunday, July 20, 2008 8:21:20 PM
Subject: Re: [groovy-user] Maven Javadoc integration


On 20/07/2008, at 10:39 PM, Pierre Thibault wrote:

> I have generics in my project and GMaven Java stubs generation is  
> failing. Does that mean that if I have only one Groovy file using  
> generics that the whole process with GMaven is going to fail?

It depends what you are trying to do.

You can use GMaven and _not_ use the stub generation for the actual  
compile. But, you won't get the javadoc niceties.

-- 

LD.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Now with a new friend-happy design! Try the new Yahoo! Canada Messenger


Gmane