Re: GEP 1.3 : com.google.gdt.eclipse.suite.* packages not exported

2010-04-01 Thread Fred
Indeed, that makes perfect sense.

On Apr 1, 4:16 pm, Miguel Méndez  wrote:
> On Wed, Mar 31, 2010 at 7:21 PM, Fred  wrote:
> > actually I fail to see how not exporting the whole thing would give
> > you more flexibility. It sure looks less flexible for my purposes.
> > But since I'm not an eclipse developper, I believe you :-)
>
> The moment we expose an API it reduces our ability to change it and
> introduces additional test vectors for compatibility, etc.  So, it just
> means more flexibility for us while we mature the API.
>
>
>
> > On Mar 31, 9:47 pm, Miguel Méndez  wrote:
> > > Hi Fred,
>
> > > Could you file a bug for this?  Currently, they are not exported because
> > we
> > > wanted maximum flexibility.
>
> > > On Tue, Mar 30, 2010 at 7:54 AM, Fred  wrote:
> > > > Hi,
>
> > > > I'm trying to set up a m2eclipse project configurator for GEP during
> > > > my spare time (I'll open source the code eventually, it's just I
> > > > haven't setup any SCM yet).
> > > > So far, I've been able to add the GWT nature to maven projects, set
> > > > the war source directory using the GEP API.
>
> > > > I'd like to create/tweak LaunchConfigurations using
> > > > com.google.gdt.eclipse.suite.WebAppLaunchUtil.
> > > > But I can't use any of the classes in the com.google.gdt.eclipse.suite
> > > > plugin, since no packages are exported. This is quite unfortunate,
> > > > since I don't want to get sued for reverse engineering these classes.
>
> > > > Can Google reconsider this design choice to help 3rd party plugins
> > > > better integrate with GEP? I'll file an issue if you think it's
> > > > doable.
>
> > > > Thanks in advance. Regards,
>
> > > > Fred Bricon
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Google Web Toolkit" group.
> > > > To post to this group, send email to
> > google-web-tool...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > google-web-toolkit+unsubscr...@googlegroups.com
> > 
>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> > > --
> > > Miguel
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-tool...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> Miguel

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GEP 1.3 : com.google.gdt.eclipse.suite.* packages not exported

2010-04-01 Thread Miguel Méndez
On Wed, Mar 31, 2010 at 7:21 PM, Fred  wrote:

> actually I fail to see how not exporting the whole thing would give
> you more flexibility. It sure looks less flexible for my purposes.
> But since I'm not an eclipse developper, I believe you :-)
>
>
The moment we expose an API it reduces our ability to change it and
introduces additional test vectors for compatibility, etc.  So, it just
means more flexibility for us while we mature the API.


> On Mar 31, 9:47 pm, Miguel Méndez  wrote:
> > Hi Fred,
> >
> > Could you file a bug for this?  Currently, they are not exported because
> we
> > wanted maximum flexibility.
> >
> >
> >
> > On Tue, Mar 30, 2010 at 7:54 AM, Fred  wrote:
> > > Hi,
> >
> > > I'm trying to set up a m2eclipse project configurator for GEP during
> > > my spare time (I'll open source the code eventually, it's just I
> > > haven't setup any SCM yet).
> > > So far, I've been able to add the GWT nature to maven projects, set
> > > the war source directory using the GEP API.
> >
> > > I'd like to create/tweak LaunchConfigurations using
> > > com.google.gdt.eclipse.suite.WebAppLaunchUtil.
> > > But I can't use any of the classes in the com.google.gdt.eclipse.suite
> > > plugin, since no packages are exported. This is quite unfortunate,
> > > since I don't want to get sued for reverse engineering these classes.
> >
> > > Can Google reconsider this design choice to help 3rd party plugins
> > > better integrate with GEP? I'll file an issue if you think it's
> > > doable.
> >
> > > Thanks in advance. Regards,
> >
> > > Fred Bricon
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Google Web Toolkit" group.
> > > To post to this group, send email to
> google-web-tool...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-web-toolkit+unsubscr...@googlegroups.com
> 
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.
> >
> > --
> > Miguel
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
Miguel

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GEP 1.3 : com.google.gdt.eclipse.suite.* packages not exported

2010-03-31 Thread Fred
actually I fail to see how not exporting the whole thing would give
you more flexibility. It sure looks less flexible for my purposes.
But since I'm not an eclipse developper, I believe you :-)

On Mar 31, 9:47 pm, Miguel Méndez  wrote:
> Hi Fred,
>
> Could you file a bug for this?  Currently, they are not exported because we
> wanted maximum flexibility.
>
>
>
> On Tue, Mar 30, 2010 at 7:54 AM, Fred  wrote:
> > Hi,
>
> > I'm trying to set up a m2eclipse project configurator for GEP during
> > my spare time (I'll open source the code eventually, it's just I
> > haven't setup any SCM yet).
> > So far, I've been able to add the GWT nature to maven projects, set
> > the war source directory using the GEP API.
>
> > I'd like to create/tweak LaunchConfigurations using
> > com.google.gdt.eclipse.suite.WebAppLaunchUtil.
> > But I can't use any of the classes in the com.google.gdt.eclipse.suite
> > plugin, since no packages are exported. This is quite unfortunate,
> > since I don't want to get sued for reverse engineering these classes.
>
> > Can Google reconsider this design choice to help 3rd party plugins
> > better integrate with GEP? I'll file an issue if you think it's
> > doable.
>
> > Thanks in advance. Regards,
>
> > Fred Bricon
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-tool...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> Miguel

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GEP 1.3 : com.google.gdt.eclipse.suite.* packages not exported

2010-03-31 Thread Fred
Hi Miguel, it's here : 
http://code.google.com/p/google-web-toolkit/issues/detail?id=4802

regards,

Fred Bricon

On Mar 31, 9:47 pm, Miguel Méndez  wrote:
> Hi Fred,
>
> Could you file a bug for this?  Currently, they are not exported because we
> wanted maximum flexibility.
>
>
>
> On Tue, Mar 30, 2010 at 7:54 AM, Fred  wrote:
> > Hi,
>
> > I'm trying to set up a m2eclipse project configurator for GEP during
> > my spare time (I'll open source the code eventually, it's just I
> > haven't setup any SCM yet).
> > So far, I've been able to add the GWT nature to maven projects, set
> > the war source directory using the GEP API.
>
> > I'd like to create/tweak LaunchConfigurations using
> > com.google.gdt.eclipse.suite.WebAppLaunchUtil.
> > But I can't use any of the classes in the com.google.gdt.eclipse.suite
> > plugin, since no packages are exported. This is quite unfortunate,
> > since I don't want to get sued for reverse engineering these classes.
>
> > Can Google reconsider this design choice to help 3rd party plugins
> > better integrate with GEP? I'll file an issue if you think it's
> > doable.
>
> > Thanks in advance. Regards,
>
> > Fred Bricon
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-tool...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> Miguel

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GEP 1.3 : com.google.gdt.eclipse.suite.* packages not exported

2010-03-31 Thread Miguel Méndez
Hi Fred,

Could you file a bug for this?  Currently, they are not exported because we
wanted maximum flexibility.

On Tue, Mar 30, 2010 at 7:54 AM, Fred  wrote:

> Hi,
>
> I'm trying to set up a m2eclipse project configurator for GEP during
> my spare time (I'll open source the code eventually, it's just I
> haven't setup any SCM yet).
> So far, I've been able to add the GWT nature to maven projects, set
> the war source directory using the GEP API.
>
> I'd like to create/tweak LaunchConfigurations using
> com.google.gdt.eclipse.suite.WebAppLaunchUtil.
> But I can't use any of the classes in the com.google.gdt.eclipse.suite
> plugin, since no packages are exported. This is quite unfortunate,
> since I don't want to get sued for reverse engineering these classes.
>
> Can Google reconsider this design choice to help 3rd party plugins
> better integrate with GEP? I'll file an issue if you think it's
> doable.
>
> Thanks in advance. Regards,
>
> Fred Bricon
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
Miguel

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GEP 1.3 : com.google.gdt.eclipse.suite.* packages not exported

2010-03-30 Thread Fred
Hi,

I'm trying to set up a m2eclipse project configurator for GEP during
my spare time (I'll open source the code eventually, it's just I
haven't setup any SCM yet).
So far, I've been able to add the GWT nature to maven projects, set
the war source directory using the GEP API.

I'd like to create/tweak LaunchConfigurations using
com.google.gdt.eclipse.suite.WebAppLaunchUtil.
But I can't use any of the classes in the com.google.gdt.eclipse.suite
plugin, since no packages are exported. This is quite unfortunate,
since I don't want to get sued for reverse engineering these classes.

Can Google reconsider this design choice to help 3rd party plugins
better integrate with GEP? I'll file an issue if you think it's
doable.

Thanks in advance. Regards,

Fred Bricon

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.