Re: Compiling GWT 2.6.1 at Java 7 source level

2014-06-04 Thread Nicholas DiMucci
I resolved this. In combination of explictly setting the source level target to the Java and GWT compilers, I had to delete the gwt-unitCache directory as well. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this

Compiling GWT 2.6.1 at Java 7 source level

2014-06-03 Thread Nicholas DiMucci
I've recently updated my GWT project to 2.6.1, and started to make use of Java 7 syntax since 2.6 now supports Java 7. However, when I attempt to compile, I'm receiving compiler errors such as [ERROR] Line 42: '' operator is not allowed for source level below 1.7 Full output Compiling

Re: Compiling GWT 2.6.1 at Java 7 source level

2014-06-03 Thread Nicholas DiMucci
Probably worth nothing that I can compile and run the project just fine through the IntelliJ run configurations. It's just when I attempt to compile via the Ant targets (either within IntelliJ or at a system command line) that I have issues. -- You received this message because you are

Re: GWT listbox text color, selection

2013-01-22 Thread Nicholas DiMucci
(); On Friday, January 18, 2013 6:55:22 PM UTC+5:30, Nicholas DiMucci wrote: *blows cobwebs off this thread* Can anyone answer this question? I'm looking to change the font color of individual items within a ListBox. On Thursday, June 12, 2008 3:27:03 PM UTC-4, mbracken wrote: how do you set

Re: GWT listbox text color, selection

2013-01-18 Thread Nicholas DiMucci
*blows cobwebs off this thread* Can anyone answer this question? I'm looking to change the font color of individual items within a ListBox. On Thursday, June 12, 2008 3:27:03 PM UTC-4, mbracken wrote: how do you set the styles on individual elements? On Jun 12, 9:28 am, jhulford