% javac -sourcepath src -classpath "src:lib/antlr-2.7.5.jar:/usr/share/java/log4j-1.2.17.jar:" \ 1
uk/ac/manchester/cs/snee/client/SampleClient.java \
-d bin
uk/ac/manchester/cs/snee/client/SampleClient.java:21: error: cannot find symbol
import uk.ac.manchester.cs.snee.EvaluatorException;
^
symbol: class EvaluatorException
location: package uk.ac.manchester.cs.snee
uk/ac/manchester/cs/snee/client/SampleClient.java:22: error: cannot find symbol
import uk.ac.manchester.cs.snee.MetadataException;
^
symbol: class MetadataException
location: package uk.ac.manchester.cs.snee
uk/ac/manchester/cs/snee/client/SampleClient.java:23: error: cannot find symbol
import uk.ac.manchester.cs.snee.ResultStoreImpl;
^
symbol: class ResultStoreImpl
location: package uk.ac.manchester.cs.snee
uk/ac/manchester/cs/snee/client/SampleClient.java:24: error: cannot find symbol
import uk.ac.manchester.cs.snee.SNEECompilerException;
^
symbol: class SNEECompilerException
location: package uk.ac.manchester.cs.snee
uk/ac/manchester/cs/snee/client/SampleClient.java:25: error: cannot find symbol
import uk.ac.manchester.cs.snee.SNEEController;
^
symbol: class SNEEController
location: package uk.ac.manchester.cs.snee
uk/ac/manchester/cs/snee/client/SampleClient.java:26: error: cannot find symbol
import uk.ac.manchester.cs.snee.SNEEDataSourceException;
^
symbol: class SNEEDataSourceException
location: package uk.ac.manchester.cs.snee
uk/ac/manchester/cs/snee/client/SampleClient.java:27: error: cannot find symbol
import uk.ac.manchester.cs.snee.SNEEException;
^
symbol: class SNEEException
location: package uk.ac.manchester.cs.snee
uk/ac/manchester/cs/snee/client/SampleClient.java:28: error: package uk.ac.manchester.cs.snee.common does not exist
import uk.ac.manchester.cs.snee.common.SNEEConfigurationException;
^
uk/ac/manchester/cs/snee/client/SampleClient.java:29: error: package uk.ac.manchester.cs.snee.compiler.queryplan.expressions does not exist
import uk.ac.manchester.cs.snee.compiler.queryplan.expressions.Attribute;
^
uk/ac/manchester/cs/snee/client/SampleClient.java:30: error: package uk.ac.manchester.cs.snee.metadata.schema does not exist
import uk.ac.manchester.cs.snee.metadata.schema.AttributeType;
^
uk/ac/manchester/cs/snee/client/SampleClient.java:31: error: package uk.ac.manchester.cs.snee.metadata.schema does not exist
import uk.ac.manchester.cs.snee.metadata.schema.ExtentMetadata;
^
mvn install
--
You received this message because you are subscribed to the Google Groups "SNEE user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to snee-user+...@googlegroups.com.
To post to this group, send email to snee...@googlegroups.com.
Visit this group at http://groups.google.com/group/snee-user.
For more options, visit https://groups.google.com/groups/opt_out.
Hi
What version of Java are you using?
I think the 1.7 library changed the ResultSet API and the code will not work with it.
Alasdair
Alasdair J G Gray
http://www.orcid.org/0000-0002-5711-4872