Hi all,

I am trying to run the projections tests. They all complain of the absence of 
ScriptRunner, e.g.:

$ java -cp target/classes:target/test-classes:$CLASSPATH -ea 
org.geotools.referencing.ScriptRunner 
src/test/resources/org/geotools/referencing/test-data/scripts/Sinusoidal.txt
Error: Could not find or load main class org.geotools.referencing.ScriptRunner

The ScriptRunner indeed does not feature in the class path produced by maven:

$ mvn dependency:build-classpath > mvn.out
$ cat mvn.out | grep ScriptRunner
$

Do I need to obtain the class path in a different way?

Thank you.

--
Luís
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to