GeneratorContext.tryCreateResource

2013-12-19 Thread Douglas Hoskins
I have just upgraded my project from 2.5.1 to 2.6.0-rc3. I have some Generators in my project that create new files in the file system using GeneratorContext.tryCreateResource. This used to work fine even if the target directory for the file did not exist, but now in 2.6.0-rc3 it is throwing

Re: GeneratorContext.tryCreateResource

2013-12-19 Thread Douglas Hoskins
directory: /path/to/folder1/.. at com.google.gwt.dev.util.OutputFileSetOnDirectory.mkdirs(OutputFileSetOnDirectory.java:82) On Thursday, 19 December 2013 18:03:38 UTC, Douglas Hoskins wrote: I have just upgraded my project from 2.5.1 to 2.6.0-rc3. I have some Generators in my project

Re: GWT compiler doesn't create symbol maps files

2013-07-22 Thread Douglas Hoskins
Same happening here; this is exacerbated by the GWT maven plugin including JUnit by default. Take comfort in thinking of the many hours you have saved others! On Sunday, October 23, 2011 4:03:46 PM UTC+1, Alexander wrote: A miracle happened, I found the reason. inherits

GWT Exporter: Public constructors in exportable classes

2012-10-02 Thread Douglas Hoskins
GWT Exporter currently fails silently if it meets an Exportable class whose public constructor accepts arguments other than a JavaScriptObject. Two unrelated questions about this: 1) Is there a technical reason why can't exportable classes can't have constructors accepting Strings,

GWT Exporter: Why can't exported methods return boolean[]

2012-10-02 Thread Douglas Hoskins
Hi Sorry to x-post here from the gwtexporter group, but it seems to be dead and I'd really like answers to these questions! I'm trying to export a class with a method which returns boolean[], and got Referencing method 'org.timepedia.exporter.client.ExporterUtil.wrap([Z)': unable to resolve