Re: When will development of GWT 3.0 /GWT 2.9 will start

2018-07-03 Thread Hrishikesh Joshi
Thank you Colin!

Any idea on release dates?

-- 
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: When will development of GWT 3.0 /GWT 2.9 will start

2018-07-03 Thread Hrishikesh Joshi
Thank you Colin!

On Tuesday, 3 July 2018 20:47:57 UTC+5:30, Colin Alworth wrote:
>
> GWT 2.9 is already started, you can check it out at current master - you 
> can see the commits and even build it yourself at 
> https://gwt.googlesource.com/gwt/+/master/, or get a nightly build from 
> https://oss.sonatype.org/content/repositories/google/ (i.e. the latest 
> build at 
> https://oss.sonatype.org/content/repositories/google/com/google/gwt/gwt-user/HEAD-SNAPSHOT/
>  
> for gwt-user is dated July 3).
>
> Current trunk has some support for Java 10 language features, but until a 
> more stable JDT is released, there will likely be bugs. See 
> https://groups.google.com/d/topic/google-web-toolkit-contributors/DiGNHTKKe6Y/discussion
>  
> for more discussion on this.
>
> There is no plan to remove GWT-RPC from GWT 2.x. Work is tentatively 
> proceeding to include a RPC-like mechanism with both GWT2 and GWT3 support, 
> but it isn't clear if this would be an "official" part of GWT, or how 
> exactly it will follow existing GWT-RPC semantics.
>
> On Tuesday, July 3, 2018 at 9:35:46 AM UTC-5, Hrishikesh Joshi wrote:
>>
>> Hi Team, 
>>
>> When will GWT 3.0/ GWT2.9 will start that will support Java 10 version?
>>
>> Are there plans to drop GWT-RPC in these versions?
>>
>> Thanks,
>> -Hrishikesh
>>
>>
>>

-- 
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: GWT2.8 : org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

2018-07-03 Thread Slava Pankov
For me the following helps in my project's pom.xml:


 
  xerces
  xercesImpl
  2.11.0



On Sunday, July 1, 2018 at 12:13:43 AM UTC-7, Leto wrote:
>
>
>
> Am Samstag, 30. Juni 2018 14:35:17 UTC+2 schrieb Thomas Broyer:
>>
>> What's in your classpath? There might probably be ways to avoid those 
>> situations, in GWT, but so few people have run into this that no one 
>> investigated further.
>
>
>
> I stripped down my dependencies to just only a few, and if I omit the 
>
> > 
> -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
> > 
> -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
>
> arguments, the problem still occurs.
>
> I use the simple Ant script, no Eclipse, no Maven in this setup. And 
> within my Ant script, I print the current classpath, which results in:
>
>
> > D:\[...]\gwt-2.8.2\gwt-user.jar
> > D:\[...]\gwt-2.8.2\gwt-dev.jar
> > D:\[...]\Eclipse\MyGwtApp\src
> > D:\[...]\Eclipse\MyGwtApp\war\WEB-INF\classes
> > D:\[...]\Eclipse\MyGwtApp\war\WEB-INF\lib
> > D:\[...]\Eclipse\MyGwtApp\war\WEB-INF\lib\aopalliance-1.0.jar
> > D:\[...]\Eclipse\MyGwtApp\war\WEB-INF\lib\gin-2.1.2.jar
> > D:\[...]\Eclipse\MyGwtApp\war\WEB-INF\lib\guice-3.0.jar
> > D:\[...]\Eclipse\MyGwtApp\war\WEB-INF\lib\guice-assistedinject-3.0.jar
> > D:\[...]\Eclipse\MyGwtApp\war\WEB-INF\lib\gwt-visualization-1.1.2.jar
> > D:\[...]\Eclipse\MyGwtApp\war\WEB-INF\lib\javax.inject-1.jar 
>
>
>
>

-- 
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: When will development of GWT 3.0 /GWT 2.9 will start

2018-07-03 Thread Colin Alworth
GWT 2.9 is already started, you can check it out at current master - you 
can see the commits and even build it yourself at 
https://gwt.googlesource.com/gwt/+/master/, or get a nightly build from 
https://oss.sonatype.org/content/repositories/google/ (i.e. the latest 
build at 
https://oss.sonatype.org/content/repositories/google/com/google/gwt/gwt-user/HEAD-SNAPSHOT/
 
for gwt-user is dated July 3).

Current trunk has some support for Java 10 language features, but until a 
more stable JDT is released, there will likely be bugs. See 
https://groups.google.com/d/topic/google-web-toolkit-contributors/DiGNHTKKe6Y/discussion
 
for more discussion on this.

There is no plan to remove GWT-RPC from GWT 2.x. Work is tentatively 
proceeding to include a RPC-like mechanism with both GWT2 and GWT3 support, 
but it isn't clear if this would be an "official" part of GWT, or how 
exactly it will follow existing GWT-RPC semantics.

On Tuesday, July 3, 2018 at 9:35:46 AM UTC-5, Hrishikesh Joshi wrote:
>
> Hi Team, 
>
> When will GWT 3.0/ GWT2.9 will start that will support Java 10 version?
>
> Are there plans to drop GWT-RPC in these versions?
>
> Thanks,
> -Hrishikesh
>
>
>

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


When will development of GWT 3.0 /GWT 2.9 will start

2018-07-03 Thread Hrishikesh Joshi
Hi Team, 

When will GWT 3.0/ GWT2.9 will start that will support Java 10 version?

Are there plans to drop GWT-RPC in these versions?

Thanks,
-Hrishikesh


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