Re: GWT and Bazel

2016-12-17 Thread Erik Kuefler
Yep, I only recently published these rules from what we were using at my 
company, so they're definitely immature but do work for us in a reasonably 
large GWT application. I'm not sure how many other people are using them 
yet but I'm actively maintaining them if people run into any issues.

Thomas is correct that java_roots is probably what you want - I added an 
example at your bug report 
at https://github.com/bazelbuild/rules_gwt/issues/8. It's true that it's 
somewhat hackish - the fact that GWT essentially contains its own internal 
build system can make integrating it with Bazel a little awkward.

Google doesn't use these rules internally, but they do in fact keep the 
entirety of their code base in a single source tree. They published a paper 
describing it at 
http://cacm.acm.org/magazines/2016/7/204032-why-google-stores-billions-of-lines-of-code-in-a-single-repository/fulltext
 
and there's a Wired article on it 
at https://www.wired.com/2015/09/google-2-billion-lines-codeand-one-place/.

On Thursday, December 15, 2016 at 12:36:22 PM UTC-8, Konstantin Solomatov 
wrote:
>
> Does anybody use rules for bazel from here: 
> https://github.com/bazelbuild/rules_gwt? It seems that these rules are 
> quite immature. Does anybody try to use it? Are there any alternatives to 
> this?
>
> It has dev mode, but it works only with the source folders from the module 
> where you declare gwt_application. Are there any ways to workaround this 
> implementation. I know that google internally has gwt rules. Do they work 
> in the same way or do they manage to load all source folders somehow?
>
> Thanks,
> Kostya
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT and Bazel

2016-12-17 Thread Konstantin Solomatov

>
>
> It has dev mode, but it works only with the source folders from the module 
>> where you declare gwt_application. Are there any ways to workaround this 
>> implementation.
>>
>
> From the documentation there's a java_roots attribute to gwt_application 
> (but generally with Bazel you'd put everything into a single source root, 
> contrary to many other build tools like Maven or Gradle)
>
I've seen it. But it seems to be a little bit of a hack.

I wonder, how do you do this in google, i.e. with google's native tools? I 
bet, it's very hard to put everything into one source root, especially in 
large projects.

Thanks,
Kostya

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 1.7 to 2.7(migration). EXT-JS help

2016-12-17 Thread 敏陈
just try it

if makes Error 

post it out!

在 2016年12月13日星期二 UTC+8上午1:09:55,venkata...@gmail.com写道:
>
> Hi,
>
>  I have recently started migrating my application from GWT 1.7 to GWT 2.7. 
> With  a limited availability of information online I was finding difficulty 
> in updating.
>
> Currently my 1.7 GWT application runs on GWTEXT 2.0.4. and the last 
> released GWTEXT version in the market is 2.0.6.(http://gwt-ext.com/)
>
>
>  My question-  *Does GWTEXT 2.0.6 support GWT 2.7, and is it compatible 
> with browsers like IE9,10 and Microsoft edge.??*
>
> *  Is there any other available GWTEXT versions in the 
> market, compatible with 2.7 GWT??*
>
>
>
> Thanks in advance.
>  
>  Venkat
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: IDEs, Dagger2 and annotationProcessorPaths

2016-12-17 Thread Raphael André Bauer
Absolutely right - it's not a Dagger2 issue at all. As dumb user of
Dagger2 it's nevertheless unfortunate that the tooling aka IDE / Maven
integration is not (yet) up to the job... I mean - Dagger2 was
released 1.5 years ago...

Best,

Raphael

On Sat, Dec 17, 2016 at 9:50 AM, Thomas Broyer  wrote:
> Nothing to do with Dagger proper, it's a Maven and IDE integration issue. 
> annotationProcessorPaths of maven-compiler-plugin is quite new (and with 
> issues on its own) and it's not really surprising that IDEs haven't caught up 
> yet.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: IDEs, Dagger2 and annotationProcessorPaths

2016-12-17 Thread Thomas Broyer
Nothing to do with Dagger proper, it's a Maven and IDE integration issue. 
annotationProcessorPaths of maven-compiler-plugin is quite new (and with issues 
on its own) and it's not really surprising that IDEs haven't caught up yet.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.