with all the changes we did to GWT DevMode and Google plugin in last
releases, it should be very easy.

Just install Eclipse for JEE (preferably Luna), install GPE (google eclipse
plugin), import Hupa (using the import existing maven projects wizard),
then select 'hupa' project (note that it's not hupa-client) and under the
'Run as' menu you should have a 'super dev mode' item.

Since we ar using RF, you should setup the RF annotation processing for the
hupa project, otherwise you will get RF obfuscate exceptions.

- Manolo


On Tue, Feb 17, 2015 at 11:03 AM, dongxu <don...@apache.org> wrote:

> Hi Manolo,
> Is Hupa working under SuperDevMode now? If so, could you help list the
> shortcut step on how to run hupa in SuperDevMode. Since I was trying to
> make it run but failed.
>
> Thanks a lot.
>
> On Tue, Feb 17, 2015 at 6:07 AM, <man...@apache.org> wrote:
>
>> Author: manolo
>> Date: Mon Feb 16 22:07:11 2015
>> New Revision: 1660222
>>
>> URL: http://svn.apache.org/r1660222
>> Log:
>> Latest GWT use SD by default, linker must be xsiframe
>>
>> Removed:
>>
>> james/hupa/trunk/client/src/main/java/org/apache/hupa/public/Hupa-sd.html
>> Modified:
>>     james/hupa/trunk/hupa/src/main/java/org/apache/hupa/HupaProd.gwt.xml
>>
>> Modified:
>> james/hupa/trunk/hupa/src/main/java/org/apache/hupa/HupaProd.gwt.xml
>> URL:
>> http://svn.apache.org/viewvc/james/hupa/trunk/hupa/src/main/java/org/apache/hupa/HupaProd.gwt.xml?rev=1660222&r1=1660221&r2=1660222&view=diff
>>
>> ==============================================================================
>> --- james/hupa/trunk/hupa/src/main/java/org/apache/hupa/HupaProd.gwt.xml
>> (original)
>> +++ james/hupa/trunk/hupa/src/main/java/org/apache/hupa/HupaProd.gwt.xml
>> Mon Feb 16 22:07:11 2015
>> @@ -29,9 +29,12 @@
>>    <set-configuration-property name="locale.useragent" value="Y"/>
>>
>>    <!-- Compile for all browsers -->
>> -  <set-property name="user.agent" value="gecko1_8,safari,ie9"/>
>> +  <set-property name="user.agent" value="gecko1_8,safari,ie9,ie10"/>
>> +  <add-linker name="xsiframe"/>
>>
>>    <set-configuration-property name="CssResource.style" value="obf"/>
>>
>>    <entry-point class='org.apache.hupa.client.Hupa'/>
>> +
>> +  <collapse-all-properties />
>>  </module>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
>> For additional commands, e-mail: server-dev-h...@james.apache.org
>>
>>
>

Reply via email to