[Swift-devel] [Bug 151] Swift gives null pointer exception
Ben Clifford
benc at hawaga.org.uk
Sun Jul 27 11:59:35 CDT 2008
On Sun, 27 Jul 2008, Michael Wilde wrote:
> Whats the Swift logic regarding recompilation if it finds an existing .kml
> file? Does that logic get fooled in some cases?
Its based on the modification dates of the .kml and .swift files. The code
is in the compile method of src//org/griphyn/vdl/karajan/Loader.java
The two ways in which this commonly breaks are if the Swift version
changes (because it doesn't force a recompile when versions change) or if
you touch the kml file (eg by loading it into a text editor and causing a
save to happen)
--
More information about the Swift-devel
mailing list