Skip to content

Instantly share code, notes, and snippets.

@hale
Created March 14, 2013 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hale/5162969 to your computer and use it in GitHub Desktop.
Save hale/5162969 to your computer and use it in GitHub Desktop.
✘ ⚙ ⮀ ~/code/venue4us-experimental ⮀ ⭠ master± ⮀ play compile
[info] Loading project definition from /Users/philiphale/code/venue4us-experimental/project
[info] Set current project to venue4us (in build file:/Users/philiphale/code/venue4us-experimental/)
[info] Compiling 12 Scala sources and 16 Java sources to /Users/philiphale/code/venue4us-experimental/target/scala-2.10/classes...
[warn] there were 2 feature warnings; re-run with -feature for details
[warn] one warning found
[error] /Users/philiphale/code/venue4us-experimental/target/scala-2.10/src_managed/main/com/feth/play/module/pa/controllers/routes.java:8: cannot find symbol
[error] symbol : class ReverseAuthenticate
[error] location: package com.feth.play.module.pa.controllers
[error] public static final com.feth.play.module.pa.controllers.ReverseAuthenticate Authenticate = new com.feth.play.module.pa.controllers.ReverseAuthenticate();
[error] ^
[error] /Users/philiphale/code/venue4us-experimental/target/scala-2.10/src_managed/main/com/feth/play/module/pa/controllers/routes.java:10: package com.feth.play.module.pa.controllers.javascript does not exist
[error] public static final com.feth.play.module.pa.controllers.javascript.ReverseAuthenticate Authenticate = new com.feth.play.module.pa.controllers.javascript.ReverseAuthenticate();
[error] ^
[error] /Users/philiphale/code/venue4us-experimental/target/scala-2.10/src_managed/main/com/feth/play/module/pa/controllers/routes.java:13: package com.feth.play.module.pa.controllers.ref does not exist
[error] public static final com.feth.play.module.pa.controllers.ref.ReverseAuthenticate Authenticate = new com.feth.play.module.pa.controllers.ref.ReverseAuthenticate();
[error] ^
[error] /Users/philiphale/code/venue4us-experimental/target/scala-2.10/src_managed/main/com/feth/play/module/pa/controllers/routes.java:8: cannot find symbol
[error] symbol : class ReverseAuthenticate
[error] location: package com.feth.play.module.pa.controllers
[error] public static final com.feth.play.module.pa.controllers.ReverseAuthenticate Authenticate = new com.feth.play.module.pa.controllers.ReverseAuthenticate();
[error] ^
[error] /Users/philiphale/code/venue4us-experimental/target/scala-2.10/src_managed/main/com/feth/play/module/pa/controllers/routes.java:10: package com.feth.play.module.pa.controllers.javascript does not exist
[error] public static final com.feth.play.module.pa.controllers.javascript.ReverseAuthenticate Authenticate = new com.feth.play.module.pa.controllers.javascript.ReverseAuthenticate();
[error] ^
[error] /Users/philiphale/code/venue4us-experimental/target/scala-2.10/src_managed/main/com/feth/play/module/pa/controllers/routes.java:13: package com.feth.play.module.pa.controllers.ref does not exist
[error] public static final com.feth.play.module.pa.controllers.ref.ReverseAuthenticate Authenticate = new com.feth.play.module.pa.controllers.ref.ReverseAuthenticate();
[error] ^
[error] 6 errors
[error] (compile:compile) javac returned nonzero exit code
[error] Total time: 21 s, completed Mar 14, 2013 4:50:08 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment