[Lift] Versions: Netbeans, Scala and Lift

2010-02-21 Thread Arie
I've been going through as many posts as possible to try to establish
how to use Netbeans (on a Mac) with Lift.

I think I'm correct in saying that Netbeans 6.8 will only work with
Scala 2.8 (beta/snapshot - http://wiki.netbeans.org/Scala68v1), and
that from this (http://old.nabble.com/Lift-1.1-SNAPSHOT-under-
Scala-2.8-with-NetBeans-and-the-Scala-plugin-td25302936.html) Lift 1.1
will only work with Scala 2.7.5.

What will Lift 1.0 work with in Netbeans (if it will), and related,
how do I square getting Lift (version 1.0/1.1), to work in Netbeans
6.8 which seems to require Scala 2.8?

Will any of these problems be solved by Lift 2.0, and when is 2.0
scheduled to come out!?

Thanks.

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



Re: [Lift] Versions: Netbeans, Scala and Lift

2010-02-21 Thread Ross Mellgren
Lift 1.1 and 2.0 are the same code stream by the way, just 1.1 was renamed to 
2.0 after 1.1-M8. That said, the most recent versions of 2.0-SNAPSHOT and 
1.1-SNAPSHOT run on Scala 2.7.7. The new 2.0-SNAPSHOT branch for Scala 2.8.0 
(280_port_refresh, built as 2.0-scala280-SNAPSHOT I believe) runs on Scala 
2.8.0 Beta 1.

I have no idea about NetBeans, though I've heard on the list a couple times 
that the most recent versions are Scala 2.8 only.

Keep in mind that Scala is extremely version sensitive and not backward 
compatible.

Hope that helps,
-Ross
 
On Feb 21, 2010, at 4:06 PM, Arie wrote:

 I've been going through as many posts as possible to try to establish
 how to use Netbeans (on a Mac) with Lift.
 
 I think I'm correct in saying that Netbeans 6.8 will only work with
 Scala 2.8 (beta/snapshot - http://wiki.netbeans.org/Scala68v1), and
 that from this (http://old.nabble.com/Lift-1.1-SNAPSHOT-under-
 Scala-2.8-with-NetBeans-and-the-Scala-plugin-td25302936.html) Lift 1.1
 will only work with Scala 2.7.5.
 
 What will Lift 1.0 work with in Netbeans (if it will), and related,
 how do I square getting Lift (version 1.0/1.1), to work in Netbeans
 6.8 which seems to require Scala 2.8?
 
 Will any of these problems be solved by Lift 2.0, and when is 2.0
 scheduled to come out!?
 
 Thanks.
 
 -- 
 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.
 

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



Re: [Lift] Versions: Netbeans, Scala and Lift

2010-02-21 Thread Timothy Perrett
For the OP, Read: Binary incompatible and totally inoperable between even micro 
releases. 

Cheers, Tim

On 21 Feb 2010, at 21:51, Ross Mellgren wrote:

 Keep in mind that Scala is extremely version sensitive and not backward 
 compatible.

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



Re: [Lift] Versions: Netbeans, Scala and Lift

2010-02-21 Thread Caoyuan
Yes, Scala plugin for NetBeans 6.8 needs Scala 2.8, thus lift's 280 branches.

For Maven project, there is no need to set Scala home and dependent
libs in NetBeans, all these setting are in pom.xml.

Cheers,
-Caoyuan

On Mon, Feb 22, 2010 at 5:51 AM, Ross Mellgren dri...@gmail.com wrote:
 Lift 1.1 and 2.0 are the same code stream by the way, just 1.1 was renamed to 
 2.0 after 1.1-M8. That said, the most recent versions of 2.0-SNAPSHOT and 
 1.1-SNAPSHOT run on Scala 2.7.7. The new 2.0-SNAPSHOT branch for Scala 2.8.0 
 (280_port_refresh, built as 2.0-scala280-SNAPSHOT I believe) runs on Scala 
 2.8.0 Beta 1.

 I have no idea about NetBeans, though I've heard on the list a couple times 
 that the most recent versions are Scala 2.8 only.

 Keep in mind that Scala is extremely version sensitive and not backward 
 compatible.

 Hope that helps,
 -Ross

 On Feb 21, 2010, at 4:06 PM, Arie wrote:

 I've been going through as many posts as possible to try to establish
 how to use Netbeans (on a Mac) with Lift.

 I think I'm correct in saying that Netbeans 6.8 will only work with
 Scala 2.8 (beta/snapshot - http://wiki.netbeans.org/Scala68v1), and
 that from this (http://old.nabble.com/Lift-1.1-SNAPSHOT-under-
 Scala-2.8-with-NetBeans-and-the-Scala-plugin-td25302936.html) Lift 1.1
 will only work with Scala 2.7.5.

 What will Lift 1.0 work with in Netbeans (if it will), and related,
 how do I square getting Lift (version 1.0/1.1), to work in Netbeans
 6.8 which seems to require Scala 2.8?

 Will any of these problems be solved by Lift 2.0, and when is 2.0
 scheduled to come out!?

 Thanks.

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


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



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