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 <[email protected]> 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>[email protected]</subscribe> > > <unsubscribe>[email protected]</unsubscribe> > > <post>[email protected]</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>[email protected]</subscribe> > > <unsubscribe>[email protected]</ > > 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:[email protected]: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> > > <artifactId>wagon-webdav</artifactId> > > <version>1.0-beta-2</version> > > </extension> > > </extensions> > > <resources> > > <resource> > > <mergeId>resource-0</mergeId> > > <directory>/Users/timperrett/repositories/lift/lift-framework/ > > framework/lift-base/lift-common/src/main/resources</directory> > > </resource> > > </resources> > > <testResources> > > <testResource> > > <mergeId>resource-1</mergeId> > > <directory>/Users/timperrett/repositories/lift/lift-framework/ > > framework/lift-base/lift-common/src/test/resources</directory> > > </testResource> > > </testResources> > > <directory>/Users/timperrett/repositories/lift/lift-framework/ > > framework/lift-base/lift-common/target</directory> > > <finalName>lift-common-2.0-scala280-SNAPSHOT</finalName> > > <pluginManagement> > > <plugins> > > <plugin> > > <artifactId>maven-antrun-plugin</artifactId> > > <version>1.3</version> > > </plugin> > > <plugin> > > <artifactId>maven-assembly-plugin</artifactId> > > <version>2.2-beta-5</version> > > </plugin> > > <plugin> > > <artifactId>maven-changes-plugin</artifactId> > > <version>2.3</version> > > <executions> > > <execution> > > <id>default-changes-validate</id> > > <phase>verify</phase> > > <goals> > > <goal>changes-validate</goal> > > </goals> > > <configuration> > > <failOnError>true</failOnError> > > ... > > read more » -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
