Created
April 21, 2009 12:38
-
-
Save timperrett/99116 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[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