Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvn compile fails #6

Open
devth opened this issue Aug 21, 2014 · 0 comments
Open

mvn compile fails #6

devth opened this issue Aug 21, 2014 · 0 comments

Comments

@devth
Copy link

devth commented Aug 21, 2014

Many errors about "cannot find symbol". A few example lines:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project optiq-csv: Compilation failure: Compilation failure:
[ERROR] /Users/devth/oss/optiq-csv/src/main/java/net/hydromatic/optiq/impl/csv/JsonEnumerator.java:[20,28] error: package net.hydromatic.linq4j does not exist
[ERROR] /Users/devth/oss/optiq-csv/src/main/java/net/hydromatic/optiq/impl/csv/JsonEnumerator.java:[21,28] error: package net.hydromatic.linq4j does not exist
[ERROR] /Users/devth/oss/optiq-csv/src/main/java/net/hydromatic/optiq/impl/csv/JsonEnumerator.java:[23,33] error: package com.fasterxml.jackson.core does not exist
[ERROR] /Users/devth/oss/optiq-csv/src/main/java/net/hydromatic/optiq/impl/csv/JsonEnumerator.java:[24,37] error: package com.fasterxml.jackson.databind does not exist
[ERROR] /Users/devth/oss/optiq-csv/src/main/java/net/hydromatic/optiq/impl/csv/JsonEnumerator.java:[30,32] error: cannot find symbol
[ERROR] class Enumerator
[ERROR] /Users/devth/oss/optiq-csv/src/main/java/net/hydromatic/optiq/impl/csv/JsonEnumerator.java:[31,16] error: cannot find symbol
[ERROR] class JsonEnumerator
[ERROR] /Users/devth/oss/optiq-csv/src/main/java/net/hydromatic/optiq/impl/csv/CsvTableFactory.java:[22,0] error: package org.eigenbase.reltype does not exist
[ERROR] /Users/devth/oss/optiq-csv/src/main/java/net/hydromatic/optiq/impl/csv/CsvTableFactory.java:[34,40] error: cannot find symb
@devth devth changed the title mvn install fails mvn compile fails Aug 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant