dankurka / gwtphonegap

clone of gwt phonegap main branch
http://code.google.com/p/gwt-phonegap/
54 stars 39 forks source link

GWT 2.7 and gwt.logging.popupHandler property #46

Open jjdestef3 opened 9 years ago

jjdestef3 commented 9 years ago

Hi,

Trying to compile project using GWT 2.7. Looks like this property is no longer used and is causing a compilation error. I worked around this by adding a property define for it as the first element in my module file. This property is referenced in the PhoneGap.gwt.xml module def.

Thanks

2ndline commented 9 years ago

Could you provide an example of that? I'm running into the same thing

svkirans commented 9 years ago

@2ndline There is one line change in gwt.xml file which needs to be removed. There is a pull request for this already which you refer to and apply the same on your project. https://github.com/dankurka/gwtphonegap/pull/47

2ndline commented 9 years ago

@svkirans - great! How can I apply that as a patch for the time being? Un-jar, make the fix, then re-jar?

xylo commented 8 years ago

The patch seems to work. It's a pitty that it did not get included for over a year.

anuragsns commented 7 years ago

I have remove the line which svkirans (commented on Dec 10, 2014) suggested and now I am getting [ERROR] Line 35: Property 'phonegap.env' not found.

here are the lines I have removed from my gwt.xml