It's not out yet, until Wednesday.
Indrajit or anyone, if I have changes in my local git working directory and do 
a git pull, will that cause problems?
How has the git layout changed?

-------------------------------------
Yuan<[email protected]> wrote:


Hi Indrajit,

I cannot find 2.0-M1 in http://scala-tools.org/repo-snapshots, only
2.0-SNAPSHOT .

and the building command should be:

mvn archetype:generate \
  -DarchetypeRepository=http://scala-tools.org/repo-snapshots \
  -DremoteRepositories=http://scala-tools.org/repo-snapshots \
  -DarchetypeGroupId=net.liftweb \
  -DarchetypeArtifactId=lift-archetype-blank \
  -DarchetypeVersion=2.0-SNAPSHOT \
  -DgroupId=com.mypackage \
  -DartifactId=myproject \
  -Dversion=1.0-SNAPSHOT

when I change the -DarchetypeVersion into 2.0-M1, the maven cannot
find the archetype. I am using maven 2.2.1

Thanks

On Jan 11, 7:52 am, Indrajit Raychaudhuri <[email protected]> wrote:
> Folks,
>
> Lift master branch is on 2.0 series now and a milestone release is
> coming soon!
>
> Please refer to the original discussion/announcement for Lift 2.0 [1]
> and the subsequent announcement of Lift 2.0 branch [2] for the
> requisite backdrop.
>
> Here is a quick rundown of the key points that you should be aware of:
>
> 1. The artifacts would carry 2.0 series version numbers instead of 1.1
> series. This means:
>
> (a) The snapshot build series would be renamed from 1.1-SNAPSHOT to
> 2.0-SNAPSHOT
> (b) The stable build series would move from 1.1-M8 to 2.0-M1 (we
> preferred making it 2.0-M1 instead of 2.0-M9 to avoid the confusion
> about 2.0-M8, 2.0-M7 etc.)
>
> Therefore, for all of you who enjoy being on the bleeding edge
> (recommended!), you have to update your snapshot dependencies from 1.1-
> SNAPSHOT to 2.0-SNAPSHOT. For the rest, who prefer a stable build and
> are on 1.1-M8, you should be able to move to 2.0-M1.
>
> 2. We are still on Scala 2.7.7. No excitement :) Lift is very
> sensitive to Scala version and the stability of Lift (and it's
> dependencies including Scala) is very important for those who are
> critically dependent on Lift. That said, Heiko maintains Lift's port
> on Scala 2.8.0 280_port actively. But that's not yet ready - you have
> been warned :)
>
> 3. The whole Lift codebase is split into three top level projects:
>
> (a) Framework:
> The whole of Lift Framework that matter most to most. The usual
> modules (viz., lift-base, lift-persistence and lift-modules) have got
> nested within. Therefore, from now on, building Lift framework would
> mean just that. Doing a "git pull" or "git clone" as usual, changing
> to framework directory and running "mvn install".
>
> (b) Archetypes:
> The standard distributed archetypes. The archetypes help you get quick
> started with a Lift based project. If you are not into building maven
> archetypes, you can stay clear of this. But a quick probe is welcome.
>
> (c) Examples:
> All the Lift examples are grouped into this project. If you are
> generally interested in learning different techniques from examples
> you don't have to build the whole of Lift anymore. Well that was still
> the case earlier, but now it's even more obvious. And it's true the
> other way round too, if you have to build Lift framework from source,
> you don't have to build the examples along with it. Another point: the
> examples won't be deployed on scala-tools maven repo anymore. Those
> war files up there serve no good purpose.
>
> 4. Lift now has the OAuth integration for real! Plough through
> framework/lift-modules/lift-oauth and framework/lift-modules/lift-
> oauth-mapper for the juicy stuff.
>
> Please do a "mvn -U clean install" for framework, archetypes and
> examples and do intense test on SNAPSHOT as much as possible. And
> report any defect [3] that you come across. This would help us close
> them before now and the actual release of 2.0-M1. Your help in testing
> is necessary in getting a great release (first in 2.0 series, first in
> 2010)!
>
> Enjoy,
>
> Indrajit
>
> [1]:http://groups.google.com/group/liftweb/browse_thread/thread/479edef77...
> [2]:http://groups.google.com/group/liftweb/browse_thread/thread/30cb33ba1...
> [3]:http://github.com/dpp/liftweb/issues
-- 
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.


-- 
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.


Reply via email to