.gwt.xml define source path to code from maven dependency

2015-03-21 Thread Dr.Doom
Hi, i got the following scenario. I have a GWT project and a backend project. I have some written DTOS (package de.backend.dtos.*) in the backend. I added the backend as maven dependency to the GWT project. How do i have to define the source path in the gwt.xml that i can compile the dtos of t

Re: .gwt.xml define source path to code from maven dependency

2015-03-21 Thread Jens
Create a file Dtos.gwt.xml in de.backend package and add to it. Alternatively you can put the file into de.backend.dtos and then use . You can then inherit that module in your App.gwt.xml. Keep in mind that GWT needs source files so your backend dependency should contain them or you need to a

Simple tool for generating CssResource files from css/gss stylesheets

2015-03-21 Thread Ali Akhtar
Its often a pain to have to generate CssResource files from .css / .gss stylesheets. Intellij has a tool that works reasonably well, but it seems unable to handle classes with hyphens or numbers in them. E.g it converts both "foo-bar-1" and "foo-bar-2" to "fooBar()", which results in compile er

Re: Compiling permutation hangs ?

2015-03-21 Thread elickerman
I'm having a similar issue though I haven't checked the stacktraces. An existing, long working, large GWT application hangs at permutation 0... in 2.6.1 and the problem also exists in 2.7. Any ideas on how to follow up on this? On Tuesday, November 18, 2014 at 3:20:38 PM UTC-8, Ed wrote: > > @J

GSS @alternate errors for duplicate selectors

2015-03-21 Thread Ali Akhtar
If you have the following lines in a .gss file : background: transparent; background: rgba(0, 0, 0, 0.5); You're greeted with this compile error: [ERROR] Error in xxx/css/foundation.gss[line: 4921 column: 20]: Detected multiple identical, non-alternate declarations in the same ruleset.

Re: GSS @alternate errors for duplicate selectors

2015-03-21 Thread Jens
AFAICT closure stylesheets does not allow disabling CSS linting so GWT can't do anything about it. https://code.google.com/p/closure-stylesheets/#Linting -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this gro

Re: GSS @alternate errors for duplicate selectors

2015-03-21 Thread Ali Akhtar
That sucks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-we