Hilbrand / cobogwave

GWT wrapper for Google Wave Gadget API
Apache License 2.0
0 stars 0 forks source link

.gadget.xml with actual source is generated in Lexicographical order #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
.gadget.xml with actual source is generated in Lexicographical order from all 
gadget definitions that are present on the class path, i.e. if I include 
utilities jar with <module>.gadget.xml - then the xml with gadget definitions 
and the source code will be generated for the utilities gadget and not for the 
main gadget I work on if the package name of the utilties gadget is first in 
ascending order

What steps will reproduce the problem?
1. Create gadget that extends WaveGadget 
2.Import some other gadget - either as project or as jar, with package name  
that precedes the main gadget

What is the expected output? What do you see instead?
The .gadget.xml source will be contain __BOOTSTRAP__ while the .gadget.xm of 
utilities jar will contains the source (js) code of the main gadget. The 
expected output should be just the opposite. If I change the package name of 
the main gadget so its package name in lexicographical order come first - then 
it receives the source as expected.

What version of the product are you using? On what operating system?
cobogwave-gadget-1.1.2.jar

Original issue reported on code.google.com by vega113 on 14 Sep 2010 at 9:40

GoogleCodeExporter commented 9 years ago
The gadget code generated is done by the google api library and is not 
something that can or is controlled from the cobogwave library. I have no 
solution for this problem, but you might want to check with the google api 
forum to see if someone can help: http://groups.google.com/group/GWT-Google-Apis

Original comment by hs@h72.nl on 4 Oct 2010 at 8:40

GoogleCodeExporter commented 9 years ago
opened issue in the GWT API
http://code.google.com/p/gwt-google-apis/issues/detail?id=422

Original comment by vega113 on 4 Oct 2010 at 12:42