Re: GWT Plugin 3.0 fails to download connection reset after a while

2018-02-26 Thread Brandon Donnelson
@Kommon If you try what Jens tried, downloading from the browser would it work for you? Are you dropping packets on your nic? On Monday, February 26, 2018 at 6:58:26 AM UTC-8, Jens wrote: > > Unable to read repository at >>

Re: Issues with GWT Eclipse Plugin and Eclise Oxygen 1.a

2017-10-13 Thread Brandon Donnelson
The fix is getting pushed up to the GWT Eclipse Plugin snapshot and release now. On Friday, October 13, 2017 at 11:18:47 AM UTC-7, Brandon Donnelson wrote: > > I'm working on the issue for the GWT Eclipse Plugin. It's fixed in a later > version. The Eclipse API has had a r

Re: Issues with GWT Eclipse Plugin and Eclise Oxygen 1.a

2017-10-13 Thread Brandon Donnelson
I'm working on the issue for the GWT Eclipse Plugin. It's fixed in a later version. The Eclipse API has had a regression. On Friday, October 13, 2017 at 4:16:53 AM UTC-7, Sebastian wrote: > > I too use the new GWT Plugin, not the deprecated Google one. > I had to downgrade Eclipse to be able

Re: GWT Plugin 3.0 fails to download connection reset after a while

2017-09-16 Thread Brandon Donnelson
All I can suggest is wait and try again. This repo is on Google Cloud Storage, so there shouldn't be any issues. On Friday, September 15, 2017 at 8:13:43 AM UTC-7, kommon kommon wrote: > > I am trying to install GWT plugin 3.0 on latest version of Eclipse Oxygen > 2.7. from >

Re: Trying to run Super Dev Mode, but getting "Sorry, the GWT Developer Plugin no longer works with Chrome"

2017-04-21 Thread Brandon Donnelson
I notice you're using the older GPE plugin, I'll suggest jumping to the new GWT Eclipse Plugin. It's wired up to handle the switches for super dev mode. On Thursday, April 20, 2017 at 1:45:06 AM UTC-7, gitzzz87 wrote: > > Check the flag > > > > четверг, 20 апреля 2017 г., 6:07:41 UTC+7

Re: [gwt-contrib] Elemental2 and JsInterop base beta releases available.

2017-04-05 Thread Brandon Donnelson
ou received this message because you are subscribed to the Google Groups > "GWT Contributors" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. > To view this discussion on the web vis

[gwt-contrib] Stopping Dev Mode (DevMode) Launcher Enhancements

2017-03-01 Thread Brandon Donnelson
I'd like to discontinue enhancements with anything related to DevMode and focus on all development, fixes, enhancements around the Code Server launcher only. Not that it needs to be fixed, but with any development going forward, I'd push folks into using the Code Server to launch GWT Dev Mode

[gwt-contrib] Re: GWT Eclipse Plugin, Option to share analytics.

2017-03-01 Thread Brandon Donnelson
: > > +1 for On by default. This plugin is Brain + Community work and it is fear > to know what the usage is. > > On Tuesday, February 28, 2017 at 10:58:51 PM UTC+1, Brandon Donnelson > wrote: >> >> I'm adding a "share anonymous usage" stats checkbox, so the anal

[gwt-contrib] Re: org.eclipse.jetty.apache.jsp.JuliLog not a subtype

2017-02-28 Thread Brandon Donnelson
Do you think I could exclude something from gwt-dev in the dev mode launcher classpath and fix this in Eclipse? On Wednesday, February 1, 2017 at 2:14:25 AM UTC-8, Thomas Broyer wrote: > > FWIW: https://youtrack.jetbrains.com/issue/IDEA-165234 > Fixed in 2016.3.4 released today. > > On Friday,

Re: GWT 2.8.0 Eclipse

2017-02-23 Thread Brandon Donnelson
GPE is deprecated and will no longer continuing support for GWT. The features have been split between the GWT Eclipse Plugin and Google Cloud Tools Plugin for Eclipse. The older versions of GPE still work, but not recommended. http://gwt-plugins.github.io/documentation/ - GWT Eclipse Plugin On

Re: GWT 2.8.0 Eclipse

2017-02-21 Thread Brandon Donnelson
I plan on adding more patches and enhancements this year to the plugin. On Friday, February 17, 2017 at 1:02:33 PM UTC-8, Slava Pankov wrote: > > This one works with GWT 2.8 perfectly: > http://storage.googleapis.com/gwt-eclipse-plugin/v3/release > > Sources are here:

Re: WindowBuilder for GWT

2017-01-09 Thread Brandon Donnelson
Good idea. I'll see if I can do that this week. On Sun, Jan 8, 2017 at 5:01 PM Alain Ekambi <jazzmatad...@gmail.com> wrote: > would nt it be better if you could document what you did and let others > help > > I m interested in contribuating > > Am 09.01.2017 01:14 sc

Re: WindowBuilder for GWT

2017-01-08 Thread Brandon Donnelson
I've got it to work with GWT 2.7 so I think it's possible, I started to reverse engineer the wiring. The internal compiler wiring is quite old and has to be updated. I did update the wiring and got it to work although I haven't pushed it up to the repo yet. There are some plugins being used to

[gwt-contrib] Re: What is the status of J2CL?

2016-11-28 Thread Brandon Donnelson
No, JSNI will no longer be supported with J2CL, it won't be needed. That said, we are waiting on a core library with elemental to be released so that JSNI doesn't have to be used anymore, meaning you can work with arrays elements. It's a small lib. Google is working on J2CL, they're close but

Re: Google Plugin for Eclipse Mars

2016-11-14 Thread Brandon Donnelson
te firewall). So they need to set up a > mirror somehow since I can't find an offline update site archive. > > David > > > On Tuesday, October 18, 2016 at 5:16:24 PM UTC+2, Brandon Donnelson wrote: > > Michael is right, GPE and GPE fork is deprecated. > > - GPE is deprecated

Re: Google Plugin for Eclipse Mars

2016-11-02 Thread Brandon Donnelson
, 2016 at 11:35:28 AM UTC-7, Brandon Donnelson wrote: > > Can you file an issue in the SDBG issues? I think I need to test Neon 1a, > I've got 1. Howd you get 1a? > > https://github.com/sdbg/sdbg/issues > > > On Wednesday, November 2, 2016 at 6:08:11 AM UTC-7, Thomas La

Re: Google Plugin for Eclipse Mars

2016-11-02 Thread Brandon Donnelson
. > I am waiting for security clearance to post on the eclipse forum about > this issue. > In the meantime, the GWT Eclipse Plugin V3 without SGBD + browser dev tool > works fine for me. > Thomas > > Le vendredi 28 octobre 2016 17:20:38 UTC+2, Brandon Donnelson a écrit : >&

Re: Bazel rules now available for GWT

2016-10-28 Thread Brandon Donnelson
Cool! Nice job! On Thursday, October 27, 2016 at 2:10:54 PM UTC-7, Erik Kuefler wrote: > > In case anyone is looking into using Bazel as > part of a GWT project, there are now some simple GWT rules available in the > Bazel repositories at

Re: Google Plugin for Eclipse Mars

2016-10-28 Thread Brandon Donnelson
with a clean install, at least not yet. You're should be ok to use the same working directory. Would that help? On Friday, October 28, 2016 at 2:26:54 AM UTC-7, Thomas Lacroix wrote: > > > Le jeudi 27 octobre 2016 16:42:57 UTC+2, Brandon Donnelson a écrit : >> >> I'm

Re: Google Plugin for Eclipse Mars

2016-10-27 Thread Brandon Donnelson
I'm not sure why the SDBG plugin failed to install. Those artifacts come from another repo. I would try again. On Thursday, October 27, 2016 at 5:06:54 AM UTC-7, Thomas Lacroix wrote: > > > Le mercredi 26 octobre 2016 19:47:13 UTC+2, Brandon Donnelson a écrit : >> >&

Re: Google Plugin for Eclipse Mars

2016-10-27 Thread Brandon Donnelson
are two plugins. > On 27 October 2016 at 16:28, Brandon Donnelson <branfl...@gmail.com > > wrote: > >> The GWT Eclipse Plugin doesn't have the App Engine features, but the new >> Official Google Cloud Tools Plugin does. The neat thing about the new Cloud >> to

Re: Google Plugin for Eclipse Mars

2016-10-26 Thread Brandon Donnelson
If you're looking for the GWT features, use this plugin instead. It is has replaced the GPE plugin. https://marketplace.eclipse.org/content/gwt-eclipse-plugin On Wed, Oct 26, 2016 at 10:45 AM Brandon Donnelson <branflake2...@gmail.com> wrote: > The Google Plugin for Eclipse is still

Re: Google Plugin for Eclipse Mars

2016-10-26 Thread Brandon Donnelson
eprecated, worked ok for many ppl. Now > they are suddenly forced to migrate without any warning... Does anybody has > a cash of last available version for eclipse 4.5 (mars) maybe? > > Thanks! > > > On Wednesday, October 19, 2016 at 12:01:29 AM UTC+7, Brandon Donnelson >

Re: GWT Eclipse Plugin and Update Maven Project

2016-10-25 Thread Brandon Donnelson
Could you file a bug with a maven project I could replicate the issue with? The maven configurator should provide the war source, target directory and the GWT nature to Eclipse. If it isn't doing it, I'd like to know why and to do that I need to run the project and check to see if there is

Re: [gwt-contrib] Re: PROPOSAL: a devserver to replace devmode

2016-10-24 Thread Brandon Donnelson
Nevermind you answered my question above. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. To

Re: [gwt-contrib] Re: PROPOSAL: a devserver to replace devmode

2016-10-24 Thread Brandon Donnelson
I find most of our customer base uses GWT RPC. The story on using this may make using gwt feel complicated. If we can just compile into the web app directory for the entire process, then there would be no need for a proxy. From what I could tell it would be 3 args, -war, -browser (or maybe

[gwt-contrib] Re: PROPOSAL: a devserver to replace devmode

2016-10-23 Thread Brandon Donnelson
I like the sounds on this, although my initial thoughts feel like it's another layer. But I also know typically it takes me a bit longer to warm up to new approaches. I have trying to think how I can cut the code server out of the loop. So I've been wondering if I could start the gwt super

Re: Cannot Debug GWT with Eclipse

2016-10-20 Thread Brandon Donnelson
? > > > > On Thursday, October 20, 2016 at 12:41:41 AM UTC-4, Brandon Donnelson > wrote: > > Sure you can debug on any server, that said, if the web server is on a > different ip than the code server there's an issue to workaround, b/c the > project.nocache.js has ho

Re: Cannot Debug GWT with Eclipse

2016-10-19 Thread Brandon Donnelson
le it has been deployed > on an application server, e.g. WebSphere with say, localhost:9080/MyApp > context root? > > > On Tuesday, October 18, 2016 at 11:51:22 PM UTC-4, Brandon Donnelson wrote: >> >> Thanks for the update. Sounds like some of the name space had to be

Re: Cannot Debug GWT with Eclipse

2016-10-18 Thread Brandon Donnelson
able to run and debug as normal. > > > On Monday, October 17, 2016 at 11:28:02 PM UTC-4, Brandon Donnelson wrote: > > Good question. The goal is to uninstall GPE or GPE-Fork. I put in a > conflict so it will ask you to uninstall it. I recommend using Java EE Neon > and start

[gwt-contrib] Re: Proposed LauncherDir change, add template bindAddress replacement

2016-10-18 Thread Brandon Donnelson
I filed a github for it. https://github.com/gwtproject/gwt/issues/9446 -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Google Plugin for Eclipse Mars

2016-10-18 Thread Brandon Donnelson
> <https://developers.google.com/eclipse/docs/install-eclipse-4.5> > > Plugin for Eclipse 4.4 (Luna) > <https://developers.google.com/eclipse/docs/install-eclipse-4.4> > > > On Tuesday, October 18, 2016 at 8:16:24 AM UTC-7, Brandon Donnelson wrote: > > Michael

Re: Google Plugin for Eclipse Mars

2016-10-18 Thread Brandon Donnelson
Michael is right, GPE and GPE fork is deprecated. - GPE is deprecated (or will be in 4th quarter) - The new GWT Eclipse Plugin V3 can be installed on mars and neon. The install will conflict with GPE or GPE-Fork so it will ask you to remove GPE if it is installed. - I haven't tested the

Re: Cannot Debug GWT with Eclipse

2016-10-17 Thread Brandon Donnelson
on. As a starter, I have Google Plugin for Eclipse installed. > Do I have to uninstall it before installing GWT Eclipse Plugin V3? > > > > On Monday, October 17, 2016 at 1:40:43 PM UTC-4, Brandon Donnelson wrote: > > SDBG is the way to go for debugging, like they said. >

Re: Cannot Debug GWT with Eclipse

2016-10-17 Thread Brandon Donnelson
SDBG is the way to go for debugging, like they said. Keep in mind if the Chrome dev tools are open it will take over the breakpoints, and they are stated in Chrome dev tools. If Chrome dev tools are closed, and you opened debugging the browser with the SDBG Javascript debugger shortcut, then

[gwt-contrib] Re: Proposed LauncherDir change, add template bindAddress replacement

2016-10-14 Thread Brandon Donnelson
ping -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. To view this discussion on the web visit

[gwt-contrib] Clean up PRs on gwt-site

2016-10-13 Thread Brandon Donnelson
What do you think of merging the PRs on the gwt-site? Thanks, Brandon -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[gwt-contrib] Re: Proposed LauncherDir change, add template bindAddress replacement

2016-10-12 Thread Brandon Donnelson
https://gwt-review.googlesource.com/#/c/17180/ -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.

[gwt-contrib] Re: Proposed LauncherDir change, add template bindAddress replacement

2016-10-12 Thread Brandon Donnelson
GWT Eclipse Plugin (V3) Issue: https://github.com/gwt-plugins/gwt-eclipse-plugin/issues/274 -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[gwt-contrib] Proposed LauncherDir change, add template bindAddress replacement

2016-10-12 Thread Brandon Donnelson
What would you think of adding a bindAddress replacement to the template.nocache.js file. __bindAddress__ instead of $window.location.hostname? Example Source - Used for testing Hack

[gwt-contrib] Where did org.eclipse.jetty.util.ajax.JSON.toString(map); go?

2016-10-07 Thread Brandon Donnelson
Hi Team, gwt-dev.jar: org.eclipse.jetty.util.ajax.JSON.toString(map); was in GWT 2.7, but with the Jetty upgrade I think it was pulled. Do you know what I could use in replacement? Eclipse uses it in the wiring and I want to upgrade to 2.8. Thanks, Brandon -- You received this

Re: [gwt-contrib] GWT Eclipse Plugin (V3) Shortcuts/Launchers

2016-10-07 Thread Brandon Donnelson
I've started and revised the Getting started story to reflect what's going in GWT Eclipse Plugin (V3). http://gwt-plugins.github.io/documentation/gwt-eclipse-plugin/GettingStarted.html -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To

Re: [gwt-contrib] GWT Eclipse Plugin (V3) Shortcuts/Launchers

2016-10-07 Thread Brandon Donnelson
might be too verbose, right now is more > compact and perfect for people that already know the difference between > legacy and super. > > On Fri, Oct 7, 2016 at 5:11 PM Brandon Donnelson <branflake2...@gmail.com> > wrote: > > If anybody has problems with the labels above plea

Re: [gwt-contrib] GWT Eclipse Plugin (V3) Shortcuts/Launchers

2016-10-06 Thread Brandon Donnelson
So I'm having a hard time reframing my mind around the changes, so I might need more tuning yet. :) Here's what I have so far. Thoughts? -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving

Re: [gwt-contrib] GWT Eclipse Plugin (V3) Shortcuts/Launchers

2016-10-06 Thread Brandon Donnelson
Hm, I've been on a different page. I'm still having a problem divorcing super dev mode. :) I'm trying to disconnect from the old ways. :) -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving

Re: [gwt-contrib] GWT Eclipse Plugin (V3) Shortcuts/Launchers

2016-10-06 Thread Brandon Donnelson
Or would removing it be better? -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. To view this

Re: [gwt-contrib] GWT Eclipse Plugin (V3) Shortcuts/Launchers

2016-10-06 Thread Brandon Donnelson
Hm. Would s/Device/Mobile/ make more sense? On Thu, Oct 6, 2016 at 9:07 AM Thomas Broyer <t.bro...@gmail.com> wrote: > External "device"‽ Sounds strange to me (as a non-native English speaker > at least) > > > On Thursday, October 6, 2016 at 5:50:27 PM UTC+2, Br

Re: [gwt-contrib] GWT Eclipse Plugin (V3) Shortcuts/Launchers

2016-10-06 Thread Brandon Donnelson
This might not be technically correct, but I think that the codeserver >> and super devmode is practically the same (at least codeserver is implicit >> in super devmode), and is confusing for users. Even better, if you change >> "Classic" to "Java" and &

Re: [gwt-contrib] Re: Eclipse Code Server Launcher Icon

2016-09-15 Thread Brandon Donnelson
Oops, wrong screenshot. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. To view this

Re: [gwt-contrib] Re: Eclipse Code Server Launcher Icon

2016-09-15 Thread Brandon Donnelson
I changed web application icon to have an icon with a server. I renamed the launcher name to super dev mode which is the code server launcher. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop

Re: [gwt-contrib] Re: Eclipse Code Server Launcher Icon

2016-09-15 Thread Brandon Donnelson
I'm all for the CodeServer being the main entrypoint for SDM launching. Although we need IDEA to get on board and add the launcher too. I do think some of the pain can be taken out of the process when running the code server with another web server/device process. Like Eclipse has server

Re: [gwt-contrib] Re: CodeServer with Bookmarklets not working in GWT 2.7 (2nd request)

2016-09-12 Thread Brandon Donnelson
glegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- *Brandon Donnelson* GXT Support Engineer <http://www.facebook.com/senchainc> <http://twitter.com/sencha> <https://www.linkedin.com/company/sencha-inc> <http://www.youtube.com/SenchaInc> &

[gwt-contrib] Re: CodeServer with Bookmarklets not working in GWT 2.7 (2nd request)

2016-09-09 Thread Brandon Donnelson
I haven't dug in yet, just wanting to use it. That sounds promising. Using bookmarlets doesn't work when the module is embedded in another iframe. so the next issue I need to deal with is helping detect the module when it's not in the main body but in another iframe of the document. The other

[gwt-contrib] Re: CodeServer with Bookmarklets not working in GWT 2.7 (2nd request)

2016-09-08 Thread Brandon Donnelson
Workaround, hit dev mode off then compile again. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[gwt-contrib] CodeServer with Bookmarklets not working in GWT 2.7 (2nd request)

2016-09-08 Thread Brandon Donnelson
There are some complicated enterprise configurations where the application is dependent on other applications. And staging this on an external web server is challenging. I've seen enough web server configurations to want bookmarklets to work. I know it's not the preferred way to boot up SDM,

Re: [gwt-contrib] Re: Eclipse Code Server Launcher Icon

2016-08-25 Thread Brandon Donnelson
Hm, I hadn't thought about making the CodeServer the default yet. I've been helping folks convert to super dev mode every chance I get so my feeling is that keeping the legacy the default method that starts up with SDM probably is the way to go on for a bit longer. I've got to be careful I don't

Re: [gwt-contrib] Re: Eclipse Code Server Launcher Icon

2016-08-25 Thread Brandon Donnelson
Hm, based on the guidelines the server icon might make the most sense. That would be an easy manipulation then. The other option could be to just add the run arrow. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this

Re: [gwt-contrib] Re: Eclipse Code Server Launcher Icon

2016-08-25 Thread Brandon Donnelson
etc. > > > <https://lh3.googleusercontent.com/-TfYGgsk5_v8/V78q4ksOpVI/AAABDr4/BzoNisvwhD4iN9V-OUwDuR_w1WFbDe7KACLcB/s1600/devmode.png> > > On Thursday, August 25, 2016 at 6:36:17 PM UTC+2, Brandon Donnelson wrote: >> >> That reminds me I need to change the classpat

[gwt-contrib] Re: Eclipse Code Server Launcher Icon

2016-08-25 Thread Brandon Donnelson
That reminds me I need to change the classpath for it too. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[gwt-contrib] Re: Hide GWT Development Mode window

2016-08-21 Thread Brandon Donnelson
Figured I'd addon. If you're familiar with the GWT Eclipse plugin, a fork of GPE there are launchers for both GWT and the CodeServer. Both of the GWT launcher types can run Super Dev Mode without a remote ui window and do so by default. The launchers just make launching the Java process with a

Re: [gwt-contrib] Re: GWT 2.8 RC1 Help with testing

2016-07-21 Thread Brandon Donnelson
I was trying to test the Maven samples, although each one of them seem to have some sort of issue. Could be I'm missing a step, or maybe some code configuration tuning is needed. I haven't noticed any blockers or other issues outside of that for IE9 on Win7. I'll aim for another browser

Re: [gwt-contrib] Re: GWT 2.8 RC1 Help with testing

2016-07-21 Thread Brandon Donnelson
Where's the link to the GWT 2.8.0-rc1.zip? On Thursday, July 21, 2016 at 7:22:11 AM UTC-7, Thomas Broyer wrote: > > > > On Thursday, July 21, 2016 at 4:11:09 PM UTC+2, Michael Joyner wrote: >> >> Can it be tagged and pulled via jitpack.io ? >> > > Ha ha, jitpack wouldn't know how to build and

Re: [gwt-contrib] Re: GWT 2.8 RC1 Help with testing

2016-07-20 Thread Brandon Donnelson
and Win8.1 IE11, ready machines with everything set for > GWT, but I don't have any win7 > > - Manolo > > El mié., 20 jul. 2016 a las 17:41, Brandon Donnelson (< > branflake2...@gmail.com>) escribió: > >> I can work on some of the windows testing. I've scheduled

[gwt-contrib] Re: GWT 2.8 RC1 Help with testing

2016-07-20 Thread Brandon Donnelson
I can work on some of the windows testing. I've scheduled time for Thursday and will continue on Friday if needed. https://docs.google.com/spreadsheets/d/1DmF8V3fSxN1N2UgQ9zToZz6xCwtx53lOSy8_u1xTC6Q -Brandon On Wednesday, July 20, 2016 at 1:53:36 AM UTC-7, Thomas Broyer wrote: > > I'll test

[gwt-contrib] Re: Proposal for making Object literals more intuitive to define

2016-04-07 Thread Brandon Donnelson
Using what Thomas said works good. I've had the same question about using Object literals. So I wrote down some examples and stored them here. You may need 2.8 +(nightly) to use some of the example options. http://docs.sencha.com/gxt/4.x/gwt/jsinterop/jsinterop_object_literals.html On

[gwt-contrib] Status of Patch

2016-03-23 Thread Brandon Donnelson
What's the status of this patch? This is simply changing the address of the server to make it consistent. https://gwt-review.googlesource.com/#/c/14300/ This patch will help fix source maps in IE, I think it would be a benefit to getting it in. Thanks, Brandon -- You received this

Re: [gwt-contrib] Re: JsInterop Object Literal

2016-03-22 Thread Brandon Donnelson
Thanks Paul. I haven't seen use of the JsOverlay yet, that's nifty. Nice Ignacio. On Tue, Mar 22, 2016 at 6:01 AM Paul Stockley wrote: > That's a nice approach. > > > On Tuesday, March 22, 2016 at 3:25:13 AM UTC-4, Ignacio Baca Moreno-Torres > wrote: >> >> If your concert

Re: JsInterop and Sencha Ext js framework

2016-03-21 Thread Brandon Donnelson
Thomas has a point. I am biased, because work for Sencha. :) This is my opinion. ExtJs has some nice Api docs, but they're written in javascript of course. And when using a external javascript library, I think hugging it as closely as possible helps tremendously. And the first reason I mean

Re: [gwt-contrib] Re: JsInterop Object Literal

2016-03-20 Thread Brandon Donnelson
s on the object > > > On Sat, Mar 19, 2016 at 11:11 PM, Brandon Donnelson > <branfl...@gmail.com > wrote: > > I found a doc talking about object literal creation > > > https://docs.google.com/document/d/1DFrC-GtcK7cu6DGxaWCswvb2fai9cnrWPvGcdgsKlBw/edit. > &

[gwt-contrib] JsInterop Object Literal

2016-03-20 Thread Brandon Donnelson
Can JsInterop create an object literal? var foo = {a:0, b:1}; -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[gwt-contrib] Re: JsInterop Object Literal

2016-03-20 Thread Brandon Donnelson
I found a doc talking about object literal creation https://docs.google.com/document/d/1DFrC-GtcK7cu6DGxaWCswvb2fai9cnrWPvGcdgsKlBw/edit. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving

[gwt-contrib] Re: Constructing a new JsType(isNative=true) object

2016-03-20 Thread Brandon Donnelson
isNative means there has to be some existing javascript class the java type is wrapping. Is there a javascript class? On Monday, March 14, 2016 at 1:37:21 PM UTC-7, Paul Stockley wrote: > > Is it legal to call new on a class marked as JsType(isNative=true)? When I > try it, I get a runtime

Re: JsInterop and Sencha Ext js framework

2016-03-19 Thread Brandon Donnelson
wanted something to keep up with what they put out. On Thu, Mar 17, 2016 at 7:10 AM Alain Ekambi <jazzmatad...@gmail.com> wrote: > Which brings me back to the question of why not help improving ext4j > instead of having tons of micro solutions ? > On 17 Mar 2016 14:50, &qu

Re: JsInterop and Sencha Ext js framework

2016-03-19 Thread Brandon Donnelson
ateletin, I've been working using jsinterop with extjs 6+, if you have some questions ping me and I can help with that. There are two ways to configure it, first is using ext.define. The other is using the ext class and instantiate it with a config object. Ext.define is far more documented than

[gwt-contrib] Re: Compiler failing with java 7

2016-02-12 Thread Brandon Donnelson
I would choose Java 1.8 all the way if you have to choose. I would do this because this is going to be a long standing maintenance release. Just a note, the Eclipse neon out in June will require Java 1.8. I think it makes sense to upgrade. I think folks can go through the pain of upgrading

[gwt-contrib] Addresses are different when running SDM with bindAddress 0.0.0.0?

2016-01-28 Thread Brandon Donnelson
What would it take to sync both addresses? - "-bindAddress 0.0.0.0" was used, but didn't affect the code server. - The code server has a different address than jetty server. Thanks, Brandon -- You received this message because you are subscribed to the Google Groups "GWT Contributors"

Re: [gwt-contrib] Re: Addresses are different when running SDM with bindAddress 0.0.0.0?

2016-01-28 Thread Brandon Donnelson
oglegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit-contributors/45e5da4d-6895-4174-8205-fd71040dd127%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Regards, *Brandon Donnelson*

Re: It should be registered via or entry in your .gwt.xml ?

2015-12-31 Thread Brandon Donnelson
Looks like the element is missing from the dtd? https://gwt.googlesource.com/gwt.git/+/master/distro-source/core/src/gwt-module.dtd On Wednesday, December 30, 2015 at 4:22:44 PM UTC-8, Thomas Broyer wrote: > > > > On Thursday, December 31, 2015 at 12:45:11 AM UTC+1, cellepo wrote: >> >> It

Re: [gwt-contrib] Re: New JsInterop document

2015-12-09 Thread Brandon Donnelson
en onsdag den 9. december 2015 kl. 22.59.30 UTC+1 skrev Brandon Donnelson: >> >> I noticed that isNative has been removed and exists in the doc. >> >> >> https://github.com/gwtproject/gwt/commit/d506bec0a55936fb49138e86ad7520e926c76f59 >> > -- You received

Re: [gwt-contrib] Re: New JsInterop document

2015-12-09 Thread Brandon Donnelson
I noticed that isNative has been removed and exists in the doc. https://github.com/gwtproject/gwt/commit/d506bec0a55936fb49138e86ad7520e926c76f59 -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-08 Thread Brandon Donnelson
google.com/d/msgid/google-web-toolkit-contributors/77dac21c-66d7-43ed-8b50-88f78de5eda7%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit-contributors/77dac21c-66d7-43ed-8b50-88f78de5eda7%40googlegroups.com?utm_medium=email_source=footer> > . > > For

Re: Will GWT stay ALIVE

2015-12-07 Thread Brandon Donnelson
Sencha's GXT framework depends on GWT. Since GXT depends on GWT commercially they are invested in it's future. On Monday, December 7, 2015 at 12:50:42 AM UTC-8, mohammed al-hammouri wrote: > > I am confused about the future of GWT > Will it survive for the next years ? > Also I see GWT

[gwt-contrib] Fix for web app creator template

2015-12-02 Thread Brandon Donnelson
GWT 2.8.0 patch: I've added a patch to help with importing the samples or web application project into Eclipse after ant eclipse.generate is used in the sample generation. Normally Eclipse would use the web app creator to generate the project and in so it would add the nature, but in the case

[gwt-contrib] GWT Maven Samples update for GWT 2.8

2015-12-02 Thread Brandon Donnelson
I updated the Maven samples. https://gwt-review.googlesource.com/14050 I'm not sure why I had to turn on GSS in the module. Possible I missed where it was getting turned off at. Anyway, the patch up above fixes the gss errors. By the way if you're wondering why I had to turn on gss

[gwt-contrib] Re: Help testing the GWT 2.8 release

2015-11-30 Thread Brandon Donnelson
Regards to testing, I've added a patch to help with importing the samples or web application project into Eclipse. Problem: - running ant eclipse.generate on the samples does not create a .project file with the GWT nature enabled. Solution: This adds the GWT nature to the Eclipse .project

[gwt-contrib] Re: Help testing the GWT 2.8 release

2015-11-10 Thread Brandon Donnelson
@stuckagain, contact Colin for getting signed up to test one of the OSes. @Petrica it will be GWT 2.8.0-beta1 On Tuesday, November 10, 2015 at 3:40:51 AM UTC-8, Petrică Clement Chiriac wrote: > > Daniel is GWT 2.8.1-beta1 or GWT 2.8.0-beta1 ? > > Thanks, > Petrica Chiriac > > > On Monday,

[gwt-contrib] Re: GWT Smoke Test Checklist - Invitation to comment

2015-11-09 Thread Brandon Donnelson
I'll help out starting tomorrow. On Monday, November 9, 2015 at 11:40:22 AM UTC-8, Daniel Kurka wrote: > > Daniel Kurka has invited you to *comment on* the following > spreadsheet: > GWT Smoke Test Checklist >

[gwt-contrib] Re: Help testing the GWT 2.8 release

2015-11-09 Thread Brandon Donnelson
I can help, send me the instructions. On Monday, November 2, 2015 at 12:14:07 PM UTC-8, Daniel Kurka wrote: > > Hi all, > > the GWT team needs help testing the GWT 2.8.1-beta1 release. As always, > before we publicize the release we are doing a bunch of DOA (dead on > arrival tests) before we

[gwt-contrib] Re: GWT Smoke Test Checklist - Invitation to comment

2015-11-09 Thread Brandon Donnelson
Which JDK should I use? On Monday, November 9, 2015 at 2:20:37 PM UTC-8, Brandon Donnelson wrote: > > I'll help out starting tomorrow. > > On Monday, November 9, 2015 at 11:40:22 AM UTC-8, Daniel Kurka wrote: >> >> Daniel Kurka has invited you to *comment on* the follo

Re: Probleme GWT 2.7, Gwtp 1.4 with tomcat

2015-07-19 Thread Brandon Donnelson
No class found... I think IsSerializable will need to be in some jar that's on the server side or in web-inf/lib. On Sunday, July 19, 2015 at 2:20:33 AM UTC-7, Ignacio Baca Moreno-Torres wrote: Try adding gwt-servlet as a server dependency. On Sunday, July 19, 2015 at 9:36:19 AM UTC+2,

[gwt-contrib] Submit an issue destination on Google Code

2015-07-17 Thread Brandon Donnelson
Would you like to change the submit an issue link target on Google Code? https://code.google.com/p/google-web-toolkit/ Thanks, Brandon -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails

Re: [gwt-contrib] Re: GPE does not like GWT trunk SDK?

2015-06-30 Thread Brandon Donnelson
The plugin has been forked although it still has the App Engine features. Although the Google login isn't working on the GWT plugin for Eclipse at the moment. Eventually we should see a Eclipse plugin that only has the Google features and the GWT features can live on there own, yet both will

[gwt-contrib] Re: GWT Meet-up 2015 Videos

2015-06-11 Thread Brandon Donnelson
Thanks, nice job. On Wednesday, June 10, 2015 at 10:39:10 PM UTC-7, Bhaskar Janakiraman wrote: For those who missed the G+ post, the talks at the Meet-up are now on the GWT YouTube channel, enjoy! https://www.youtube.com/playlist?list=PL1yReUCGwGvrqscLu1EAyYRPrr0ceEHLE Bhaskar -- You

[gwt-contrib] Re: GWT 2.8 js interopt compiler issue

2015-06-11 Thread Brandon Donnelson
Nevermind, memory had to be increased. On Thursday, June 11, 2015 at 8:35:30 AM UTC-7, Brandon Donnelson wrote: Would GWT 2.8, Java 1.8 (-sourceLevel 1.8) be able to compile this? @JsType(prototype=Window) public interface Window { static Window window() { // returns $wnd

[gwt-contrib] GWT 2.8 js interopt compiler issue

2015-06-11 Thread Brandon Donnelson
Would GWT 2.8, Java 1.8 (-sourceLevel 1.8) be able to compile this? @JsType(prototype=Window) public interface Window { static Window window() { // returns $wnd; return Util.getWindow(); } void alert(String msg); } Window.window().alert(Does this work?); Maybe it's

Re: GWT 2.7 with Designer

2015-05-23 Thread Brandon Donnelson
I think it would be better to fix the Designer. https://github.com/gwt-eclipse-plugin/gwt-eclipse-plugin/issues/56 https://github.com/gwt-eclipse-plugin/gwt-designer On Saturday, May 23, 2015 at 10:33:10 AM UTC-7, Lenny Grover wrote: Is there any possibility of getting this merged into an

Re: Have GWT 2.7.0 SuperDevMode reuse old compile-n files from last run

2015-05-18 Thread Brandon Donnelson
Eclipse uses the entrypoint, so this wouldn't have anything to do with Eclipse. On Sunday, May 17, 2015 at 5:01:33 AM UTC-7, salek@googlemail.com wrote: Hello, I'm using GWT 2.7.0 SuperDevMode and start the codeserver from Eclipse Luna SR2 under Win 8.1, but as plain Java application

Re: GWT 2.7 with Designer

2015-05-18 Thread Brandon Donnelson
What did you have to do to workaround the issue? On Wednesday, May 13, 2015 at 12:52:15 PM UTC-7, atx@gmail.com wrote: https://github.com/bently0602/GWT-2.7 Here's some patches to support using the eclipse designer with GWT 2.7. It is very hackish so it may not work in every use case

Re: Trying SDM in gwt 2.5.1 - no option to compile

2015-05-18 Thread Brandon Donnelson
There are so many issues with SDM in 2.5.x that I recommend upgrading to GWT 2.7. It's so much faster, source maps work better and such. Although I suspect you've heard that but have some app upgrade constraints. On Friday, May 15, 2015 at 4:21:46 PM UTC-7, MG12 wrote: I needed to add:

Re: [gwt-contrib] Re: GWT Meetup 2015

2015-05-08 Thread Brandon Donnelson
Good idea. Is there a Spreadsheet started for talks and sessions? I think something was floating around last year. Have a good day, Brandon Donnelson +Follow Me https://plus.google.com/u/0/111739836936169749229/posts On Fri, May 8, 2015 at 4:05 AM, Julien Dramaix julien.dram...@gmail.com wrote

  1   2   3   4   5   >