[gwt-contrib] Re: [ANN] GWT maven plugin released

2008-11-27 Thread Bruce Johnson

That's great news guys.

On 11/27/08, nicolas.deloof <[EMAIL PROTECTED]> wrote:
>
> You just precede me to announce this more "officially" ;)
>
> Charlie Collins join the Mojo.codehaus.org community to merge gwt-
> maven plugin with the Mojo one.
>
> Yet some work required to merge the goals / parameters and support
> both features, but nothing blocking. Please be patient, we will deploy
> SNAPSHOTs for early adopters ASAP.
>
> Nicolas
>
> On 27 nov, 15:23, "Arthur Kalmenson" <[EMAIL PROTECTED]> wrote:
>> Well it looks like the two plugins are merging, I'm very happy to hear
>> that! I look forward to the merging of the features of both of these
>> plugins.
>>
>> --
>> Arthur Kalmenson
>>
>> On Mon, Nov 24, 2008 at 4:00 AM, nicolas.deloof
>>
>> <[EMAIL PROTECTED]> wrote:
>>
>> > I have lots of respect for Charlie's work on its plugin
>>
>> > I don't miss an archetype for GWT (you only need one plugin config to
>> > get GWT working !), and  only use GWTTests for integration testing
>> > purpose (unit tests are far more quicker). I can't see why the mojo
>> > plugin couldn't run GwtTestSuite - but never tested.
>> > That beeing said, this is just MY way to use gwt and maven together.
>> > For example, googlecode gwt-maven has no support to create eclipse
>> > launch configuration, but runs hosted mode from maven with remote
>> > debugging. It also has (AFAIK) no support to generate Async interfaces
>> > for RPC services.
>>
>> > Yu can also find many other gwt/maven plugins created for custom use
>> > cases (nl.jteam:maven-gwt-plugin, some others attached as contribution
>> > in Mojo Jira ...). This is not a good think if they overlap, but today
>> > mojo vs googlecode gwt-maven-plugin is just about how you like to use
>> > gwt with maven. The "run the compiler" part is the only common
>> > element.
>>
>> > Maybe some official gwt hosted plugin could support the basic tools
>> > (compiler, i18n) as a maven plugin, and others could then contribute
>> > with other features. As a side effect, a gwt native support for maven
>> > could benefict for better integration with GWTCompiler class, that has
>> > changed many time and required us (maven plugin developpers) to fork a
>> > JVM or other hack.
>>
>> > Nicolas
>>
>> > On 24 nov, 04:03, "Arthur Kalmenson" <[EMAIL PROTECTED]> wrote:
>> >> I have to agree with Ray, Charlie Collins has done a fantastic job on
>> >> the gwt-maven plugin and has some very important features that seem to
>> >> be missing from this plugin (an archetype, running GWTTestCases from
>> >> the GWTTestSuite, etc). I too would like to see these two plugins
>> >> merged together.
>>
>> >> --
>> >> Arthur Kalmenson
>>
>> >> On Sun, Nov 23, 2008 at 3:20 AM, nicolas.deloof
>>
>> >> <[EMAIL PROTECTED]> wrote:
>>
>> >> > I understand your point of view,
>>
>> >> > I just want to notice Mojo project has been created to avoid such
>> >> > case
>> >> > of multiple plugins for same use-cases / technology.
>>
>> >> > Anyone can get write acces to Mojo when donating a plugin, and this
>> >> > is
>> >> > the primary place where maven user will search for maven a maven
>> >> > plugin to support XX technology. It doesn't use the constraining
>> >> > Apache fundation release and licensing rules, so Mojo committer are
>> >> > free to create and promote nice plugins.
>>
>> >> > I was not aware of googlecode gwt-maven plugin when I searched one,
>> >> > and found the one in Mojo sandbox that required some improvements. I
>> >> > later was pointed to google code, but hopefully I didn't plan same
>> >> > features.
>>
>> >> > Same issue may occur with android or any other technology. I myself
>> >> > planned to study android and to support it as part of Mojo, but your
>> >> > comment let me thing there is allready plugins available *somewhere*
>> >> > for that ;) It would be better for such project to support own
>> >> > plugins, to avoid such ambiguous brother plugins.
>> >> > We (Mojo project) could also add links to such 3rd party plugins.
>>
>> >> > Cheers,
>> >> > Nicolas
>>
>> >> > On 23 nov, 08:25, "Ray Cromwell" <[EMAIL PROTECTED]> wrote:
>> >> >> Nicolas,
>> >> >>   I hope you didn't take my comment the wrong way. I just wanted to
>> >> >> point out that Charlie Collin's plugin has been out a lot longer and
>> >> >> has many more people using it. It's great that the Mojo version has
>> >> >> finally been brought up to a similar state, I just lament the fact
>> >> >> that there are so few people maintaining gwt maven plugins that it
>> >> >> might serve better to have a unified project. Charlie Collins
>> >> >> recently
>> >> >> did this with his Android Maven pluging, merging it with the Masa
>> >> >> plugin which had a different featureset.
>>
>> >> >>   I am not involved in either project, I'm just a heavy user of
>> >> >> gwt-maven plugin from Charlie's project, and long term, I'd like to
>> >> >> see a sort of defacto standard GWT maven plugin, defacto standard
>> >> >> GWT
>> >> >> repo, etc. Right

[gwt-contrib] Re: [ANN] GWT maven plugin released

2008-11-27 Thread nicolas.deloof

You just precede me to announce this more "officially" ;)

Charlie Collins join the Mojo.codehaus.org community to merge gwt-
maven plugin with the Mojo one.

Yet some work required to merge the goals / parameters and support
both features, but nothing blocking. Please be patient, we will deploy
SNAPSHOTs for early adopters ASAP.

Nicolas

On 27 nov, 15:23, "Arthur Kalmenson" <[EMAIL PROTECTED]> wrote:
> Well it looks like the two plugins are merging, I'm very happy to hear
> that! I look forward to the merging of the features of both of these
> plugins.
>
> --
> Arthur Kalmenson
>
> On Mon, Nov 24, 2008 at 4:00 AM, nicolas.deloof
>
> <[EMAIL PROTECTED]> wrote:
>
> > I have lots of respect for Charlie's work on its plugin
>
> > I don't miss an archetype for GWT (you only need one plugin config to
> > get GWT working !), and  only use GWTTests for integration testing
> > purpose (unit tests are far more quicker). I can't see why the mojo
> > plugin couldn't run GwtTestSuite - but never tested.
> > That beeing said, this is just MY way to use gwt and maven together.
> > For example, googlecode gwt-maven has no support to create eclipse
> > launch configuration, but runs hosted mode from maven with remote
> > debugging. It also has (AFAIK) no support to generate Async interfaces
> > for RPC services.
>
> > Yu can also find many other gwt/maven plugins created for custom use
> > cases (nl.jteam:maven-gwt-plugin, some others attached as contribution
> > in Mojo Jira ...). This is not a good think if they overlap, but today
> > mojo vs googlecode gwt-maven-plugin is just about how you like to use
> > gwt with maven. The "run the compiler" part is the only common
> > element.
>
> > Maybe some official gwt hosted plugin could support the basic tools
> > (compiler, i18n) as a maven plugin, and others could then contribute
> > with other features. As a side effect, a gwt native support for maven
> > could benefict for better integration with GWTCompiler class, that has
> > changed many time and required us (maven plugin developpers) to fork a
> > JVM or other hack.
>
> > Nicolas
>
> > On 24 nov, 04:03, "Arthur Kalmenson" <[EMAIL PROTECTED]> wrote:
> >> I have to agree with Ray, Charlie Collins has done a fantastic job on
> >> the gwt-maven plugin and has some very important features that seem to
> >> be missing from this plugin (an archetype, running GWTTestCases from
> >> the GWTTestSuite, etc). I too would like to see these two plugins
> >> merged together.
>
> >> --
> >> Arthur Kalmenson
>
> >> On Sun, Nov 23, 2008 at 3:20 AM, nicolas.deloof
>
> >> <[EMAIL PROTECTED]> wrote:
>
> >> > I understand your point of view,
>
> >> > I just want to notice Mojo project has been created to avoid such case
> >> > of multiple plugins for same use-cases / technology.
>
> >> > Anyone can get write acces to Mojo when donating a plugin, and this is
> >> > the primary place where maven user will search for maven a maven
> >> > plugin to support XX technology. It doesn't use the constraining
> >> > Apache fundation release and licensing rules, so Mojo committer are
> >> > free to create and promote nice plugins.
>
> >> > I was not aware of googlecode gwt-maven plugin when I searched one,
> >> > and found the one in Mojo sandbox that required some improvements. I
> >> > later was pointed to google code, but hopefully I didn't plan same
> >> > features.
>
> >> > Same issue may occur with android or any other technology. I myself
> >> > planned to study android and to support it as part of Mojo, but your
> >> > comment let me thing there is allready plugins available *somewhere*
> >> > for that ;) It would be better for such project to support own
> >> > plugins, to avoid such ambiguous brother plugins.
> >> > We (Mojo project) could also add links to such 3rd party plugins.
>
> >> > Cheers,
> >> > Nicolas
>
> >> > On 23 nov, 08:25, "Ray Cromwell" <[EMAIL PROTECTED]> wrote:
> >> >> Nicolas,
> >> >>   I hope you didn't take my comment the wrong way. I just wanted to
> >> >> point out that Charlie Collin's plugin has been out a lot longer and
> >> >> has many more people using it. It's great that the Mojo version has
> >> >> finally been brought up to a similar state, I just lament the fact
> >> >> that there are so few people maintaining gwt maven plugins that it
> >> >> might serve better to have a unified project. Charlie Collins recently
> >> >> did this with his Android Maven pluging, merging it with the Masa
> >> >> plugin which had a different featureset.
>
> >> >>   I am not involved in either project, I'm just a heavy user of
> >> >> gwt-maven plugin from Charlie's project, and long term, I'd like to
> >> >> see a sort of defacto standard GWT maven plugin, defacto standard GWT
> >> >> repo, etc. Right now, everyone and their brother is putting GWT
> >> >> packages into repos, using various packaging schemes.
>
> >> >> -Ray
>
> >> >> On Sat, Nov 22, 2008 at 11:18 PM, nicolas.deloof
>
> >> >> <[EMAIL PROTECTED]> wrote:
>
> >> >>

[gwt-contrib] Re: [ANN] GWT maven plugin released

2008-11-27 Thread Arthur Kalmenson

Well it looks like the two plugins are merging, I'm very happy to hear
that! I look forward to the merging of the features of both of these
plugins.

--
Arthur Kalmenson



On Mon, Nov 24, 2008 at 4:00 AM, nicolas.deloof
<[EMAIL PROTECTED]> wrote:
>
> I have lots of respect for Charlie's work on its plugin
>
> I don't miss an archetype for GWT (you only need one plugin config to
> get GWT working !), and  only use GWTTests for integration testing
> purpose (unit tests are far more quicker). I can't see why the mojo
> plugin couldn't run GwtTestSuite - but never tested.
> That beeing said, this is just MY way to use gwt and maven together.
> For example, googlecode gwt-maven has no support to create eclipse
> launch configuration, but runs hosted mode from maven with remote
> debugging. It also has (AFAIK) no support to generate Async interfaces
> for RPC services.
>
> Yu can also find many other gwt/maven plugins created for custom use
> cases (nl.jteam:maven-gwt-plugin, some others attached as contribution
> in Mojo Jira ...). This is not a good think if they overlap, but today
> mojo vs googlecode gwt-maven-plugin is just about how you like to use
> gwt with maven. The "run the compiler" part is the only common
> element.
>
> Maybe some official gwt hosted plugin could support the basic tools
> (compiler, i18n) as a maven plugin, and others could then contribute
> with other features. As a side effect, a gwt native support for maven
> could benefict for better integration with GWTCompiler class, that has
> changed many time and required us (maven plugin developpers) to fork a
> JVM or other hack.
>
> Nicolas
>
> On 24 nov, 04:03, "Arthur Kalmenson" <[EMAIL PROTECTED]> wrote:
>> I have to agree with Ray, Charlie Collins has done a fantastic job on
>> the gwt-maven plugin and has some very important features that seem to
>> be missing from this plugin (an archetype, running GWTTestCases from
>> the GWTTestSuite, etc). I too would like to see these two plugins
>> merged together.
>>
>> --
>> Arthur Kalmenson
>>
>> On Sun, Nov 23, 2008 at 3:20 AM, nicolas.deloof
>>
>> <[EMAIL PROTECTED]> wrote:
>>
>> > I understand your point of view,
>>
>> > I just want to notice Mojo project has been created to avoid such case
>> > of multiple plugins for same use-cases / technology.
>>
>> > Anyone can get write acces to Mojo when donating a plugin, and this is
>> > the primary place where maven user will search for maven a maven
>> > plugin to support XX technology. It doesn't use the constraining
>> > Apache fundation release and licensing rules, so Mojo committer are
>> > free to create and promote nice plugins.
>>
>> > I was not aware of googlecode gwt-maven plugin when I searched one,
>> > and found the one in Mojo sandbox that required some improvements. I
>> > later was pointed to google code, but hopefully I didn't plan same
>> > features.
>>
>> > Same issue may occur with android or any other technology. I myself
>> > planned to study android and to support it as part of Mojo, but your
>> > comment let me thing there is allready plugins available *somewhere*
>> > for that ;) It would be better for such project to support own
>> > plugins, to avoid such ambiguous brother plugins.
>> > We (Mojo project) could also add links to such 3rd party plugins.
>>
>> > Cheers,
>> > Nicolas
>>
>> > On 23 nov, 08:25, "Ray Cromwell" <[EMAIL PROTECTED]> wrote:
>> >> Nicolas,
>> >>   I hope you didn't take my comment the wrong way. I just wanted to
>> >> point out that Charlie Collin's plugin has been out a lot longer and
>> >> has many more people using it. It's great that the Mojo version has
>> >> finally been brought up to a similar state, I just lament the fact
>> >> that there are so few people maintaining gwt maven plugins that it
>> >> might serve better to have a unified project. Charlie Collins recently
>> >> did this with his Android Maven pluging, merging it with the Masa
>> >> plugin which had a different featureset.
>>
>> >>   I am not involved in either project, I'm just a heavy user of
>> >> gwt-maven plugin from Charlie's project, and long term, I'd like to
>> >> see a sort of defacto standard GWT maven plugin, defacto standard GWT
>> >> repo, etc. Right now, everyone and their brother is putting GWT
>> >> packages into repos, using various packaging schemes.
>>
>> >> -Ray
>>
>> >> On Sat, Nov 22, 2008 at 11:18 PM, nicolas.deloof
>>
>> >> <[EMAIL PROTECTED]> wrote:
>>
>> >> > Mojo.codehaus.org is the place where maven community starts plugins
>> >> > ideas or incubates third-party ones. They can get focus from many
>> >> > developpers and improve, until they get new releases.
>>
>> >> > The gwt-maven mojo has been created as an experiment but failed due to
>> >> > GwtCompiler System.exit(). I then came to fix this and add support for
>> >> > "no installation" libs.zip, and other stuff like Asyn code generation.
>>
>> >> > Charlie Collins as any other contributor is welcome to join the large
>> >> > Mojo community 

[gwt-contrib] Re: [ANN] GWT maven plugin released

2008-11-24 Thread nicolas.deloof

I have lots of respect for Charlie's work on its plugin

I don't miss an archetype for GWT (you only need one plugin config to
get GWT working !), and  only use GWTTests for integration testing
purpose (unit tests are far more quicker). I can't see why the mojo
plugin couldn't run GwtTestSuite - but never tested.
That beeing said, this is just MY way to use gwt and maven together.
For example, googlecode gwt-maven has no support to create eclipse
launch configuration, but runs hosted mode from maven with remote
debugging. It also has (AFAIK) no support to generate Async interfaces
for RPC services.

Yu can also find many other gwt/maven plugins created for custom use
cases (nl.jteam:maven-gwt-plugin, some others attached as contribution
in Mojo Jira ...). This is not a good think if they overlap, but today
mojo vs googlecode gwt-maven-plugin is just about how you like to use
gwt with maven. The "run the compiler" part is the only common
element.

Maybe some official gwt hosted plugin could support the basic tools
(compiler, i18n) as a maven plugin, and others could then contribute
with other features. As a side effect, a gwt native support for maven
could benefict for better integration with GWTCompiler class, that has
changed many time and required us (maven plugin developpers) to fork a
JVM or other hack.

Nicolas

On 24 nov, 04:03, "Arthur Kalmenson" <[EMAIL PROTECTED]> wrote:
> I have to agree with Ray, Charlie Collins has done a fantastic job on
> the gwt-maven plugin and has some very important features that seem to
> be missing from this plugin (an archetype, running GWTTestCases from
> the GWTTestSuite, etc). I too would like to see these two plugins
> merged together.
>
> --
> Arthur Kalmenson
>
> On Sun, Nov 23, 2008 at 3:20 AM, nicolas.deloof
>
> <[EMAIL PROTECTED]> wrote:
>
> > I understand your point of view,
>
> > I just want to notice Mojo project has been created to avoid such case
> > of multiple plugins for same use-cases / technology.
>
> > Anyone can get write acces to Mojo when donating a plugin, and this is
> > the primary place where maven user will search for maven a maven
> > plugin to support XX technology. It doesn't use the constraining
> > Apache fundation release and licensing rules, so Mojo committer are
> > free to create and promote nice plugins.
>
> > I was not aware of googlecode gwt-maven plugin when I searched one,
> > and found the one in Mojo sandbox that required some improvements. I
> > later was pointed to google code, but hopefully I didn't plan same
> > features.
>
> > Same issue may occur with android or any other technology. I myself
> > planned to study android and to support it as part of Mojo, but your
> > comment let me thing there is allready plugins available *somewhere*
> > for that ;) It would be better for such project to support own
> > plugins, to avoid such ambiguous brother plugins.
> > We (Mojo project) could also add links to such 3rd party plugins.
>
> > Cheers,
> > Nicolas
>
> > On 23 nov, 08:25, "Ray Cromwell" <[EMAIL PROTECTED]> wrote:
> >> Nicolas,
> >>   I hope you didn't take my comment the wrong way. I just wanted to
> >> point out that Charlie Collin's plugin has been out a lot longer and
> >> has many more people using it. It's great that the Mojo version has
> >> finally been brought up to a similar state, I just lament the fact
> >> that there are so few people maintaining gwt maven plugins that it
> >> might serve better to have a unified project. Charlie Collins recently
> >> did this with his Android Maven pluging, merging it with the Masa
> >> plugin which had a different featureset.
>
> >>   I am not involved in either project, I'm just a heavy user of
> >> gwt-maven plugin from Charlie's project, and long term, I'd like to
> >> see a sort of defacto standard GWT maven plugin, defacto standard GWT
> >> repo, etc. Right now, everyone and their brother is putting GWT
> >> packages into repos, using various packaging schemes.
>
> >> -Ray
>
> >> On Sat, Nov 22, 2008 at 11:18 PM, nicolas.deloof
>
> >> <[EMAIL PROTECTED]> wrote:
>
> >> > Mojo.codehaus.org is the place where maven community starts plugins
> >> > ideas or incubates third-party ones. They can get focus from many
> >> > developpers and improve, until they get new releases.
>
> >> > The gwt-maven mojo has been created as an experiment but failed due to
> >> > GwtCompiler System.exit(). I then came to fix this and add support for
> >> > "no installation" libs.zip, and other stuff like Asyn code generation.
>
> >> > Charlie Collins as any other contributor is welcome to join the large
> >> > Mojo community and donate code / help to improve the plugin with any
> >> > new feature.
>
> >> > I google guys want to maintain themselve a gwt plugin, they could
> >> > either join Mojo, or Mojo could donate the plugin to GWT.
>
> >> > Nicolas
>
> >> > On 22 nov, 21:08, Ray Cromwell <[EMAIL PROTECTED]> wrote:
> >> >> I'd like to see this plugin and the one from Charlie Collins (total)

[gwt-contrib] Re: [ANN] GWT maven plugin released

2008-11-23 Thread Arthur Kalmenson

I have to agree with Ray, Charlie Collins has done a fantastic job on
the gwt-maven plugin and has some very important features that seem to
be missing from this plugin (an archetype, running GWTTestCases from
the GWTTestSuite, etc). I too would like to see these two plugins
merged together.

--
Arthur Kalmenson



On Sun, Nov 23, 2008 at 3:20 AM, nicolas.deloof
<[EMAIL PROTECTED]> wrote:
>
> I understand your point of view,
>
> I just want to notice Mojo project has been created to avoid such case
> of multiple plugins for same use-cases / technology.
>
> Anyone can get write acces to Mojo when donating a plugin, and this is
> the primary place where maven user will search for maven a maven
> plugin to support XX technology. It doesn't use the constraining
> Apache fundation release and licensing rules, so Mojo committer are
> free to create and promote nice plugins.
>
> I was not aware of googlecode gwt-maven plugin when I searched one,
> and found the one in Mojo sandbox that required some improvements. I
> later was pointed to google code, but hopefully I didn't plan same
> features.
>
> Same issue may occur with android or any other technology. I myself
> planned to study android and to support it as part of Mojo, but your
> comment let me thing there is allready plugins available *somewhere*
> for that ;) It would be better for such project to support own
> plugins, to avoid such ambiguous brother plugins.
> We (Mojo project) could also add links to such 3rd party plugins.
>
> Cheers,
> Nicolas
>
> On 23 nov, 08:25, "Ray Cromwell" <[EMAIL PROTECTED]> wrote:
>> Nicolas,
>>   I hope you didn't take my comment the wrong way. I just wanted to
>> point out that Charlie Collin's plugin has been out a lot longer and
>> has many more people using it. It's great that the Mojo version has
>> finally been brought up to a similar state, I just lament the fact
>> that there are so few people maintaining gwt maven plugins that it
>> might serve better to have a unified project. Charlie Collins recently
>> did this with his Android Maven pluging, merging it with the Masa
>> plugin which had a different featureset.
>>
>>   I am not involved in either project, I'm just a heavy user of
>> gwt-maven plugin from Charlie's project, and long term, I'd like to
>> see a sort of defacto standard GWT maven plugin, defacto standard GWT
>> repo, etc. Right now, everyone and their brother is putting GWT
>> packages into repos, using various packaging schemes.
>>
>> -Ray
>>
>> On Sat, Nov 22, 2008 at 11:18 PM, nicolas.deloof
>>
>> <[EMAIL PROTECTED]> wrote:
>>
>> > Mojo.codehaus.org is the place where maven community starts plugins
>> > ideas or incubates third-party ones. They can get focus from many
>> > developpers and improve, until they get new releases.
>>
>> > The gwt-maven mojo has been created as an experiment but failed due to
>> > GwtCompiler System.exit(). I then came to fix this and add support for
>> > "no installation" libs.zip, and other stuff like Asyn code generation.
>>
>> > Charlie Collins as any other contributor is welcome to join the large
>> > Mojo community and donate code / help to improve the plugin with any
>> > new feature.
>>
>> > I google guys want to maintain themselve a gwt plugin, they could
>> > either join Mojo, or Mojo could donate the plugin to GWT.
>>
>> > Nicolas
>>
>> > On 22 nov, 21:08, Ray Cromwell <[EMAIL PROTECTED]> wrote:
>> >> I'd like to see this plugin and the one from Charlie Collins (total)
>> >> unified, cause it seems like each have valuable nonoverlapping
>> >> features and a real stable feature rich production quality plugin
>> >> should be blessed by google in much the same way as ide plugins and
>> >> ant tasks.
>>
>> >> Even though the gwt team doesn't use maven, a sizable market of people
>> >> do and all major ides now integrate tightly with it.
>>
>> >> Just my two cents.
>>
>> >> On Nov 22, 2008, at 9:43 AM, "nicolas.deloof"
>>
>> >> <[EMAIL PROTECTED]> wrote:
>>
>> >> > The Mojo team is pleased to announce the release of the GWT Maven
>> >> > Plugin version 1.0.
>>
>> >> >http://mojo.codehaus.org/gwt-maven-plugin/
>>
>> >> > This is the first stable release after some month of real-life tests
>> >> > in sandbox.
>>
>> >> > To get this update, simply specify the version in your project's
>> >> > plugin configuration:
>>
>> >> > 
>> >> >  org.codehaus.mojo
>> >> >  gwt-maven-plugin
>> >> >  1.0
>> >> > 
>>
>> >> > Regards,
>>
>> >> > Nicolas De loof
> >
>

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: [ANN] GWT maven plugin released

2008-11-23 Thread nicolas.deloof

I understand your point of view,

I just want to notice Mojo project has been created to avoid such case
of multiple plugins for same use-cases / technology.

Anyone can get write acces to Mojo when donating a plugin, and this is
the primary place where maven user will search for maven a maven
plugin to support XX technology. It doesn't use the constraining
Apache fundation release and licensing rules, so Mojo committer are
free to create and promote nice plugins.

I was not aware of googlecode gwt-maven plugin when I searched one,
and found the one in Mojo sandbox that required some improvements. I
later was pointed to google code, but hopefully I didn't plan same
features.

Same issue may occur with android or any other technology. I myself
planned to study android and to support it as part of Mojo, but your
comment let me thing there is allready plugins available *somewhere*
for that ;) It would be better for such project to support own
plugins, to avoid such ambiguous brother plugins.
We (Mojo project) could also add links to such 3rd party plugins.

Cheers,
Nicolas

On 23 nov, 08:25, "Ray Cromwell" <[EMAIL PROTECTED]> wrote:
> Nicolas,
>   I hope you didn't take my comment the wrong way. I just wanted to
> point out that Charlie Collin's plugin has been out a lot longer and
> has many more people using it. It's great that the Mojo version has
> finally been brought up to a similar state, I just lament the fact
> that there are so few people maintaining gwt maven plugins that it
> might serve better to have a unified project. Charlie Collins recently
> did this with his Android Maven pluging, merging it with the Masa
> plugin which had a different featureset.
>
>   I am not involved in either project, I'm just a heavy user of
> gwt-maven plugin from Charlie's project, and long term, I'd like to
> see a sort of defacto standard GWT maven plugin, defacto standard GWT
> repo, etc. Right now, everyone and their brother is putting GWT
> packages into repos, using various packaging schemes.
>
> -Ray
>
> On Sat, Nov 22, 2008 at 11:18 PM, nicolas.deloof
>
> <[EMAIL PROTECTED]> wrote:
>
> > Mojo.codehaus.org is the place where maven community starts plugins
> > ideas or incubates third-party ones. They can get focus from many
> > developpers and improve, until they get new releases.
>
> > The gwt-maven mojo has been created as an experiment but failed due to
> > GwtCompiler System.exit(). I then came to fix this and add support for
> > "no installation" libs.zip, and other stuff like Asyn code generation.
>
> > Charlie Collins as any other contributor is welcome to join the large
> > Mojo community and donate code / help to improve the plugin with any
> > new feature.
>
> > I google guys want to maintain themselve a gwt plugin, they could
> > either join Mojo, or Mojo could donate the plugin to GWT.
>
> > Nicolas
>
> > On 22 nov, 21:08, Ray Cromwell <[EMAIL PROTECTED]> wrote:
> >> I'd like to see this plugin and the one from Charlie Collins (total)
> >> unified, cause it seems like each have valuable nonoverlapping
> >> features and a real stable feature rich production quality plugin
> >> should be blessed by google in much the same way as ide plugins and
> >> ant tasks.
>
> >> Even though the gwt team doesn't use maven, a sizable market of people
> >> do and all major ides now integrate tightly with it.
>
> >> Just my two cents.
>
> >> On Nov 22, 2008, at 9:43 AM, "nicolas.deloof"
>
> >> <[EMAIL PROTECTED]> wrote:
>
> >> > The Mojo team is pleased to announce the release of the GWT Maven
> >> > Plugin version 1.0.
>
> >> >http://mojo.codehaus.org/gwt-maven-plugin/
>
> >> > This is the first stable release after some month of real-life tests
> >> > in sandbox.
>
> >> > To get this update, simply specify the version in your project's
> >> > plugin configuration:
>
> >> > 
> >> >  org.codehaus.mojo
> >> >  gwt-maven-plugin
> >> >  1.0
> >> > 
>
> >> > Regards,
>
> >> > Nicolas De loof
--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: [ANN] GWT maven plugin released

2008-11-22 Thread Ray Cromwell

Nicolas,
  I hope you didn't take my comment the wrong way. I just wanted to
point out that Charlie Collin's plugin has been out a lot longer and
has many more people using it. It's great that the Mojo version has
finally been brought up to a similar state, I just lament the fact
that there are so few people maintaining gwt maven plugins that it
might serve better to have a unified project. Charlie Collins recently
did this with his Android Maven pluging, merging it with the Masa
plugin which had a different featureset.

  I am not involved in either project, I'm just a heavy user of
gwt-maven plugin from Charlie's project, and long term, I'd like to
see a sort of defacto standard GWT maven plugin, defacto standard GWT
repo, etc. Right now, everyone and their brother is putting GWT
packages into repos, using various packaging schemes.

-Ray



On Sat, Nov 22, 2008 at 11:18 PM, nicolas.deloof
<[EMAIL PROTECTED]> wrote:
>
> Mojo.codehaus.org is the place where maven community starts plugins
> ideas or incubates third-party ones. They can get focus from many
> developpers and improve, until they get new releases.
>
> The gwt-maven mojo has been created as an experiment but failed due to
> GwtCompiler System.exit(). I then came to fix this and add support for
> "no installation" libs.zip, and other stuff like Asyn code generation.
>
> Charlie Collins as any other contributor is welcome to join the large
> Mojo community and donate code / help to improve the plugin with any
> new feature.
>
> I google guys want to maintain themselve a gwt plugin, they could
> either join Mojo, or Mojo could donate the plugin to GWT.
>
> Nicolas
>
> On 22 nov, 21:08, Ray Cromwell <[EMAIL PROTECTED]> wrote:
>> I'd like to see this plugin and the one from Charlie Collins (total)
>> unified, cause it seems like each have valuable nonoverlapping
>> features and a real stable feature rich production quality plugin
>> should be blessed by google in much the same way as ide plugins and
>> ant tasks.
>>
>> Even though the gwt team doesn't use maven, a sizable market of people
>> do and all major ides now integrate tightly with it.
>>
>> Just my two cents.
>>
>> On Nov 22, 2008, at 9:43 AM, "nicolas.deloof"
>>
>> <[EMAIL PROTECTED]> wrote:
>>
>> > The Mojo team is pleased to announce the release of the GWT Maven
>> > Plugin version 1.0.
>>
>> >http://mojo.codehaus.org/gwt-maven-plugin/
>>
>> > This is the first stable release after some month of real-life tests
>> > in sandbox.
>>
>> > To get this update, simply specify the version in your project's
>> > plugin configuration:
>>
>> > 
>> >  org.codehaus.mojo
>> >  gwt-maven-plugin
>> >  1.0
>> > 
>>
>> > Regards,
>>
>> > Nicolas De loof
> >
>

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: [ANN] GWT maven plugin released

2008-11-22 Thread nicolas.deloof

Mojo.codehaus.org is the place where maven community starts plugins
ideas or incubates third-party ones. They can get focus from many
developpers and improve, until they get new releases.

The gwt-maven mojo has been created as an experiment but failed due to
GwtCompiler System.exit(). I then came to fix this and add support for
"no installation" libs.zip, and other stuff like Asyn code generation.

Charlie Collins as any other contributor is welcome to join the large
Mojo community and donate code / help to improve the plugin with any
new feature.

I google guys want to maintain themselve a gwt plugin, they could
either join Mojo, or Mojo could donate the plugin to GWT.

Nicolas

On 22 nov, 21:08, Ray Cromwell <[EMAIL PROTECTED]> wrote:
> I'd like to see this plugin and the one from Charlie Collins (total)  
> unified, cause it seems like each have valuable nonoverlapping  
> features and a real stable feature rich production quality plugin  
> should be blessed by google in much the same way as ide plugins and  
> ant tasks.
>
> Even though the gwt team doesn't use maven, a sizable market of people  
> do and all major ides now integrate tightly with it.
>
> Just my two cents.
>
> On Nov 22, 2008, at 9:43 AM, "nicolas.deloof"  
>
> <[EMAIL PROTECTED]> wrote:
>
> > The Mojo team is pleased to announce the release of the GWT Maven
> > Plugin version 1.0.
>
> >http://mojo.codehaus.org/gwt-maven-plugin/
>
> > This is the first stable release after some month of real-life tests
> > in sandbox.
>
> > To get this update, simply specify the version in your project's
> > plugin configuration:
>
> > 
> >  org.codehaus.mojo
> >  gwt-maven-plugin
> >  1.0
> > 
>
> > Regards,
>
> > Nicolas De loof
--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: [ANN] GWT maven plugin released

2008-11-22 Thread Ray Cromwell


I'd like to see this plugin and the one from Charlie Collins (total)  
unified, cause it seems like each have valuable nonoverlapping  
features and a real stable feature rich production quality plugin  
should be blessed by google in much the same way as ide plugins and  
ant tasks.

Even though the gwt team doesn't use maven, a sizable market of people  
do and all major ides now integrate tightly with it.

Just my two cents.


On Nov 22, 2008, at 9:43 AM, "nicolas.deloof"  
<[EMAIL PROTECTED]> wrote:

>
> The Mojo team is pleased to announce the release of the GWT Maven
> Plugin version 1.0.
>
> http://mojo.codehaus.org/gwt-maven-plugin/
>
> This is the first stable release after some month of real-life tests
> in sandbox.
>
> To get this update, simply specify the version in your project's
> plugin configuration:
>
> 
>  org.codehaus.mojo
>  gwt-maven-plugin
>  1.0
> 
>
> Regards,
>
> Nicolas De loof
> >

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---