I just tried to compile jOOQ 2.6.2 from github sources: > git pull > git checkout version-2.6.2 commit d3a950dd4843ba4e3c8fdacaeaa08b69fd98a925 > mvn clean install ... [INFO] --- maven-scala-plugin:2.15.2:testCompile (default) @ jooq-scala --- [INFO] Checking for multiple versions of scala [INFO] includes = [**/*.scala,**/*.java,] [INFO] excludes = [] [INFO] /home/adigulla/packages/jOOQ/jOOQ-scala/src/test/scala:-1: info: compiling [INFO] Compiling 3 source files to /home/adigulla/packages/jOOQ/jOOQ-scala/target/test-classes at 1360766985659 [ERROR] /home/adigulla/packages/jOOQ/jOOQ-scala/src/test/scala/org/jooq/scala/example/Test.scala:45: error: object h2 is not a member of package org.jooq.scala.example [INFO] import org.jooq.scala.example.h2.Tables._ [INFO] ^ [ERROR] /home/adigulla/packages/jOOQ/jOOQ-scala/src/test/scala/org/jooq/scala/test/ArithmeticExpressionTest.scala:8: error: object h2 is not a member of package org.jooq.scala.example [INFO] import org.jooq.scala.example.h2.Tables._ [INFO] ^ [ERROR] /home/adigulla/packages/jOOQ/jOOQ-scala/src/test/scala/org/jooq/scala/test/ComparisonPredicateTest.scala:7: error: object h2 is not a member of package org.jooq.scala.example [INFO] import org.jooq.scala.example.h2.Tables._ [INFO] ^ [ERROR] three errors found
Regards, A. Digulla -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
