GroovyCamel | 3 Sep 09:04

[groovy-user] Configure the Taglist Maven Report for a use with Groovy


Hello Everybody,

has anyone of you tried to use the taglist report plugin for maven with the
groovy language?
I make my builds with maven and have used this plugin with java before. Now
I have to use groovy and didn't find a way to integrate this yet. 

Hopfully looking forward for any inspirations or comments.

Greetz
--

-- 
View this message in context: http://www.nabble.com/Configure-the-Taglist-Maven-Report-for-a-use-with-Groovy-tp19284039p19284039.html
Sent from the groovy - user mailing list archive at Nabble.com.

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

    http://xircles.codehaus.org/manage_email

Guillaume Laforge | 3 Sep 09:36
Gravatar

Re: [groovy-user] Configure the Taglist Maven Report for a use with Groovy

Perhaps you could also contact the developers of this report plugin?
It may not support the Groovy language yet?

On Wed, Sep 3, 2008 at 9:08 AM, GroovyCamel <simo_k@...> wrote:
>
> Hello Everybody,
>
> has anyone of you tried to use the taglist report plugin for maven with the
> groovy language?
> I make my builds with maven and have used this plugin with java before. Now
> I have to use groovy and didn't find a way to integrate this yet.
>
> Hopfully looking forward for any inspirations or comments.
>
> Greetz

--

-- 
Guillaume Laforge
Groovy Project Manager
G2One, Inc. Vice-President Technology
http://www.g2one.com

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

    http://xircles.codehaus.org/manage_email

GroovyCamel | 3 Sep 11:06

Re: [groovy-user] Configure the Taglist Maven Report for a use with Groovy


I tried some other stuff and it's right, there is hard coded in the source of
this plugin that it only works for **.java files. I think I may change the
plugin so that i'll work for my purpose.

glaforge wrote:
> 
> Perhaps you could also contact the developers of this report plugin?
> It may not support the Groovy language yet?
> 
> On Wed, Sep 3, 2008 at 9:08 AM, GroovyCamel <simo_k@...> wrote:
>>
>> Hello Everybody,
>>
>> has anyone of you tried to use the taglist report plugin for maven with
>> the
>> groovy language?
>> I make my builds with maven and have used this plugin with java before.
>> Now
>> I have to use groovy and didn't find a way to integrate this yet.
>>
>> Hopfully looking forward for any inspirations or comments.
>>
>> Greetz
> 
> 
> -- 
> Guillaume Laforge
> Groovy Project Manager
> G2One, Inc. Vice-President Technology
(Continue reading)

Guillaume Laforge | 3 Sep 11:21
Gravatar

Re: [groovy-user] Configure the Taglist Maven Report for a use with Groovy

I'm sure the plugin authors will be happy to get such a contribution!

On Wed, Sep 3, 2008 at 11:06 AM, GroovyCamel <simo_k@...> wrote:
>
> I tried some other stuff and it's right, there is hard coded in the source of
> this plugin that it only works for **.java files. I think I may change the
> plugin so that i'll work for my purpose.
>
>
> glaforge wrote:
>>
>> Perhaps you could also contact the developers of this report plugin?
>> It may not support the Groovy language yet?
>>
>> On Wed, Sep 3, 2008 at 9:08 AM, GroovyCamel <simo_k@...> wrote:
>>>
>>> Hello Everybody,
>>>
>>> has anyone of you tried to use the taglist report plugin for maven with
>>> the
>>> groovy language?
>>> I make my builds with maven and have used this plugin with java before.
>>> Now
>>> I have to use groovy and didn't find a way to integrate this yet.
>>>
>>> Hopfully looking forward for any inspirations or comments.
>>>
>>> Greetz
>>
>>
(Continue reading)


Gmane