strange, there is a no-arg constructor on SaveLayersTableColumnModel and it happily compiles in my environment, using Java 5 too.
-- Karl -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Dirk Stöcker Gesendet: Freitag, 4. September 2009 16:46 An: [email protected] Betreff: Re: [josm-dev] latest not latest? On Fri, 4 Sep 2009, Martin Koppenhoefer wrote: > 2009/9/4 André Riedel <[email protected]>: >> You can easily build your own JOSM ;-) > > I wish I could. I'm a Noob ;-), I had an Eclipse-Install on my > windows-machine and everything was configured that I could (but rarely > did), but since I formated Win to be free ( :D ), I had no time to > look at it, and since the trac does all of this in a convenient way > (and I'm not every day waiting for the latest build), it's too much a > hassle to install and configure all of this. Following error prevents compiling using Java 5: ./org/openstreetmap/josm/gui/io/SaveLayersTable.java:13: cannot find symbol symbol : class SaveLayersTableColumnModel location: class org.openstreetmap.josm.gui.io.SaveLayersTable super(model, new SaveLayersTableColumnModel()); Seems the default contructor is missing. Ciao -- http://www.dstoecker.eu/ (PGP key available) _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/josm-dev
