Created
October 19, 2012 04:45
-
-
Save arashi01/3916279 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9: class file needed by HTTPServletContext is missing. | |
[error] reference value servlet of package javax refers to nonexisting symbol. | |
[error] case http: HTTPServletContext => http.ctx.getRealPath(uri) | |
[error] ^ | |
[error] two errors found | |
[error] (compile:compile) Compilation failed | |
[error] Total time: 1 s, completed 19-Oct-2012 07:39:30 | |
> compile | |
[info] Compiling 7 Scala sources to /home/a.rashid/Work/projects/zantekk-web/target/scala-2.9.2/classes... | |
[error] /home/a.rashid/Work/projects/zantekk-web/src/main/scala/com/zantekk/www/conf/LiftTemplateEngine.scala:59: class file needed by HTTPServletContext is missing. | |
[error] reference value servlet of package javax refers to nonexisting symbol. | |
[error] case http: HTTPServletContext => http.ctx.getRealPath(uri) | |
[error] ^ | |
[error] one error found | |
[error] (compile:compile) Compilation failed | |
[error] Total time: 1 s, completed 19-Oct-2012 07:40:40 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment