Hi Amit,

If you open up the "pom.xml" file that lives in the root of your
project, you'll see what versions of jars are used.

For example, I have:
[snip]
  <properties>
    <scala.version>2.7.3</scala.version>
  </properties>
[/snip]

This will set which version of scala to use.

[snip]
    <dependency>
      <groupId>net.liftweb</groupId>
      <artifactId>lift-core</artifactId>
      <version>0.11-SNAPSHOT</version>
    </dependency>
[/snip]

This tells maven to pull 0.11-SNAPSHOT of lift-core.  There is an
entry for each jar, so update all of them to the appropriate version.

If you're going to jump to 0.11-SNAPSHOT you should use scala 2.7.3,
so make both of the changes together.

Also, if you're on OS X/linux/unix* your maven repository is by
default located in your home dir, "~/.m2"  I don't know about Windows,
I think your need to set it explicitly.

Poke around in your ~/.m2/ and you'll see how things are laid out.

As for eclipse, I have no idea, I use vim, so I can't help.

Tyler

On Feb 16, 2:13 am, Amit Kumar Verma <cdac.a...@gmail.com> wrote:
> Hi All,
>
> Thanks for your valuable time and support. It is great to know that
> now lift is supporting Microsoft SQL Server and Oracle 10g. Now just
> to test that. But before doing that I need to take the update of
> lift.
>
> How can I update lift version. Currently I am using lift 0.10-
> SNAPSHOT , eclipse 3.3.0  and scala 2.7.0 for my development.
> Actually  I don't know where lift is installed or jar s kept. I mean
> this was created in stone age and now I am not using maven for
> compiling or creating lift application.
>
> will you please tell me how to update lift.
>
> Thanks
> Amit Kumar Verma
>
> Tim Perrett wrote:
> > Awesome - I use both of these and get defo test the MSSQL drivers
> > 2moro (GMT)...
>
> > On 10 Feb 2009, at 18:51, David Pollak wrote:
>
> > > Folks,
>
> > > Al Thompson just checked in support for SQL Server and Oracle.
> > > Please test these configurations.
>
> > > Thanks,
>
> > > David
>
> > > On Mon, Feb 9, 2009 at 9:12 AM, David Pollak 
> > > <feeder.of.the.be...@gmail.com
> > > > wrote:
>
> > > On Sun, Feb 8, 2009 at 10:16 PM, Amit Kumar Verma
> > > <cdac.a...@gmail.com> wrote:
>
> > > Hi,
>
> > > do lift support MSSQL db ?
>
> > > Lift's mapper currently supports PostgreSQL, MySQL, Derby, H2, etc.
>
> > > I'm expecting MS SQL and Oracle support by end of week.
>
> > > You can use JPA for other DB support.
>
> > > Thanks
> > > Amit Kumar Verma
>
> > > --
> > > Lift, the simply functional web frameworkhttp://liftweb.net
> > > Beginning Scalahttp://www.apress.com/book/view/1430219890
> > > Follow me:http://twitter.com/dpp
> > > Git some:http://github.com/dpp
>
> > > --
> > > Lift, the simply functional web frameworkhttp://liftweb.net
> > > Beginning Scalahttp://www.apress.com/book/view/1430219890
> > > Follow me:http://twitter.com/dpp
> > > Git some:http://github.com/dpp
>
> > Tim Perrett
> > print application architect
>
> > t: +44 (0) 78144 34 791
> > e: he...@timperrett.com
> > w: timperrett.com
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to