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,

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

[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

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

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

[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

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

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 julien.dram...@gmail.com wrote

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

[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

[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

[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

[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

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

[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

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

2014-11-24 Thread Brandon Donnelson
hurdles. Many people have tried hacks to do this, with Applets, with XHR, it's possible in theory if you rewrite all code sent to the browser to use continuations. I would advocate just continuing to make IDE integration with SDM better. On Mon, Nov 24, 2014 at 9:38 AM, Brandon Donnelson branfl

[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

Re: [gwt-contrib] Build gwtproject?

2014-11-14 Thread Brandon Donnelson
On Thu Nov 13 2014 at 12:14:45 AM Brandon Donnelson branfl...@gmail.com javascript: 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 improvement is welcome ! On Wed Nov 12 2014 at 4:41:32 PM Brandon

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

2014-11-14 Thread Brandon Donnelson
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 the GPE source than I imagined. The current GPE patch is looking ready

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

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 branfl...@gmail.com javascript: wrote: I did an uploader rewrite a while back

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

[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
. 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 classpath and see if it was updated? On Monday, September 1, 2014 6:09:18 AM UTC-7, Matic Petek wrote: Hi, I

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

2014-10-21 Thread Brandon Donnelson
. 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 superdevmode-launcher-legacy.jar is not needed with GWT 2.7

[gwt-contrib] Re: Question to Windows users

2014-10-18 Thread Brandon Donnelson
Setting up an images seems ideal to me to get going with less steps. On Friday, October 17, 2014 3:04:05 PM UTC-7, Thomas Broyer wrote: On Friday, October 17, 2014 5:11:10 PM UTC+2, Rene Hangstrup Møller wrote: I am just going to repeat my reply from google+ here: If you want to

[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

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

[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

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 jdou...@basis.com wrote

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 branflake2...@gmail.com wrote

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 the

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] Build gwtproject?

2014-10-18 Thread Brandon Donnelson
javascript: wrote: Hi Brandon I will do that this week end ! Just ping me monday if it doesn't work. Julien On Fri, Oct 17, 2014 at 4:34 AM, Brandon Donnelson branfl...@gmail.com javascript: wrote: Could gwtproject site be built? I'm looking for access to these: http://www.gwtproject.org

[gwt-contrib] Build gwtproject?

2014-10-16 Thread Brandon Donnelson
Could gwtproject site be built? I'm looking for access to these: http://www.gwtproject.org/doctype/2.7.0/gwt-module.dtd 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

Re: [gwt-contrib] Re: Change the superDevMode to be the default for dev-mode?

2014-10-01 Thread Brandon Donnelson
, this option is preferable. On Tue, Sep 30, 2014 at 4:31 PM, Brandon Donnelson branfl...@gmail.com javascript: wrote: Gotcha. Well, I baked in -superDevMode program arg switch, and this is also backported in an embedded jar. I would have to take into account some switch to turn back on DevMode

[gwt-contrib] Trying SDM with Java 1.6 Issue gotcha

2014-09-30 Thread Brandon Donnelson
Just a thought, the folks that forget to update Java 1.6 to Java 1.7 in their project and run SDM (super dev mode) will have issues. A warning could be useful for those trying to run SDM with Java 1.6 otherwise the warning is an exception of no significance. I'm tempted to ask the IDES to add

[gwt-contrib] Recompile issue coming up on sdm start, gwt 2.7.0-snapshot

2014-09-30 Thread Brandon Donnelson
I'm not sure whats going on yet, but I've got some recompile issue coming up when trying to start dev mode. (This isn't using in browser recompile button) After moving to Java 1.7 because of a Java 1.6 error I got stuck with this error. Not sure whats going on yet, but I thought I'd post it

Re: [gwt-contrib] Change the superDevMode to be the default for dev-mode?

2014-09-30 Thread Brandon Donnelson
I was looking at this when updating the feature for GPE and thought this might change in 3.0, but would be easy to adjust in GPE, I'm testing the preview build now and things are working good. But on the other hand if this changes, what do you think would happen, b/c I would need to deal with

[gwt-contrib] GWT project module DocType DTD location

2014-09-30 Thread Brandon Donnelson
Just curious where the GWT 2.6.1+ DocType dtd http location should be? I would suspect here: https://gwt.googlesource.com/gwt/+/2.6.1/distro-source/core/src/gwt-module.dtd, although this location serves up some wrapper ui. I wonder if there is a way to get a raw file from gittiles? !DOCTYPE

  1   2   >