[gwt-contrib] Elemental2-1.1.0 released

2020-06-18 Thread Julien Dramaix
Hi, We released and pushed to maven central a new version of Elemental2 today: Elemental2-1.1.0. Please refer to the github page for an explanation on how to use it. Summary of fixes/improvements included in this release: - Elemental2 have been

Re: [gwt-contrib] Re: Happy to announce general access for J2CL!

2018-11-29 Thread Julien Dramaix
I need to fix https://github.com/google/elemental2/issues/68 first I hope to find some time today or tomorrow to make elemental2 repo compliant with the opensource version of j2cl. On Thu, Nov 29, 2018 at 9:34 AM John Huss wrote: > Is there an example bazel WORKSPACE and BUILD file that pulls

Re: [gwt-contrib] Update on J2CL

2018-10-23 Thread Julien Dramaix
antin Solomatov < > konstantin.soloma...@gmail.com> wrote: > >> Are there any updates on J2CL? A lot of time has passed. >> >> On Friday, June 15, 2018 at 3:54:08 AM UTC-4, Julien Dramaix wrote: >>> >>> > 2. J2CL itself is build with Bazel (for th

Re: [gwt-contrib] Update on J2CL

2018-06-15 Thread Julien Dramaix
> 2. J2CL itself is build with Bazel (for the reasons you mentioned). This would not matter much, *as long as you could push the J2CL artifacts to Maven Central in an automated (Bazel) pipeline*. *Can Bazel do that*? Yes it can. We are already building jsinterop-base and Elemental2 with Bazel and

Re: [gwt-contrib] Update on J2CL

2018-06-12 Thread Julien Dramaix
> I fail to understand why the prerequisite of using bazel was enforced Bazel is enforced if you want to contribute to J2CL not if you want to use it. As Goktug mentioned in his post, J2CL has been built for our internal users first. So it's natural to first integrate it with Bazel as we use it

Re: [gwt-contrib] Re: The elusive J2CL

2018-06-01 Thread Julien Dramaix
I changed the permission settings. You should now be able to apply for membership at https://groups.google.com/forum/#!forum/j2cl-external -Julien On Fri, Jun 1, 2018 at 1:50 PM Alberto Mancini wrote: > Hello Goktug, > thanks a lot for the opportunity. > Actually seems that the address

Re: [gwt-contrib] Elemental2 1.0 release date

2018-04-13 Thread Julien Dramaix
I planned to spend some time on that this quarter but keep in mind it always depends on our internal priorities and workload. On Tue, Apr 3, 2018 at 8:20 AM Paul Stockley wrote: > Any idea when Elemental2 1.0.0 will be released? The RC1 has been out > there for a while

[gwt-contrib] Release candidate of Elemental2 and JsInterop-base.

2017-12-14 Thread Julien Dramaix
Hi, I've released the first release candidate of Elemental2 and jsinterop-base today. As usual, elemental2 is split into small jar files: Jar file artifact-id GWT module elemental2-core.jar

[gwt-contrib] Re: Elemental2:1.0.0-beta-3 released

2017-12-05 Thread Julien Dramaix
Correction of my previous email: Elemental2:1.0.0-beta-3 is working with the current version of GWT. You don't need to use the HEAD_SNAPSHOT release of GWT. Sorry for the confusion. -Julien On Tue, Dec 5, 2017 at 9:54 AM Julien Dramaix <julien.dram...@gmail.com> wrote: > I've

Re: [gwt-contrib] Re: Elemental2:1.0.0-beta-2 released

2017-12-05 Thread Julien Dramaix
So I think Thomas is right. One of our change in this new release was to rename toString() method on some objects to avoid confusion with java.lang.Object methods. That broke Elemental with J2CL because java.lang.Object is a JsType in J2CL and we need to lift up some jsinterop restriction to

[gwt-contrib] Elemental2:1.0.0-beta-3 released

2017-12-05 Thread Julien Dramaix
1.0.0-beta-3 > > > Julien, if you do happen to release an updated beta to solve this, perhaps > also update jsinterop-annotations to 1.0.2, the version that was released > with GWT 2.8.2. > > > > On Wednesday, November 22, 2017 at 7:13:29 PM UTC-6, Julien Dramaix

[gwt-contrib] Elemental2:1.0.0-beta-2 released

2017-11-22 Thread Julien Dramaix
The beta version of Elemental2 using the JsInterop specification has been released on Sonatype today and is available on Maven central. This release should be the last beta release and I expect to release the first RC in few weeks. This release introduces -- among others: - a better granularity

Re: [gwt-contrib] jsinterop-base github repository and new beta release

2017-11-10 Thread 'Julien Dramaix' via GWT Contributors
I'll create a new release of elemental2 next week. Stay tuned. On Friday, November 10, 2017 at 6:13:31 PM UTC-8, Peter Donald wrote: > > Great work - thanks! > > Is this compatible with the last release of elemental2? (IIRC it > was 1.0.0-beta-1) > > On Sat, Nov 11, 2017

[gwt-contrib] jsinterop-base github repository and new beta release

2017-11-10 Thread 'Julien Dramaix' via GWT Contributors
Dear contributors, We've just created a new github repository containing the source code of jsinterop-base: https://github.com/google/jsinterop-base We've also released a new beta version of the library: jsinterop-base:1.0.0-beta-3

Re: [gwt-contrib] Re: Last call for GWT 2.8.2 patches, and testers needed!

2017-10-03 Thread Julien Dramaix
Roberto is working on a patch needed for Elemental2 (lifting jsinterop restrictions up for native method overloads). I let Roberto give more info on the patch and eta. Julien On Tue, Oct 3, 2017 at 9:12 AM Thomas Broyer wrote: > > > On Tuesday, October 3, 2017 at 12:28:48

Re: [gwt-contrib] Re: Elemental2 source code on github

2017-05-31 Thread Julien Dramaix
I've enabled the issue tab. On Tue, May 30, 2017 at 11:04 PM Daniel Harezlak <dharez...@gmail.com> wrote: > Hi, it looks like issues are disabled for the > https://github.com/google/elemental2 project. > > > On Saturday, May 20, 2017 at 12:34:09 AM UTC+2, Julien Dramaix

[gwt-contrib] Elemental2 source code on github

2017-05-19 Thread Julien Dramaix
The source code of Elemental2 is now available on github: https://github.com/google/elemental2 Please refer to the project README for more information about how to use it. If you have any questions/issues, feel free to open a bug in the github project. Important note: Elemental2 is in beta

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

2017-05-09 Thread Julien Dramaix
I forgot to mention: as a workaround, you can create your own JsFunction callback and cast it to Function: @JsFunction interface MyJsFunction { void onInvoke(); default Function asFunction() { return (Function) this; } } On Tue, May 9, 2017 at 9:37 AM Julien Dramaix <julien.d

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

2017-05-09 Thread Julien Dramaix
> I believe it's due to how they're declared in the Closure externs: onreadystatechange and onerror: https://github.com/google/closure-compiler/blob/8ac08c03cd695b84f8a79ac3a1338172df3f/externs/browser/w3c_xml.js#L393-L403 vs all the other callbacks:

Re: [gwt-contrib] auto generation of jsinterop from .d.ts

2017-04-18 Thread Julien Dramaix
Tuesday, April 18, 2017 at 6:52:57 PM UTC-5, Julien Dramaix wrote: > >> We are working internally on a jsinterop generator that can take closure >> extern files and d.ts files as input. >> For the time being only the closure part works fine and we use it to >> gene

Re: [gwt-contrib] auto generation of jsinterop from .d.ts

2017-04-18 Thread Julien Dramaix
We are working internally on a jsinterop generator that can take closure extern files and d.ts files as input. For the time being only the closure part works fine and we use it to generate elemental. We are in the process to opensource it. The d.ts part was an experiment and doesn't work (yet)

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

2017-04-06 Thread Julien Dramaix
good catch! It's a bug in GWT. Roberto is fixing it and will propose a patch for that. On Thu, Apr 6, 2017 at 3:17 PM Jens wrote: > Hmm, I have just built gwt head from source and used the above jars but > SDM tells me: > > Errors in jsinterop/base/Js.java >

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

2017-04-05 Thread 'Julien Dramaix' via GWT Contributors
; or use the following Maven dependency: com.google.jsinterop base 1.0.0-beta-1 Don’t hesitate to report any bugs, issues, concerns you have on this mailing list. Important note: They are beta releases and future updates (up until the final release) may break code! -Julien -- Ju

Re: [gwt-contrib] Re: Experimental release of Elemental2

2017-02-15 Thread 'Julien Dramaix' via GWT Contributors
also a variety of tools that assume methods rather than fields - > uibinder, cssresource, editors all made assumptions about turning dot > notation into getters (and in the case of editors, setters), and did not > support fields at all as far as I'm aware. This is true of most (though not > a

Re: [gwt-contrib] Re: Experimental release of Elemental2

2016-08-19 Thread Julien Dramaix
: > I remember hearing that elemental2 was being generated from TypeScript > definitions. If that's true, is there any chance we could get a look at the > generator code too? > > > On Thursday, June 30, 2016 at 1:23:51 AM UTC+1, Julien Dramaix wrote: >> >> A new experimental

Re: [gwt-contrib] GSS Resource is Default

2016-08-15 Thread Julien Dramaix
We took the decision to set 'CssResource.enableGss' to false to provide a smooth transition/migration to GWT 2.8. If we set the value of the property to true, applications that don't migrate to GSS will stop to compile and that could slow down the migration to GWT 2.8 On Mon, Aug 15, 2016 at

Re: [gwt-contrib] Experimental release of Elemental2

2016-08-09 Thread Julien Dramaix
> > - The API's do not use set/get/is as was the case in the old Elemental. So > how can I now detect that a property is readOnly ? > > > We can probably make it final but if we know it is readonly but I think we are not sure when the field is readonly. Julien? a property flagged as @Const could

Re: [gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-07-29 Thread Julien Dramaix
The release note is now available on the web site: http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0_RC1 - Julien On Fri, Jul 29, 2016 at 11:19 AM Jens wrote: > You should file a bug on the maven plugin issue tracker >

Re: [gwt-contrib] Re: Experimental release of Elemental2

2016-07-04 Thread Julien Dramaix
This is a bug :) That should be void and not object. On Mon, Jul 4, 2016 at 9:05 PM Jens wrote: > > > - often method signature defines Object as return type while I am pretty >> sure something more concrete would be more appropriate. >> >> if a method "getFoo" can

Re: [gwt-contrib] Re: Experimental release of Elemental2

2016-07-04 Thread Julien Dramaix
> So I guess this is also the reason for why e.g. Int32Array returns double instead of int? yes we just have the information that it's a number, so we convert that to double. We should be able to improve the number conversion before the final release. > Right now, as

[gwt-contrib] Re: Experimental release of Elemental2

2016-07-04 Thread Julien Dramaix
gt; inconsistent module metadata found. Descriptor: > com.google.gwt:elemental-experimental:2016-06-29 Errors: bad module name: > expected='elemental2-experimental' found='elemental-experimental' > bad version: expected='16-06-30' found='2016-06-29' > > - Jakob > > On Thu

[gwt-contrib] Re: Experimental release of Elemental2

2016-07-04 Thread Julien Dramaix
yep it's planned On Sunday, July 3, 2016 at 3:13:17 AM UTC+2, Paul Stockley wrote: > > Would it be possible to break the project into a few packages? It would > make it easier to find things. -- You received this message because you are subscribed to the Google Groups "GWT Contributors"

Re: [gwt-contrib] Re: Experimental release of Elemental2

2016-07-04 Thread Julien Dramaix
yes, we are thinking about that. We would like also to add a feature checking system. AFAIC, I think this kind of wrapper code should be part of a separate library using elemental. I would like that elemental stays "close to the metal". But we don't have decided anything yet now. On Saturday,

Re: [gwt-contrib] Re: Experimental release of Elemental2

2016-06-30 Thread Julien Dramaix
ice If you could publish simple example how to start using > it. > Regards, > Matic > > On Thursday, June 30, 2016 at 2:23:51 AM UTC+2, Julien Dramaix wrote: >> >> A new experimental version of Elemental2 using the new JsInterop >> specification has been

[gwt-contrib] Experimental release of Elemental2

2016-06-29 Thread 'Julien Dramaix' via GWT Contributors
A new experimental version of Elemental2 using the new JsInterop specification has been pushed on Sonatype today. You can try it by downloading the jar file

[gwt-contrib] GWT 2.8 RC1 release notes.

2016-06-28 Thread 'Julien Dramaix' via GWT Contributors
Dear contributors, we've started a pull request on github for the GWT 2.8RC1 release note: https://github.com/gwtproject/gwt-site/pull/181 Please review and comment if something is missing. Julien, On behalf of the GWT team. -- You received this message because you are subscribed to the

Re: [gwt-contrib] Re: Elemental2 - What's the big secret?

2016-06-16 Thread Julien Dramaix
Elemental is not secret, it is not ready yet... Stay tuned, in few days we should push an experimental version of elemental using JsInterop new specification. - Julien On Thu, Jun 16, 2016 at 1:13 PM Leif Åstrand wrote: > Elemental 2 is a completely new project that is being

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

2015-12-08 Thread Julien Dramaix
. > > Juan > > On 7 December 2015 at 11:15, István Horváth <armo...@gmail.com> wrote: > >> ok, i have PR for this, i hope it fits Google's needs. >> >> 2015. december 7., hétfő 15:47:50 UTC+1 időpontban Julien Dramaix a >> következőt írta: >>>

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

2015-12-07 Thread Julien Dramaix
Feel free to fill a patch for that :) On Mon, Dec 7, 2015 at 2:28 PM István Horváth wrote: > it would nice to have if you update the release notes page with exact > dates on all of the version on both the links and the linked details too. > >

Re: [gwt-contrib] Samples .css issue?

2015-12-03 Thread Julien Dramaix
If you provide both the .css and .gss versions of a file. The GssResourceGenerator is smart enough to use the gss version of the file when gss is enabled even if you specify the css version in the @Source annotation. GSS is still disabled by default, so we have to keep the backward compatibility.

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

2015-12-03 Thread Julien Dramaix
GSS is not turned on by default because we want that people migrate to GWT 2.8 without being blocked by the GSS migration. As I said in my previous mail, the compiler is smart enough to choose the right resource file (if both are provided) depending wether GSS is enabled or not. If you find a .css

Re: [gwt-contrib] Re: GWTCon 2015 keynote question

2015-11-24 Thread Julien Dramaix
t;>>> >>>> >>>> And this for me sums up GWTs main issues going forward. The benefit >>>> before was that existing Java devs could use GWT to work on all the layers >>>> of an application. GWT 3 will force (not a bad thing) Java devs to use &

Re: [gwt-contrib] Re: Elemental 2?

2015-11-20 Thread 'Julien Dramaix' via GWT Contributors
Yes I'm currently working on Elemental2 and other intersting stuffs around JsInterop. It's a bit to early to communicate something right now. But you can expect to have more news in one or two months. Julien On Thu, Nov 19, 2015 at 7:04 PM Goktug Gokdogan wrote: > We have

Re: [gwt-contrib] Re: Elemental 2?

2015-11-20 Thread Julien Dramaix
u know if Elemental2 will be at all > backwards compatible with Elemental1? I was trying to decide on whether to > use the Elemental1 interfaces for something I'm working on. > > On Fri, Nov 20, 2015 at 9:32 AM 'Julien Dramaix' via GWT Contributors < > google-web-toolkit-contr

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

2015-11-17 Thread Julien Dramaix
< >> man...@apache.org> wrote: >> >> var args sounds pretty good, but some kind of overloading based on the >> number of parameters like we had in gwt-exporter should cover many use >> cases, compiler could give an error (like it does now) when it sees two >>

Re: [gwt-contrib] Re: GWTCon 2015 keynote question

2015-11-16 Thread Julien Dramaix
Thomas gets it all correct. I just want to add one thing: If you are happy with the current GWT stack (uibinder + widget ...), stay with it. As I mentioned during the key notes, the GWT 2.8 will be a long maintenance release and you have now everything you need to do a great web app. Don't try to

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

2015-11-10 Thread Julien Dramaix
Method overloading works in native JsType JsType(isNative=true) On Tue, Nov 10, 2015 at 5:15 PM Manuel Carrasco Moñino wrote: > Seems that method overloading is not working anymore with JS_RC mode, it > was working in JS mode though: > > Example: > >boolean validate() >

Re: [gwt-contrib] Re: Cannot build GWT anymore locally

2015-11-02 Thread Julien Dramaix
it has been updated but the new version is not deployed yet... On Mon, Nov 2, 2015 at 11:49 AM Lars wrote: > Thank your for this information. > We should update this link ( > http://www.gwtproject.org/makinggwtbetter.html#workingoncode) to share > this with all :-) >

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

2015-07-20 Thread Julien Dramaix
Done. Julien On Sat, Jul 18, 2015 at 12:52 AM Brandon Donnelson branflake2...@gmail.com wrote: 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

Re: [gwt-contrib] Re: Stop calling it GWT 3.0

2015-06-15 Thread Julien Dramaix
CssResources and such might be a bit more work... we were planning to move to GssResources ... will those remain ? probably not... CssResources will continue to work, the generator can be adapted to use APT api instead of GWT generators. Widgets ... by switching to GQuery we can avoid widgets

[gwt-contrib] GSS and GWT 2.8

2015-05-11 Thread Julien Dramaix
Dear GWT lovers, It has been decided not to turn GSS on by default in GWT 2.8 in order make the migration to the new GWT release simpler and smoother for everyone and let people migrate at their own timeline. You will still have to use the configuration property CssResource.enableGss to enable

[gwt-contrib] Errors during GWTTestCase and uibinder

2015-05-09 Thread Julien Dramaix
Hi Everyone, Since yesterday, I'm not able to start any GWTTestCase using uibinder, I've got the error below. An idea ? Unexpected exception occurred while parsing HTML snippet org.xml.sax.SAXNotRecognizedException: Feature ' http://cyberneko.org/html/features/scanner/allow-selfclosing-tags' is

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

2015-05-08 Thread Julien Dramaix
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: It would be nice to have

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

2015-05-07 Thread Julien Dramaix
It would be nice to have a status about the Eclipse plugin indeed. IIRC, sessions are recorded so people will be able to watch your session afterwards. On Thu, May 7, 2015 at 7:34 AM Brandon Donnelson branflake2...@gmail.com wrote: If folks are interested I could talk about the Eclipse

Re: [gwt-contrib] Re: Upcoming overhaul to JsInterop annotations in preparation towards v1.0 release

2015-04-22 Thread Julien Dramaix
I'm really more in favor of the second options because (in addition to Jens' arguments): - it's more readable to have several meaningful annotations than one with several parameters. And I think it's more Javaish. simple example : @JsIgnore vs @Js(ignore=true) - IMO, the option 1 won't be simpler

Re: [gwt-contrib] JsInterop Questions

2015-04-02 Thread Julien Dramaix
FYI, I've tested this morning with the last night's build and now it works fine with sdm. On Wed, Apr 1, 2015 at 9:10 PM Julien Dramaix julien.dram...@gmail.com wrote: If you have JsExport on a class in the first compilation, it works fine right? Nope I doesn't work. Even in the first

Re: [gwt-contrib] JsInterop retrofit

2015-04-02 Thread Julien Dramaix
Hi all, Finally, did you made a decision ? I like very much the *native methods* approach for its simplicity and a test library like PowerMock seems to be able to mock native methods. But Ray seems to have some concerns about using class instead of Interface. So what was the selected

Re: [gwt-contrib] JsInterop Questions

2015-04-01 Thread Julien Dramaix
' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: On Tue, Mar 31, 2015 at 2:30 PM, Julien Dramaix julien.dram...@gmail.com wrote: Dear GWT lovers, I've finally started to play with JsInterop in GWT 2.7 and mainly I'm trying to use JsInterop in order to write

Re: [gwt-contrib] JsInterop Questions

2015-04-01 Thread Julien Dramaix
to write some incremental compilation test to make sure this works properly before 2.8. On Wed, Apr 1, 2015 at 5:27 AM, Julien Dramaix julien.dram...@gmail.com wrote: Thanks Goktug ! That works better with GWT 2.8 indeed. However, it seems there is a bug with @JsExport and super dev mode

[gwt-contrib] JsInterop Questions

2015-03-31 Thread Julien Dramaix
Dear GWT lovers, I've finally started to play with JsInterop in GWT 2.7 and mainly I'm trying to use JsInterop in order to write polymer components. So far, I have two questions: 1. I'm using super dev mode and so I'm obliged to use the CrossSiteIframeLinker. As the javascript code generated by

Re: [gwt-contrib] Re: Snapshot repo?

2015-03-25 Thread Julien Dramaix
Couldn't we configure sonatype to keep at least the last snapshot even if we don't update the repository (because the build failed) ? On Thu, Mar 19, 2015 at 5:45 PM 'Roberto Lublinerman' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: We are looking into it and

Re: [gwt-contrib] Re: GWT 2.8: Turn GSS on by default

2015-03-09 Thread Julien Dramaix
Sorry for my late reply. I'm OK to not remove the code of the old css completely. I will propose another patch for that. That will the make the upgrade unnecessarily harder I just want to mention that the upgrade can be hard because UiBinder's inner style will use GSS by default. And the only

[gwt-contrib] GWT 2.8: Turn GSS on by default

2015-02-23 Thread Julien Dramaix
Dear GWT aficionados, It has been decided to make GSS default in GWT 2.8. I think there are two ways to do that: 1. Simply change the configuration property *CssResource.enableGss* to true by default. *Pros*: People can easily disable GSS by changing the config property *Cons*: People can

Re: [gwt-contrib] GSS Custom Functions

2015-02-19 Thread Julien Dramaix
Hi Jeffrey, Indeed this is a functionality we have to add (I've talked about that in my presentation about GSS at gwt.create) for GWT 2.8. But it's not a good idea to give the possibility to developers to change the behavior of GwtGssFunctionMapProvider by extending it and giving their own

Re: [gwt-contrib] Stop Leeeeroy please stop

2015-02-14 Thread Julien Dramaix
, Julien Dramaix julien.dram...@gmail.com wrote: Does someone know why Jenkins is posting the same message every 1h30 ? Looks at this patch : https://gwt-review.googlesource.com/#/c/9121/ Jenkins've sent several times the same message. Julien -- You received this message because you

Re: [gwt-contrib] Documentation sources

2015-02-11 Thread Julien Dramaix
git checkout gwt-new-site On Wed Feb 11 2015 at 8:47:39 PM Nicolas Weeger nico...@nekoko.fr wrote: Hello. I've updated my gwt-site repository from googlesource to github, but when running the site locally I don't have the same look as the one on the gwtproject.org site. I've compiled

Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Julien Dramaix
the same info as the contribution guide. On Mon, Feb 9, 2015 at 3:18 PM, Julien Dramaix julien.dram...@gmail.com wrote: Richard, You could find interesting information on how to contribute by reading the documents we've written for the contributor workshop at gwtcreate this year: Preparation

Re: [gwt-contrib] A little change on two http.client.Request modifiers

2015-02-09 Thread Julien Dramaix
Hi Danilo, The best is to propose the change by submitting a CL in gerrit and start the discussion there. Julien On Mon Feb 09 2015 at 12:37:01 PM Danilo Reinert danilorein...@gmail.com wrote: Currently I'm using the http.client.Request class without the RequestBuilder for a project I'm

Re: [gwt-contrib] Where do I find my password for gerrit?

2015-02-09 Thread Julien Dramaix
Richard, You could find interesting information on how to contribute by reading the documents we've written for the contributor workshop at gwtcreate this year: Preparation step for the workshop: http://goo.gl/F4pk0V Workshop slides:

Re: [gwt-contrib] Re: two errors in master

2015-01-31 Thread Julien Dramaix
Jakob, It seems that the dependency to the guava-16.0.1-rebased.jar is missing. You can add it manually, it is located in tools/lib/guava/guava-16.0.1/ On Sat Jan 31 2015 at 9:09:55 AM Jakob Jarosch jakob.jaro...@gmail.com wrote: Hi, I've the same problems compiling the source of gwt. With

Re: [gwt-contrib] Re: GWT 2.8 SnapShot Unexpected internal compiler error in SDM after switching to GSS

2015-01-30 Thread Julien Dramaix
I don't know if it will solve your problem but the configurationProperty CssResource.legacy is not needed anymore: So remove: set-configuration-property name=CssResource.legacy value=true / On Sat Jan 31 2015 at 12:14:40 AM confile michael.gorsk...@googlemail.com wrote: It compiles perfectly

[gwt-contrib] Documentation site on github

2015-01-08 Thread Julien Dramaix
Dear GWT Community, In order to increase the number of contributions on the GWT documentation, we've decided to move the documentation on Github and accept pull requests. We have also spent time to convert all the documentation in markdown syntax. In addition to that, each documentation page has

Re: [gwt-contrib] Re: Code for GSS support (GssResource) pushed. Please review.

2015-01-03 Thread Julien Dramaix
. Oktober 2014 23:40:08 UTC+2 schrieb Julien Dramaix: Just to summarize: - GSS will be available in GWT 2.7 - GSS will use the CssResource interface and your file needs to end with the .gss extension - GSS will not be enabled by default. To enable it: add set-configuration-property name

Re: [gwt-contrib] Re: Official Gradle plugin

2014-12-10 Thread Julien Dramaix
We have a steering committee meeting tonight and this point is on the agenda. So you could expect to get feedback very soon. On Wed Dec 10 2014 at 12:55:41 AM Jens jens.nehlme...@gmail.com wrote: Ping. Would be great to get some feedback. Currently, the lack of a decision regarding a new

Re: [gwt-contrib] Re: Official Gradle plugin

2014-12-10 Thread Julien Dramaix
build something in Java. On Wed, Dec 10, 2014 at 12:21 PM, Julien Dramaix julien.dram...@gmail.com wrote: We have a steering committee meeting tonight and this point is on the agenda. So you could expect to get feedback very soon. On Wed Dec 10 2014 at 12:55:41 AM Jens jens.nehlme

Re: [gwt-contrib] Website documentation question

2014-12-05 Thread Julien Dramaix
I have a big patch (done by Jason Lemay from Arcbees by the way) that I have to push for review converting every files using markdown syntax. And indeed we use html syntax for the header: ## Related frameworksa id=prereqs/a I will push this change in a few weeks but if you want to propose a patch

Re: [gwt-contrib] Not able to run any GWTTestCase

2014-11-15 Thread Julien Dramaix
awfully a class path issue. Did you ant clean before building? On Fri, Nov 14, 2014 at 3:06 AM, Julien Dramaix julien.dram...@gmail.com wrote: I've updated my master branch (of the GWT-core project) the with the remote and now I'm not able to run any GWT test cases included in the project. I

[gwt-contrib] Not able to run any GWTTestCase

2014-11-14 Thread Julien Dramaix
I've updated my master branch (of the GWT-core project) the with the remote and now I'm not able to run any GWT test cases included in the project. I receive first this error: java.lang.NoSuchFieldError: VOID at

Re: [gwt-contrib] Not able to run any GWTTestCase

2014-11-14 Thread Julien Dramaix
try reverting that one? On Friday, November 14, 2014, Julien Dramaix julien.dram...@gmail.com wrote: I've updated my master branch (of the GWT-core project) the with the remote and now I'm not able to run any GWT test cases included in the project. I receive first this error

Re: [gwt-contrib] Not able to run any GWTTestCase

2014-11-14 Thread Julien Dramaix
files (user and dev) are there. Am I missing something for the tests ? On Fri Nov 14 2014 at 1:12:02 PM 'Daniel Kurka' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: Deleted all unit caches? On Nov 14, 2014 1:10 PM, Julien Dramaix julien.dram...@gmail.com wrote: I

Re: [gwt-contrib] Build gwtproject?

2014-11-13 Thread Julien Dramaix
, 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 wrote: I did an uploader rewrite a while back to upload all the files

Re: [gwt-contrib] Build gwtproject?

2014-11-12 Thread Julien Dramaix
Yes we have to modify the gwt-site-uploader to uplaod the .dtd files. I will try to spent some time on that tonight. On Wed Nov 12 2014 at 3:32:58 PM Thomas Broyer t.bro...@gmail.com wrote: On Wednesday, November 12, 2014 11:38:44 AM UTC+1, Jens wrote: I'm not seeing the

Re: [gwt-contrib] 2.7RC1 compiles fine but recompile returns errors

2014-11-07 Thread Julien Dramaix
Koen, Could you give us more information about the error (2) ? Does your BaseAdminCssResource use a .css or a .gss file ? Did you enable GSS ? Did you enable the auto conversion ? Could you paste the css line related with the warning message (line 75) ? Thanks, Julien On Friday, November 7,

Re: [gwt-contrib] Cell widgets and GSS

2014-10-30 Thread Julien Dramaix
easily use the converter with these files and convert them to gss themselves. I think we want to make that transition once GSS is default (or about to be default) inside of Google as a testing ground. -Daniel On Thu, Oct 30, 2014 at 3:51 PM, Julien Dramaix julien.dram...@gmail.com wrote

[gwt-contrib] Cell widgets and GSS

2014-10-29 Thread Julien Dramaix
Now that GSS will be shipped in GWT 2.7 as an experimental feature, I'm wondering if we shouldn't provide GSS files for all existing CssResource interfaces present in GWT. The idea is to keep the associated .css files and use them by default but also to provide GSS files in order that people can

Re: [gwt-contrib] Re: Code for GSS support (GssResource) pushed. Please review.

2014-10-25 Thread Julien Dramaix
UTC-4, Thomas Broyer wrote: On Thursday, October 23, 2014 11:40:08 PM UTC+2, Julien Dramaix wrote: Just to summarize: - GSS will be available in GWT 2.7 - GSS will use the CssResource interface and your file needs to end with the .gss extension - GSS will not be enabled by default

Re: [gwt-contrib] Re: Code for GSS support (GssResource) pushed. Please review.

2014-10-23 Thread Julien Dramaix
GSS as it is not well tested yet. On Tue, Oct 7, 2014 at 1:37 AM, Julien Dramaix julien@gmail.com wrote: I think we are making the things too complex. Initially, we wanted to remove the code of the existing generator for the CssResource and deprecated the existing syntax. It's why we

Re: [gwt-contrib] Change packaging for GSS

2014-10-19 Thread Julien Dramaix
https://gwt-review.googlesource.com/9810 On Sun, Oct 19, 2014 at 12:47 AM, Julien Dramaix julien.dram...@gmail.com wrote: I will work on that tomorrow On Oct 18, 2014 8:10 PM, 'Daniel Kurka' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: Hi all, apparently

Re: [gwt-contrib] Change packaging for GSS

2014-10-18 Thread Julien Dramaix
I will work on that tomorrow On Oct 18, 2014 8:10 PM, 'Daniel Kurka' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: Hi all, apparently we ended up packaging gss into gwt-dev instead of gwt-user: https://gwt-review.googlesource.com/#/c/9803/ @Thomas, @Julien

Re: [gwt-contrib] Build gwtproject?

2014-10-17 Thread Julien Dramaix
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 branflake2...@gmail.com wrote: Could gwtproject site be built? I'm looking for access to these:

Re: [gwt-contrib] Re: Code for GSS support (GssResource) pushed. Please review.

2014-10-07 Thread Julien Dramaix
and follow the two file approach described above. On Mon, Oct 6, 2014 at 12:54 PM, Julien Dramaix julien.dram...@gmail.com wrote: Hmm but still a bit of work if a library has lots of inline styles and wants to use GSS stuff. If you want to use GSS in all of your inline styles, you have first

[gwt-contrib] Code for GSS support (GssResource) pushed. Please review.

2014-10-06 Thread Julien Dramaix
Hi, I've pushed the code for the so called GssResource. The code has been split in two patches: - The first one contains the code for the converter. The converter can be used in order to convert the existing css files to a GSS compatible file. - The second one contains the code for the generator

Re: [gwt-contrib] Re: Code for GSS support (GssResource) pushed. Please review.

2014-10-06 Thread Julien Dramaix
Oh I forgot to mention that we had decided to use only the CssResource interface and not create a new GssResource interface. And we use the extension of the file in order to know if the file has to be converted or not. On Oct 6, 2014 8:24 PM, Jens jens.nehlme...@gmail.com wrote: Now I think we

Re: [gwt-contrib] Re: Code for GSS support (GssResource) pushed. Please review.

2014-10-06 Thread Julien Dramaix
In fact, my question is stupid... If third party library want to use GSS, they just have to use file with .gss extension. For inline UiBinder styles, we can add an attribute useGss=true. On Mon, Oct 6, 2014 at 8:41 PM, Jens jens.nehlme...@gmail.com wrote: Oh I forgot to mention that we had

Re: [gwt-contrib] Re: Code for GSS support (GssResource) pushed. Please review.

2014-10-06 Thread Julien Dramaix
Hmm but still a bit of work if a library has lots of inline styles and wants to use GSS stuff. If you want to use GSS in all of your inline styles, you have first to convert them to GSS and it will take more time than simply adding an attribute that say that this inline style is using GSS. The

Re: [gwt-contrib] bug with the new snapshot

2014-10-03 Thread Julien Dramaix
the recompile.nocache.js. Can you try: https://gwt-review.googlesource.com/#/c/9451/ and let me know if this fixes your issue? -Daniel On Thu, Oct 2, 2014 at 4:34 AM, Julien Dramaix julien.dram...@gmail.com wrote: This morning, I've updated my GWT snapshot to the last one and I'm not able to run

[gwt-contrib] bug with the new snapshot

2014-10-02 Thread Julien Dramaix
This morning, I've updated my GWT snapshot to the last one and I'm not able to run the super dev mode (with the flag -superDevMode) for my applications. The problem comes from that the .nocache.js tries to add the compilation dialog to the body before the body is initialized. Error: Uncaught

[gwt-contrib] Starting super dev mode in debug : performance very bad

2014-10-02 Thread Julien Dramaix
Hi, I've tried to run the super dev mode (dev mode with flag -superDevMode) in debug in order to debug my server side code. The problem is that the superdevmode server is also started in debug mode and the time needed for the initial compilation is very very bad. This is an example of time needed

Re: [gwt-contrib] Starting super dev mode in debug : performance very bad

2014-10-02 Thread Julien Dramaix
the RAM. On Thu, Oct 2, 2014 at 12:37 PM, Julien Dramaix julien.dram...@gmail.com wrote: Hi, I've tried to run the super dev mode (dev mode with flag -superDevMode) in debug in order to debug my server side code. The problem is that the superdevmode server is also started in debug mode

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

2014-10-01 Thread Julien Dramaix
I confirm, I just add GXT to one of my test project and I'm not able to use sdm anymore: [ERROR] Current binding properties are expanding to more than one permutation but per-file compilation requires that each compile operate on only one permutation. On Wed, Oct 1, 2014 at 2:34 AM,

  1   2   >