Skip to content

Instantly share code, notes, and snippets.

@timperrett
Created April 21, 2009 12:38
Show Gist options
  • Save timperrett/99116 to your computer and use it in GitHub Desktop.
Save timperrett/99116 to your computer and use it in GitHub Desktop.
[INFO] ------------------------------------------------------------------------
[INFO] Building ueditscala
[INFO] task-segment: [clean, scala:compile]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /Users/timperrett/repositories/xmpie/xmpie-api4j/sites/lift-uedit-property/target
[INFO] [scala:compile]
[INFO] Checking for multiple versions of scala
[INFO] Compiling 7 source files to /Users/timperrett/repositories/xmpie/xmpie-api4j/sites/lift-uedit-property/target/classes
[WARNING] /Users/timperrett/repositories/xmpie/xmpie-api4j/sites/lift-uedit-property/src/main/scala/com/xmpie/example/property/snippet/Configurations.scala:31: warning: non variable type-argument String in type pattern is unchecked since it is eliminated by erasure
[WARNING] case j @ JsonCmd("processForm", _, param: Map[String, _], _) => {
[WARNING] ^
[WARNING] /Users/timperrett/repositories/xmpie/xmpie-api4j/sites/lift-uedit-property/src/main/scala/com/xmpie/example/property/snippet/Configurations.scala:32: error: type mismatch;
[WARNING] found : _
[WARNING] required: String
[WARNING] println("xlim = " + urlDecode(param("xlim")))
[WARNING] ^
[WARNING] one warning found
[WARNING] one error found
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] command line returned non-zero value:1
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] -----------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment