Created
July 20, 2010 13:01
-
-
Save timperrett/482927 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] /Users/timperrett/repositories/lift/lift-framework/framework/lift-persistence/lift-squeryl-record/src/main/scala:-1: info: compiling | |
[INFO] Compiling 4 source files to /Users/timperrett/repositories/lift/lift-framework/framework/lift-persistence/lift-squeryl-record/target/classes at 1279630839609 | |
[ERROR] /Users/timperrett/repositories/lift/lift-framework/framework/lift-persistence/lift-squeryl-record/src/main/scala/net/liftweb/squerylrecord/RecordTypeMode.scala:35: error: not found: type StringExpression | |
[INFO] new SelectElementReference[Option[StringType]](FieldReferenceLinker.takeLastAccessedFieldReference.get)(createOutMapperStringTypeOption) with StringExpression[Option[StringType]] | |
[INFO] ^ | |
[ERROR] /Users/timperrett/repositories/lift/lift-framework/framework/lift-persistence/lift-squeryl-record/src/main/scala/net/liftweb/squerylrecord/RecordTypeMode.scala:38: error: not found: type NumericalExpression | |
[INFO] new SelectElementReference[Option[IntType]](FieldReferenceLinker.takeLastAccessedFieldReference.get)(createOutMapperIntTypeOption) with NumericalExpression[Option[IntType]] | |
[INFO] ^ | |
[ERROR] /Users/timperrett/repositories/lift/lift-framework/framework/lift-persistence/lift-squeryl-record/src/main/scala/net/liftweb/squerylrecord/RecordTypeMode.scala:41: error: not found: type NumericalExpression | |
[INFO] new SelectElementReference[Option[LongType]](FieldReferenceLinker.takeLastAccessedFieldReference.get)(createOutMapperLongTypeOption) with NumericalExpression[Option[LongType]] | |
[INFO] ^ | |
[ERROR] /Users/timperrett/repositories/lift/lift-framework/framework/lift-persistence/lift-squeryl-record/src/main/scala/net/liftweb/squerylrecord/RecordTypeMode.scala:44: error: not found: type NumericalExpression | |
[INFO] new SelectElementReference[Option[DoubleType]](FieldReferenceLinker.takeLastAccessedFieldReference.get)(createOutMapperDoubleTypeOption) with NumericalExpression[Option[DoubleType]] | |
[INFO] ^ | |
[ERROR] /Users/timperrett/repositories/lift/lift-framework/framework/lift-persistence/lift-squeryl-record/src/main/scala/net/liftweb/squerylrecord/RecordTypeMode.scala:50: error: not found: type BooleanExpression | |
[INFO] new SelectElementReference[Option[BooleanType]](FieldReferenceLinker.takeLastAccessedFieldReference.get)(createOutMapperBooleanTypeOption) with BooleanExpression[Option[BooleanType]] | |
[INFO] ^ | |
[ERROR] /Users/timperrett/repositories/lift/lift-framework/framework/lift-persistence/lift-squeryl-record/src/main/scala/net/liftweb/squerylrecord/RecordTypeMode.scala:56: error: not found: type NumericalExpression | |
[INFO] new SelectElementReference[Option[BigDecimal]](FieldReferenceLinker.takeLastAccessedFieldReference.get)(createOutMapperBigDecimalTypeOption) with NumericalExpression[Option[BigDecimal]] | |
[INFO] ^ | |
[ERROR] /Users/timperrett/repositories/lift/lift-framework/framework/lift-persistence/lift-squeryl-record/src/main/scala/net/liftweb/squerylrecord/RecordTypeMode.scala:67: error: not found: type NumericalExpression | |
[INFO] new SelectElementReference[LongType](FieldReferenceLinker.takeLastAccessedFieldReference.get)(createOutMapperLongType) with NumericalExpression[LongType] | |
[INFO] ^ | |
[ERROR] /Users/timperrett/repositories/lift/lift-framework/framework/lift-persistence/lift-squeryl-record/src/main/scala/net/liftweb/squerylrecord/RecordTypeMode.scala:70: error: not found: type NumericalExpression | |
[INFO] new SelectElementReference[IntType](FieldReferenceLinker.takeLastAccessedFieldReference.get)(createOutMapperIntType) with NumericalExpression[IntType] | |
[INFO] ^ | |
[ERROR] /Users/timperrett/repositories/lift/lift-framework/framework/lift-persistence/lift-squeryl-record/src/main/scala/net/liftweb/squerylrecord/RecordTypeMode.scala:73: error: not found: type NumericalExpression | |
[INFO] new SelectElementReference[DoubleType](FieldReferenceLinker.takeLastAccessedFieldReference.get)(createOutMapperDoubleType) with NumericalExpression[DoubleType] | |
[INFO] ^ | |
[ERROR] /Users/timperrett/repositories/lift/lift-framework/framework/lift-persistence/lift-squeryl-record/src/main/scala/net/liftweb/squerylrecord/RecordTypeMode.scala:79: error: not found: type StringExpression | |
[INFO] new SelectElementReference[StringType](FieldReferenceLinker.takeLastAccessedFieldReference.get)(createOutMapperStringType) with StringExpression[StringType] | |
[INFO] ^ | |
[ERROR] /Users/timperrett/repositories/lift/lift-framework/framework/lift-persistence/lift-squeryl-record/src/main/scala/net/liftweb/squerylrecord/RecordTypeMode.scala:82: error: not found: type BooleanExpression | |
[INFO] new SelectElementReference[BooleanType](FieldReferenceLinker.takeLastAccessedFieldReference.get)(createOutMapperBooleanType) with BooleanExpression[BooleanType] | |
[INFO] ^ | |
[ERROR] /Users/timperrett/repositories/lift/lift-framework/framework/lift-persistence/lift-squeryl-record/src/main/scala/net/liftweb/squerylrecord/RecordTypeMode.scala:88: error: not found: type NumericalExpression | |
[INFO] new SelectElementReference[BigDecimal](FieldReferenceLinker.takeLastAccessedFieldReference.get)(createOutMapperBigDecimalType) with NumericalExpression[BigDecimal] | |
[INFO] ^ | |
[ERROR] 12 errors found | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] BUILD ERROR | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] wrap: org.apache.commons.exec.ExecuteException: Process exited with an error: 1(Exit value: 1) | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] For more information, run Maven with the -e switch | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 12 seconds | |
[INFO] Finished at: Tue Jul 20 14:00:44 BST 2010 | |
[INFO] Final Memory: 44M/100M | |
[INFO] ------------------------------------------------------------------------ | |
snowymacbookpro:lift-squeryl-record timperrett$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment