Thanks Tim - that is about what I thought. I have several small changes that
I would like to move forward, along with the re-work of hex-grid numbering,
and will talk to Joel once I have them all checked-in ready to test.
Pieter Geerkens B.Sc., CGA
pgeerkens@hotmail.com
-----Original Message-----
From: messages-bounces@vassalengine.org
[mailto:messages-bounces@vassalengine.org] On Behalf Of Tim McCarron
Sent: Sunday, January 02, 2011 6:23 PM
To: messages@vassalengine.org
Subject: Re: [messages] [Technical Support & Bugs] Re:
BoardPickerisnotanAbstractBuildable !?
You’ll need Joel to tell you what to do there - basically when a version of
vassal needs to be tested Joel will compile a test build and provide a link
for designers to test out. I just don’t know how to compile the entire
engine from a branch by itself I’m afraid
You basically need to do the same though - there is too much module
variation to expect one or two modules / designers will test your changes
comprehensively so you need to provide a public (or semi public) test build
that everyone can reach (at least those that are interested to see what the
changes are) and what if any things break etc…
Tim
-----Original Message-----
From: messages-bounces@vassalengine.org
[mailto:messages-bounces@vassalengine.org] On Behalf Of pgeerkens
Sent: Sunday, January 02, 2011 4:59 PM
To: messages@vassalengine.org
Subject: Re: [messages] [Technical Support & Bugs] Re: BoardPicker
isnotanAbstractBuildable !?
Hi Tim,
It is now working fine in my AH-Waterloo module, if that is what you mean.
Otherwise, as a newbie, I will need a quick how-to on making an experimental
build.
Thank you
Pieter Geerkens B.Sc., CGA
pgeerkens@hotmail.com
-----Original Message-----
From: messages-bounces@vassalengine.org
[mailto:messages-bounces@vassalengine.org] On Behalf Of Tim McCarron
Sent: Sunday, January 02, 2011 5:36 PM
To: messages@vassalengine.org
Subject: Re: [messages] [Technical Support & Bugs] Re: BoardPicker is
notanAbstractBuildable !?
Make an experimental build and I’ll tell you
-----Original Message-----
From: messages-bounces@vassalengine.org
[mailto:messages-bounces@vassalengine.org] On Behalf Of pgeerkens
Sent: Sunday, January 02, 2011 4:32 PM
To: messages@vassalengine.org
Subject: [messages] [Technical Support & Bugs] Re: BoardPicker is not
anAbstractBuildable !?
It turned out not such a long string to get out of the maze after all.
Added to BoardPicker:
extends AbstractBuildable
public void remove(Buildable b) { ...
super.add(b);
}
public String[] getAttributeNames() { return new String[0]; }
and that seems to work fine. Is this going to break anything obvious?
Read this topic online here:
https://forum.vassalengine.org/t/boardpicker-is-not-an-abstractbuildable/3545/6