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

2017-04-05 Thread Brandon Donnelson
-- > 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 w

[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
etek wrote: > > +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 checkb

[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, J

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

2017-02-28 Thread Brandon Donnelson
I'm adding a "share anonymous usage" stats checkbox, so the analytics capture can be turned off. Any thoughts on verbiage? -- 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, se

[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 m

[gwt-contrib] Re: GWT Eclipse Plugin Compiler Launcher

2016-10-31 Thread Brandon Donnelson
; > regards, > Max > > Am Montag, 31. Oktober 2016 15:03:08 UTC+1 schrieb Brandon Donnelson: >> >> I've added a shortcut to launch it. >> >> >> -- You received this message because you are subscribed to the Google Groups "GWT Contributors&quo

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 v

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 som

[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 dev

[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 google-web-toolkit-contributors+unsu

[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 google-web-toolkit-contributors+unsub

[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 google-web-toolk

[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 https://github.com/gwt-plugins/codeserver/blob/master/codeserver/src/main/java/com/google/gwt/dev/codeserver/Lau

[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 mess

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 uns

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

2016-10-07 Thread Brandon Donnelson
other comment, this 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 > wrote: > > If anybody has problems with the labels above please speak up.

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 e

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 emai

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 d

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 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, Brandon Donnelson wrote: >

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

2016-10-06 Thread Brandon Donnelson
s/Extenal/External/ done -- 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 discussio

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

2016-10-06 Thread Brandon Donnelson
and client >> side using GWT Java CodeServer (a.k.a. classic devmode) >> >> 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

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 discussi

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 recei

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 runtim

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

2016-09-12 Thread Brandon Donnelson
. > 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> <https://plu

[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 google-web-toolkit-contributors+unsubscr...@googlegroups.co

[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, but

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 b

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 g

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

2016-08-25 Thread Brandon Donnelson
or app engine + gwt logo, 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 ne

[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 google-web-toolkit-contributors+unsubscr...@googl

[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 tomorro

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 dep

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

2016-07-20 Thread Brandon Donnelson
11, 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 time fo

[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 on

[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 Thursday,

[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 message

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 is to be able to write

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

2016-03-20 Thread Brandon Donnelson
erties on the object > > > On Sat, Mar 19, 2016 at 11:11 PM, Brandon Donnelson > > 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-19 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 google-web-toolkit-contributors+unsubscr...@

[gwt-contrib] Re: JsInterop Object Literal

2016-03-19 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 em

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

2016-03-19 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 erro

[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 there

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

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

[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" gr

[gwt-contrib] Re: 2.8.0-beta1 SDM not always detecting changes properly

2015-12-28 Thread Brandon Donnelson
Could you share the gwt-maven-plugin configuration? On Monday, December 21, 2015 at 11:38:12 PM UTC-8, stuckagain wrote: > > I have been using 2.8.0-beta1 in combination with Thomas Broyer's maven > plugin for a week now. > > When I run the codeserver and make changes a reload of the browser do

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 recei

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

2015-12-08 Thread Brandon Donnelson
Oops, a library is missing from the classpath. :) Try adding gwt-dev. On Tue, Dec 8, 2015 at 9:42 AM, Brandon Donnelson < brandon.donnel...@sencha.com> wrote: > I think you may have two libraries on the classpath. Regarding Eclipse, it > is ready. > > Find the download that w

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

2015-12-08 Thread Brandon Donnelson
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&utm_source=footer> > . > > For more options, visit https:

[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 conversion

[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 o

[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 fil

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

2015-11-30 Thread Brandon Donnelson
Does anything more need to be done? On Monday, November 9, 2015 at 3:39:35 PM UTC-8, Brandon Donnelson wrote: > > 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. >> &

[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, Novem

[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

[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 o

[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 co

[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 Wi

[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 p

[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 > -

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 wrote: > We c

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

2015-05-07 Thread Brandon Donnelson
Sounds good, I can whip something up. I'll should have some new docs, videos and plugin preview ready to go too. Have a good day, Brandon Donnelson +Follow Me <https://plus.google.com/u/0/111739836936169749229/posts> On Thu, May 7, 2015 at 5:05 AM, Julien Dramaix wrote: > It wo

[gwt-contrib] Re: GWT Meetup 2015

2015-05-06 Thread Brandon Donnelson
If folks are interested I could talk about the Eclipse plugin... thoughts? -- 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+un

[gwt-contrib] Re: GWT Meetup 2015

2015-05-06 Thread Brandon Donnelson
I'm going... -- 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

[gwt-contrib] GWT Meetup 2015

2015-04-27 Thread Brandon Donnelson
Is there a GWT meetup 2015 before IO? -- 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 t

[gwt-contrib] Re: Gwt logo location

2015-03-29 Thread Brandon Donnelson
What should the icon look like for running the GWT CodeServer? -- 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...@go

[gwt-contrib] Re: Gwt logo location

2015-03-29 Thread Brandon Donnelson
> > > -- 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] Gwt logo location

2015-03-29 Thread Brandon Donnelson
Is there a GWT logo download location? I'd like to add one to gwt plugin. 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 google-web-toolk

[gwt-contrib] CodeServer EntryPoint console output the other provided arguments

2015-01-17 Thread Brandon Donnelson
Would anybody be willing to work on adding the console output of the other arguments added to the EntryPoint? :) The reason I ask is the WTP facet will need the launcher arg and its going into another tmp directory on GPE at the moment, and won't be clear to some. This might change and output w

Re: [gwt-contrib] Chrome LiveEdit and SDM

2014-11-25 Thread Brandon Donnelson
Hm, from what it sounds like, instead of hot patching, it'd be more practical and easier to change my debugging strategy and especially since the refresh time is so fast now using incremental compiles. I suppose I leave that behind for now. It seems more practical to refresh than fight the rea

Re: [gwt-contrib] Invesigating OOPHM chrome dev tools js extension creation

2014-11-24 Thread Brandon Donnelson
I would advocate just continuing to make IDE >> integration with SDM better. >> >> >> >> >> On Mon, Nov 24, 2014 at 9:38 AM, Brandon Donnelson >> > wrote: >> > I'm investigating the possibility of creating a js chrome dev tools >> >

[gwt-contrib] Invesigating OOPHM chrome dev tools js extension creation

2014-11-24 Thread Brandon Donnelson
I'm investigating the possibility of creating a js chrome dev tools extension to talk OOPHM with GPE OOPHM. So far it looks potential feasible to use what's in place on in GPE to do the communicating with some new browser extension. Although I do see having to write some new bidirectional optio

[gwt-contrib] gwt-dev-transport.jar origination

2014-11-23 Thread Brandon Donnelson
Anybody got the instructions on how to create the gwt-dev-transport.jar? Its embedded in GPE and it looks like the source originates from gwt-dev. Thanks, Brandon -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this g

Re: [gwt-contrib] Blocking RC1: Fold gwt-codeserver into gwt-dev

2014-11-14 Thread Brandon Donnelson
gt; –even bug repro checks– for a few weeks, and haven't actually launched > DevMode from Eclipse for a while – last things I did were about Maven only) > > On Sunday, November 2, 2014 8:57:29 PM UTC+1, Brandon Donnelson wrote: >> >> This is a bit tricker to deal with in t

Re: [gwt-contrib] Build gwtproject?

2014-11-14 Thread Brandon Donnelson
files. > > Julien > > On Thu Nov 13 2014 at 12:14:45 AM Brandon Donnelson > wrote: > >> Ok sounds good, will get that out shortly. >> >> >> On Wednesday, November 12, 2014 12:06:17 PM UTC-8, Julien Dramaix wrote: >> >>> yep sure, every

Re: [gwt-contrib] Build gwtproject?

2014-11-12 Thread Brandon Donnelson
Ok sounds good, will get that out shortly. On Wednesday, November 12, 2014 12:06:17 PM UTC-8, Julien Dramaix wrote: > > yep sure, every improvement is welcome ! > > On Wed Nov 12 2014 at 4:41:32 PM Brandon Donnelson > wrote: > >> I did an uploader rewrite a while back

Re: [gwt-contrib] Build gwtproject?

2014-11-12 Thread Brandon Donnelson
I did an uploader rewrite a while back to upload all the files and this also serves them through the servlet if you're interested in that code I can share? On Wednesday, November 12, 2014 6:47:12 AM UTC-8, Julien Dramaix wrote: > > Yes we have to modify the gwt-site-uploader to uplaod the .dtd f

Re: [gwt-contrib] Blocking RC1: Fold gwt-codeserver into gwt-dev

2014-11-02 Thread Brandon Donnelson
This is a bit tricker to deal with in the GPE source than I imagined. The current GPE patch is looking ready to go, but it validates checking for CodeServer in the classpath if SDM is turned on. Although it adds gwt-codeserver.jar to the GWT_CONTAINER resolved classpath. If the gwt-codeserver.

[gwt-contrib] Re: Blocking RC1: Fold gwt-codeserver into gwt-dev

2014-10-28 Thread Brandon Donnelson
I like this idea of moving codeserver into core. I think this would make it easier. -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 google-web-to

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

2014-10-23 Thread Brandon Donnelson
I'll do some testing, let me know what and how? -- 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.

Re: [gwt-contrib] Re: GWT 2.7 snapshot and Eclipse Plugin

2014-10-21 Thread Brandon Donnelson
.7 snapshot. Not it is > working. I just want to write it in forum if someone else would have the > some problem... Thank you for help. > Regards, >Matic > > On Tuesday, October 21, 2014 6:41:11 PM UTC+2, Brandon Donnelson wrote: >> >> Manolo is correct, the

Re: [gwt-contrib] Re: GWT 2.7 snapshot and Eclipse Plugin

2014-10-21 Thread Brandon Donnelson
> compatible with GWT 2.7. >> Regards, >> Matic >> >> >> On Friday, September 5, 2014 5:40:55 PM UTC+2, Brandon Donnelson wrote: >>> >>> I suspect the sdk isn't what you think it is if its not working. Can you >>> check the classpa

Re: [gwt-contrib] Build gwtproject?

2014-10-18 Thread Brandon Donnelson
merged? >> >> - Manolo >> >> On Fri, Oct 17, 2014 at 9:28 AM, Julien Dramaix > > wrote: >> >>> Hi Brandon >>> >>> I will do that this week end ! >>> >>> Just ping me monday if it doesn't work. >&g

Re: [gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-18 Thread Brandon Donnelson
Seems to me that the script injector isn't perfect with the onload callback but its one of the ways to do it after the onmodule load. I often will inject them in the dom afterwords. Google mays has an interesting way where it has a call back after its loaded which is nifty. Or I will poll until

Re: [gwt-contrib] Re: Maven release process broken

2014-10-18 Thread Brandon Donnelson
Cool, nice work. -- 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 th

Re: [gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-18 Thread Brandon Donnelson
I suspect you may need an exclusion or library sort so gwt has a higher priority in the dependency order. Have a good day, Brandon Donnelson +Follow Me <https://plus.google.com/u/0/111739836936169749229/posts> On Sat, Oct 18, 2014 at 11:43 AM, Brandon Donnelson wrote: > The or

Re: [gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-18 Thread Brandon Donnelson
The org.ow2.asm dependency has moved, and I see asm in the class above I wonder you're dependency configuration look like? Have a good day, Brandon Donnelson +Follow Me <https://plus.google.com/u/0/111739836936169749229/posts> On Sat, Oct 18, 2014 at 11:41 AM, Jim Douglas wrote: &

[gwt-contrib] Re: Maven release process broken

2014-10-18 Thread Brandon Donnelson
The patch link provided is bad. -- 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 d

[gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-18 Thread Brandon Donnelson
There is no special GPE support needed to run GWT 2.7.0-beta1. The same launch configs can be used. Although if you want to run dev mode, use -nosuperDevMode. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group

[gwt-contrib] Re: Gwt Version Strategy

2014-10-18 Thread Brandon Donnelson
Good idea. :) On Saturday, October 18, 2014 10:52:06 AM UTC-7, Jens wrote: > > We could store version information in any jar manifest file using > Implementation-* attributes: > > Manifest-Version: 1.0 > Ant-Version: Apache Ant 1.8.0 > Created-By: 1.6.0_20-b02 (Sun Microsystems Inc.) > Implementa

[gwt-contrib] Gwt Version Strategy

2014-10-18 Thread Brandon Donnelson
Are there other gwt version options? This depends on gwt-dev, would be nice to get this from gwt-user. Class about = cl.loadClass("com.google.gwt.dev.About"); Method method = about.getMethod("getGwtVersionNum"); String versionStr = (String) method.invoke(null); Thanks, Brandon -- You received

  1   2   >