Open GoogleCodeExporter opened 9 years ago
Another solution is to move your code around so that you don't include any
other Gadget subclasses in the source path other than the one you want to build.
Original comment by zundel@google.com
on 4 Oct 2010 at 6:35
But I need those utilities gadgets jars - so it's not an option
Original comment by vega113
on 5 Oct 2010 at 6:48
What I mean is to put your main Gadget class that currently lives in the
Utilities module under a different module.
com.example.Utilities.gadget.UtilitiesGadget.gwt.xml:
<inherits name="com.example.Utilities">
com.example.MyGadget.MyGadget.gwt.xml
<inherits name="com.example.Utilities">
com.example.Utilities.gwt.xml:
Original comment by zundel@google.com
on 5 Oct 2010 at 11:57
Original issue reported on code.google.com by
vega113
on 4 Oct 2010 at 12:39