On Tue, Nov 03, 2015 at 10:48:47AM +0100, Sandro Santilli wrote: > I've just updated JTS to its current trunk version and it resulted > in breaking the testbuilder: > > $ sh build/dist/bin/testbuilder.sh . > Exception in thread "main" java.lang.ExceptionInInitializerError > at > com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel.<clinit>(Unknown > Source) > at com.vividsolutions.jtstest.testbuilder.JTSTestBuilder.<init>(Unknown > Source) > at com.vividsolutions.jtstest.testbuilder.JTSTestBuilder.main(Unknown > Source) > Caused by: java.lang.NullPointerException > at javax.swing.ImageIcon.<init>(ImageIcon.java:217) > at > com.vividsolutions.jtstest.testbuilder.AppConstants.<clinit>(Unknown Source) > > The testbuilder.sh (which used to work in some previous version) > is not in the repo (would be great to add it). It is as follows:
Actually I was wrong, testbuilder.sh _is_ in the repo: bin/testbuilder.sh --strk; ------------------------------------------------------------------------------ _______________________________________________ Jts-topo-suite-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jts-topo-suite-user
