[gwt-contrib] Re: Latest update to GWT plugin for Eclipse crashes Indigo

2013-12-23 Thread Michael Prentice
This was also posted in the GPE Google Group 
here: https://groups.google.com/forum/#!topic/google-plugin-eclipse/V4MaZEXY24Q

That is probably a better place to discuss it. Also posting your update 
site URL would be helpful.

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[gwt-contrib] Re: Problem compiling GWT from source

2013-12-23 Thread Michael Prentice
I agree with Thomas. I believe it already defaults to picking up the one 
generated by the ANT build. I did the same thing and ignored that part of 
the instructions since it didn't work well. After that everything built 
well enough (with regards to APT stuff). Looks like another thing in the 
README.txt that needs updating.

On Monday, December 23, 2013 7:34:13 AM UTC-5, Thomas Broyer wrote:
>
> Hi, 
>
> I think ideally you'd build gwt with Ant and then go pick the just-built 
> requestfactory-apt.jar for use in Eclipse. 
>
> On Monday, December 23, 2013 12:32:02 PM UTC+1, mirko bonasorte wrote: 
> > Hi all, 
> > 
> > 
> > I have attended GWT.create workshop by Michael Vogt (thanks for your 
> great session!) and I would like to contribute to the GWT project. I have 
> followed the instructions provided by Michael and by the README.txt file, 
> but Eclipse complains about the following: 
> >  BaseFooProxy.java: 
> >  Multiple markers at this line- The type 
> java.util.Map
>   
> cannot be used here- Cannot validate this method because the domain 
> mapping for the return type  
> (java.util.Map)
>  
> could not  be resolved to a domain type Add 
> @SuppressWarnings("requestfactory") to dismiss.  
> >   
> > 
> > 
> > Based on what I can understand, it seems to be a problem related to the 
> Annotation Processor Factory Path configuration. As reported in the 
> instructions provided in the README.txt, I have added 
> GWT_TOOLS/lib/requestfactory/requestfactory-apt-2011-08-18.jar, since it 
> seems to be the most recent one. There was also a 
> GWT-TOOLS/lib/requestfactory/requestfactory-apt.jar. I have tried checking 
> and unchecking it, but the problem persist. I have also tried using 
> requestfactory-apt-2.5.1.jar, without any noticeable results. 
> > 
> > 
> > In addition, I have other compilation errors. For instance, it cannot 
> find the class 
> 'com.google.web.bindery.requestfactory.vm.impl.TypeTokenResolver'. 
> > 
> > 
> > I am sure I am missing something in the instructions, but I can not see 
> it... 
> > 
> > 
> > I am using Eclipse Indigo. 
> > 
> > 
> > Thank you for your help. 
> > 
> > 
> > Mirko 
> > 
> > 
> > P.S. I am sorry to bother you all with such newbie questions. 
>
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[gwt-contrib] Re: Latest update to GWT plugin for Eclipse crashes Indigo

2013-12-23 Thread Jens
What does your Eclipse log file say (.log file located at /.metadata)? 

If you want to file a bug you should 
use https://code.google.com/p/google-plugin-for-eclipse/issues/list instead 
of the GWT issue tracker.

-- J.

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[gwt-contrib] Latest update to GWT plugin for Eclipse crashes Indigo

2013-12-23 Thread Bob Murrell
So I develop using Indigo. I got a message saying there was an update. 
After installing and restarting, Eclipse crashes. I tried a fresh install 
of Indigo, installing the GWT plugin from the instructions, and the same 
occurs.

Java 1.7, Mac OSX 10.8.5

To reproduce:

1) Install Indigo
2) Follow GWT plugin instructions for Indigo
3) After installation, restart Indigo - it crashes.

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[gwt-contrib] Re: Problem compiling GWT from source

2013-12-23 Thread Thomas Broyer
Hi,

I think ideally you'd build gwt with Ant and then go pick the just-built 
requestfactory-apt.jar for use in Eclipse.

On Monday, December 23, 2013 12:32:02 PM UTC+1, mirko bonasorte wrote:
> Hi all,
> 
> 
> I have attended GWT.create workshop by Michael Vogt (thanks for your great 
> session!) and I would like to contribute to the GWT project. I have followed 
> the instructions provided by Michael and by the README.txt file, but Eclipse 
> complains about the following:
>  BaseFooProxy.java:
>  Multiple markers at this line- The type 
> java.util.Map
>     cannot be used here- Cannot validate this method because the domain 
> mapping for the return type 
> (java.util.Map)
>  could not  be resolved to a domain type Add 
> @SuppressWarnings("requestfactory") to dismiss. 
>  
> 
> 
> Based on what I can understand, it seems to be a problem related to the 
> Annotation Processor Factory Path configuration. As reported in the 
> instructions provided in the README.txt, I have added 
> GWT_TOOLS/lib/requestfactory/requestfactory-apt-2011-08-18.jar, since it 
> seems to be the most recent one. There was also a 
> GWT-TOOLS/lib/requestfactory/requestfactory-apt.jar. I have tried checking 
> and unchecking it, but the problem persist. I have also tried using 
> requestfactory-apt-2.5.1.jar, without any noticeable results.
> 
> 
> In addition, I have other compilation errors. For instance, it cannot find 
> the class 'com.google.web.bindery.requestfactory.vm.impl.TypeTokenResolver'.
> 
> 
> I am sure I am missing something in the instructions, but I can not see it...
> 
> 
> I am using Eclipse Indigo.
> 
> 
> Thank you for your help.
> 
> 
> Mirko
> 
> 
> P.S. I am sorry to bother you all with such newbie questions.

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[gwt-contrib] Problem compiling GWT from source

2013-12-23 Thread mirko bonasorte
Hi all,

I have attended GWT.create workshop by Michael Vogt (thanks for your great 
session!) and I would like to contribute to the GWT project. I have 
followed the instructions provided by Michael and by the README.txt file, 
but Eclipse complains about the following:
 

> BaseFooProxy.java:

 

> Multiple markers at this line

- The type 
> java.util.Map
>  

 cannot be used here

- Cannot validate this method because the domain mapping for the return 
> type 

(java.util.Map)
 
> could not 

 be resolved to a domain type Add @SuppressWarnings("requestfactory") to 
> dismiss.

 

 

Based on what I can understand, it seems to be a problem related to the 
Annotation Processor Factory Path configuration. As reported in the 
instructions provided in the README.txt, I have added 
GWT_TOOLS/lib/requestfactory/requestfactory-apt-2011-08-18.jar, since it 
seems to be the most recent one. There was also a 
GWT-TOOLS/lib/requestfactory/requestfactory-apt.jar. I have tried checking 
and unchecking it, but the problem persist. I have also tried using 
requestfactory-apt-2.5.1.jar, without any noticeable results.

In addition, I have other compilation errors. For instance, it cannot find 
the class 'com.google.web.bindery.requestfactory.vm.impl.TypeTokenResolver'.

I am sure I am missing something in the instructions, but I can not see 
it...

I am using Eclipse Indigo.

Thank you for your help.

Mirko

P.S. I am sorry to bother you all with such newbie questions.

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.