[Lift] Re: pom.xml

2008-12-30 Thread Viktor Klang
In Maven 3, they're going to be called pom-poms

On Tue, Dec 30, 2008 at 8:31 AM, Charles F. Munat c...@munat.com wrote:


 Here's what's in the master (below the groupId, etc):


   !-- Master properties (inherited by modules) --
   properties
 scala.version2.7.2/scala.version
   /properties

   repositories
 repository
   idscala-tools.org/id
   nameScala-Tools Maven2 Repository/name
   urlhttp://scala-tools.org/repo-releases/url
 /repository
 repository
   idscala-tools.org/id
   nameScala-Tools Maven2 Repository/name
   urlhttp://scala-tools.org/repo-snapshots/url
 /repository
   /repositories

   pluginRepositories
 pluginRepository
   idscala-tools.org/id
   nameScala-Tools Maven2 Repository/name
   urlhttp://scala-tools.org/repo-releases/url
 /pluginRepository
   /pluginRepositories

   dependencies
 dependency
   groupIdorg.scala-lang/groupId
   artifactIdscala-library/artifactId
   version${scala.version}/version
 /dependency
 dependency
   groupIdjavax.servlet/groupId
   artifactIdservlet-api/artifactId
   version2.5/version
   scopeprovided/scope
 /dependency
 dependency
   groupIdcom.petebevin.markdown/groupId
   artifactIdmarkdownj/artifactId
   version0.3.0/version
 /dependency
 dependency
   groupIdcommons-codec/groupId
   artifactIdcommons-codec/artifactId
   version1.3/version
 /dependency
 dependency
   groupIdcommons-httpclient/groupId
   artifactIdcommons-httpclient/artifactId
   version3.0.1/version
 /dependency
 dependency
   groupIdcommons-collections/groupId
   artifactIdcommons-collections/artifactId
   version3.2/version
 /dependency
 dependency
   groupIdcom.rabbitmq/groupId
   artifactIdrabbitmq-client/artifactId
   version1.2.0/version
 /dependency
 dependency
   groupIdjunit/groupId
   artifactIdjunit/artifactId
   version4.4/version
   scopetest/scope
 /dependency
   dependency
 groupIdjavax.activation/groupId
artifactIdactivation/artifactId
version1.1/version
  /dependency
   /dependencies

   build
 sourceDirectorysrc/main/scala/sourceDirectory
 testSourceDirectorysrc/test/scala/testSourceDirectory
 plugins
   plugin
 groupIdorg.scala-tools/groupId
 artifactIdmaven-scala-plugin/artifactId
 executions
   execution
 goals
   goalcompile/goal
   goaltestCompile/goal
 /goals
   /execution
 /executions
 configuration
   scalaVersion${scala.version}/scalaVersion
 /configuration
   /plugin
   plugin
 groupIdorg.mortbay.jetty/groupId
 artifactIdmaven-jetty-plugin/artifactId
 configuration
   contextPath//contextPath
   sIntervalSeconds0/sIntervalSeconds
 /configuration
   /plugin
 /plugins
   /build

   reporting
 plugins
   plugin
 groupIdorg.scala-tools/groupId
 artifactIdmaven-scala-plugin/artifactId
 configuration
   scalaVersion${scala.version}/scalaVersion
 /configuration
   /plugin
 /plugins
   /reporting

 Then the webapp has this:

   dependencies
 dependency
   groupIdorg.mortbay.jetty/groupId
   artifactIdjetty/artifactId
   version(6.1,]/version
   scopetest/scope
 /dependency
 dependency
   groupIdjavax.servlet/groupId
   artifactIdservlet-api/artifactId
   version2.5/version
   scopeprovided/scope
 /dependency
 dependency
   groupIdnet.liftweb/groupId
   artifactIdlift-webkit/artifactId
   version0.10-SNAPSHOT/version
 /dependency
 !-- for LiftConsole --
 dependency
   groupIdorg.scala-lang/groupId
   artifactIdscala-compiler/artifactId
   version${scala.version}/version
   scopetest/scope
 /dependency
 dependency
   groupId${pom.groupId}/groupId
   artifactIdtales-per/artifactId
   version${pom.version}/version
 /dependency
   /dependencies

   build
 plugins
   plugin
 groupIdorg.mortbay.jetty/groupId
 artifactIdmaven-jetty-plugin/artifactId
 configuration
   contextPath//contextPath
   sIntervalSeconds5/sIntervalSeconds
   connectors
 connector
 implementation=org.mortbay.jetty.nio.SelectChannelConnector
   port9889/port
   maxIdleTime6/maxIdleTime
 /connector
   /connectors
 /configuration
   /plugin
   plugin
 groupIdnet.sf.alchim/groupId
 artifactIdyuicompressor-maven-plugin/artifactId
 executions
   execution
 goals
   goalcompress/goal
 /goals
   /execution
 /executions
 configuration
   

[Lift] Re: Can or Box or something else

2008-12-30 Thread Michael Campbell

Josh Suereth wrote:
 In the spirit of LOLCode, I make the following proposal:

It's ok to love LOLCode, etc just don't *LOVE* LOLCode.

-- 
Twitter:  http://twitter.com/campbellmichael

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@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
-~--~~~~--~~--~--~---



[Lift] Good thing us Scala programmers are funnier than this...

2008-12-30 Thread David Pollak
http://www.theonion.com/content/node/33284?utm_source=onion_rss_daily
Happy New Year!

-- 
Lift, the simply functional web framework http://liftweb.net
Collaborative Task Management http://much4.us
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@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
-~--~~~~--~~--~--~---