The problem is that there's no ScalaCheck version for Scala 2.8.0 Beta1.
The Beta1-RC5 compilation of ScalaCheck was causing the wrong Scala
libraries to be loaded.

This is seriously suboptimal.

On Sun, Jan 31, 2010 at 12:44 PM, Timothy Perrett
<timo...@getintheloop.eu>wrote:

> Im just doing a fresh clone and checkout to see if something was
> screwed in my local build.
>
> Cheers, Tim
>
> On Jan 31, 7:44 pm, Indrajit Raychaudhuri <indraj...@gmail.com> wrote:
> > I was suspecting Java 1.5 (if you were on 10.5). That's not the case. So
> > I am completely stumped now.
> >
> > See if you can compare with the Hudson copy
> > (http://hudson.scala-tools.org/view/Lift/job/lift-framework-scala280/)
> >
> > - IRC
> >
> > On 01/02/10 12:55 AM, Timothy Perrett wrote:
> >
> >
> >
> > > macbookpro:lift-framework timperrett$ java -version
> > > java version "1.6.0_17"
> > > Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-10M3025)
> > > Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode)
> >
> > > macbookpro:lift-framework timperrett$ mvn -version
> > > Apache Maven 2.2.1 (r801777; 2009-08-06 20:16:01+0100)
> > > Java version: 1.6.0_17
> > > Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/
> > > Home
> > > Default locale: en_US, platform encoding: MacRoman
> > > OS name: "mac os x" version: "10.6.2" arch: "x86_64" Family: "mac"
> >
> > > Cheers, Tim
> >
> > > On Jan 31, 6:59 pm, Indrajit Raychaudhuri<indraj...@gmail.com>  wrote:
> > >> Hmm, the effective pom is perfect! Something else somewhere.
> > >> Are you on OSX 10.5 or 10.6?
> >
> > >> - IRC
> >
> > >> On 01/02/10 12:11 AM, Timothy Perrett wrote:
> >
> > >>> I was puzzled because the deps looked fine ;)
> >
> > >>> Here's the effective pom:
> >
> > >>> <?xml version="1.0" encoding="UTF-8"?>
> > >>> <!--
> > >>>
> ======================================================================
> > >>> -->
> > >>> <!--
> > >>> -->
> > >>> <!-- Generated by Maven Help Plugin on 1/31/10 6:40
> > >>> PM                      -->
> > >>> <!-- See:http://maven.apache.org/plugins/maven-help-plugin/
> > >>> -->
> > >>> <!--
> > >>> -->
> > >>> <!--
> > >>>
> ======================================================================
> > >>> -->
> >
> > >>> <!--
> > >>>
> ======================================================================
> > >>> -->
> > >>> <!--
> > >>> -->
> > >>> <!-- Effective POM for
> > >>> project                                              -->
> > >>> <!-- 'net.liftweb:lift-common:jar:2.0-scala280-
> > >>> SNAPSHOT'                    -->
> > >>> <!--
> > >>> -->
> > >>> <!--
> > >>>
> ======================================================================
> > >>> -->
> >
> > >>> <project xmlns="http://maven.apache.org/POM/4.0.0";
> xmlns:xsi="http://
> > >>>www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://
> > >>>
> maven.apache.org/POM/4.0.0http://maven.apache.org/xsd/maven-4.0.0.xsd";>
> > >>>     <modelVersion>4.0.0</modelVersion>
> > >>>     <parent>
> > >>>       <artifactId>lift-base</artifactId>
> > >>>       <groupId>net.liftweb</groupId>
> > >>>       <version>2.0-scala280-SNAPSHOT</version>
> > >>>     </parent>
> > >>>     <groupId>net.liftweb</groupId>
> > >>>     <artifactId>lift-common</artifactId>
> > >>>     <version>2.0-scala280-SNAPSHOT</version>
> > >>>     <name>Lift Common</name>
> > >>>     <description>Common Interfaces for Lift and perhaps other
> > >>> frameworks</description>
> > >>>     <url>http://dev.liftweb.net/framework/lift-base/lift-common
> </url>
> > >>>     <inceptionYear>2006</inceptionYear>
> > >>>     <organization>
> > >>>       <name>WorldWide Conferencing, LLC</name>
> > >>>       <url>http://www.liftweb.net</url>
> > >>>     </organization>
> > >>>     <licenses>
> > >>>       <license>
> > >>>         <name>Apache License, Version 2.0</name>
> > >>>         <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
> > >>>         <distribution>repo</distribution>
> > >>>         <comments>Lift open source software is licensed under an
> Apache
> > >>> 2.0 license.</comments>
> > >>>       </license>
> > >>>     </licenses>
> > >>>     <mailingLists>
> > >>>       <mailingList>
> > >>>         <name>User and Developer Discussion List</name>
> > >>>         
> > >>> <subscribe>liftweb+subscr...@googlegroups.com<liftweb%2bsubscr...@googlegroups.com>
> </subscribe>
> > >>>         
> > >>> <unsubscribe>liftweb+unsubscr...@googlegroups.com<liftweb%2bunsubscr...@googlegroups.com>
> </unsubscribe>
> > >>>         <post>liftweb@googlegroups.com</post>
> > >>>         <archive>http://groups.google.com/group/liftweb</archive>
> > >>>       </mailingList>
> > >>>       <mailingList>
> > >>>         <name>Committer Discussion List</name>
> > >>>         <archive>http://groups.google.com/group/lift-committers</
> > >>> archive>
> > >>>       </mailingList>
> > >>>       <mailingList>
> > >>>         <name>Announcement List</name>
> > >>>         
> > >>> <subscribe>lift-announce+subscr...@googlegroups.com<lift-announce%2bsubscr...@googlegroups.com>
> </subscribe>
> > >>>         
> > >>> <unsubscribe>lift-announce+unsubscr...@googlegroups.com<lift-announce%2bunsubscr...@googlegroups.com>
> </
> > >>> unsubscribe>
> > >>>         <archive>http://groups.google.com/group/lift-announce
> </archive>
> > >>>       </mailingList>
> > >>>     </mailingLists>
> > >>>     <developers>
> > >>>       <developer>
> > >>>         <id>dpp</id>
> > >>>         <name>David Pollak</name>
> > >>>         <email>dpp [at] liftweb.net</email>
> > >>>         <roles>
> > >>>           <role>BDFL</role>
> > >>>           <role>Feeder of the Bears</role>
> > >>>         </roles>
> > >>>         <timezone>-8</timezone>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>Burak.Emir</id>
> > >>>         <name>Burak Emir</name>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>philipp.schmidt</id>
> > >>>         <name>philipp.schmidt</name>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>cwilkes</id>
> > >>>         <name>cwilkes</name>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>julien.wetterwald</id>
> > >>>         <name>julien.wetterwald</name>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>leppoc</id>
> > >>>         <name>leppoc</name>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>stepan.koltsov</id>
> > >>>         <name>stepan.koltsov</name>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>jorge.ortiz</id>
> > >>>         <name>Jorge Ortiz</name>
> > >>>         <email>jorge [at] liftweb.net</email>
> > >>>         <timezone>-8</timezone>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>stevej</id>
> > >>>         <name>Steve Jenson</name>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>alex.boisvert</id>
> > >>>         <name>Alex Boisvert</name>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <name>OctoberDan</name>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>viktor.klang</id>
> > >>>         <name>Viktor Klang a.k.a. Sevikkla</name>
> > >>>         <roles>
> > >>>           <role>Enhancement specialist</role>
> > >>>           <role>Funny guy</role>
> > >>>         </roles>
> > >>>         <timezone>+1</timezone>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>david.bernard.31</id>
> > >>>         <name>David Bernard</name>
> > >>>         <email>dwayne [at] liftweb.net</email>
> > >>>         <roles>
> > >>>           <role>maven support</role>
> > >>>         </roles>
> > >>>         <timezone>+1</timezone>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>mstarzyk</id>
> > >>>         <name>Maciek Starzyk</name>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>etorreborre</id>
> > >>>         <name>Eric Torreborre</name>
> > >>>         <timezone>+9</timezone>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>marius.danciu</id>
> > >>>         <name>Marius Danciu</name>
> > >>>         <timezone>+2</timezone>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>tyler.weir</id>
> > >>>         <name>Tyler Weir</name>
> > >>>         <timezone>-5</timezone>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>timperrett</id>
> > >>>         <name>Tim Perrett</name>
> > >>>         <email>hello [at] timperrett.com</email>
> > >>>         <roles>
> > >>>           <role>Installation and Deployment</role>
> > >>>           <role>Advanced Localization</role>
> > >>>         </roles>
> > >>>         <timezone>0</timezone>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>dchenbecker</id>
> > >>>         <name>Derek Chen-Becker</name>
> > >>>         <email>java [at] chen-becker.org</email>
> > >>>         <timezone>-7</timezone>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>jboner</id>
> > >>>         <name>Jonas Bon#r</name>
> > >>>         <email>jonas [at] jonasboner [dot] com</email>
> > >>>         <timezone>+1</timezone>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>heiko.seeberger</id>
> > >>>         <name>Heiko Seeberger</name>
> > >>>         <email>heiko [dot] seeberger [at] googlemail [dot]
> com</email>
> > >>>         <roles>
> > >>>           <role>OSGi expert and Scala enthusiast</role>
> > >>>         </roles>
> > >>>         <timezone>+1</timezone>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>indrajitr</id>
> > >>>         <name>Indrajit Raychaudhuri</name>
> > >>>         <email>irc [at] indrajit [dot] com</email>
> > >>>         <timezone>+5.5</timezone>
> > >>>       </developer>
> > >>>       <developer>
> > >>>         <id>jonifreeman</id>
> > >>>         <name>Joni Freeman</name>
> > >>>         <email>joni [dot] freeman [at] reaktor [dot] fi</email>
> > >>>         <timezone>+2</timezone>
> > >>>       </developer>
> > >>>     </developers>
> > >>>     <issueManagement>
> > >>>       <system>github</system>
> > >>>       <url>http://github.com/dpp/liftweb/issues/</url>
> > >>>     </issueManagement>
> > >>>     <scm>
> > >>>       <connection>scm:git:git://
> github.com/dpp/liftweb.git/framework/
> > >>> lift-base/lift-common</connection>
> > >>>       <developerConnection>scm:git:g...@github.com:dpp/liftweb.git/
> > >>> framework/lift-base/lift-common</developerConnection>
> > >>>       <url>
> http://github.com/dpp/liftweb/tree/master/framework/lift-base/
> > >>> lift-common</url>
> > >>>     </scm>
> > >>>     <ciManagement>
> > >>>       <system>hudson</system>
> > >>>       <url>http://hudson.scala-tools.org/job/lift-framework/</url>
> > >>>     </ciManagement>
> > >>>     <build>
> > >>>       <sourceDirectory>/Users/timperrett/repositories/lift/lift-
> > >>> framework/framework/lift-base/lift-common/src/main/scala</
> > >>> sourceDirectory>
> > >>>       <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
> > >>>       <testSourceDirectory>/Users/timperrett/repositories/lift/lift-
> > >>> framework/framework/lift-base/lift-common/src/test/scala</
> > >>> testSourceDirectory>
> > >>>       <outputDirectory>/Users/timperrett/repositories/lift/lift-
> > >>> framework/framework/lift-base/lift-common/target/classes</
> > >>> outputDirectory>
> > >>>       <testOutputDirectory>/Users/timperrett/repositories/lift/lift-
> > >>> framework/framework/lift-base/lift-common/target/test-classes</
> > >>> testOutputDirectory>
> > >>>       <extensions>
> > >>>         <extension>
> > >>>           <groupId>org.apache.maven.wagon</groupId>
> >
> > ...
> >
> > read more ยป
>
> --
> You received this message because you are subscribed to the Google Groups
> "Lift" group.
> To post to this group, send email to lift...@googlegroups.com.
> To unsubscribe from this group, send email to
> liftweb+unsubscr...@googlegroups.com<liftweb%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en.
>
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to