[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-16 Thread Stefan Scott
To avoid the breaking changes for the time being, I just downloaded the latest 'todo.tgz' today from here: http://groups.google.com/group/liftweb/t/4b305ab81019df3a and did: mvn jetty:run For the moment I'll just run Maven *offline* from now on, eg: mvn -o jetty:run so it won't grab any chan

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-16 Thread David Pollak
On Tue, Dec 16, 2008 at 8:05 AM, mike beckerle wrote: > > Unless you say otherwise, I'm assuming you guys are going to make the > changes in the boot and other files that have caused these > difficulties as part of your fixes. > The changes are made in the Archetypes and any new projects created

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-16 Thread mike beckerle
Unless you say otherwise, I'm assuming you guys are going to make the changes in the boot and other files that have caused these difficulties as part of your fixes. On Dec 14, 8:25 pm, "David Pollak" wrote: > Mike, > There was a recent breaking change to Lift (Marius and I are doing major > code

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-15 Thread David Bernard
The scala-tools.org server were off part of sunday. Sorry for interruption. On Mon, Dec 15, 2008 at 02:09, mike beckerle wrote: > > Certainly there is nothing blocking java in any way. > > However, just trying again, this time it is working better. Somebody > has fixed something on the server en

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-14 Thread David Pollak
Mike, There was a recent breaking change to Lift (Marius and I are doing major code cleanup and this means lots of breaks to the APIs... this will all end by the end of the month.) Any of the LiftRules stuff that contains append/prepend has a new form: LiftRules.appendEarly(makeUtf8) becomes: L

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-14 Thread mike beckerle
Certainly there is nothing blocking java in any way. However, just trying again, this time it is working better. Somebody has fixed something on the server end I'm sure. I'm doing the exact same thing, but it seems to be able to communicate properly with the associated servers.. However, mvn je

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-14 Thread Josh Suereth
Is your firewall blocking java? This would cause maven to be unable to download dependencies. Sent from my iPhone On Dec 14, 2008, at 1:13 PM, mike beckerle wrote: > > I can browse to the location just fine. There is no proxy or other > wierdness between me and the internet. Just the usual

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-14 Thread mike beckerle
I can browse to the location just fine. There is no proxy or other wierdness between me and the internet. Just the usual home firewall (NAT) device. On Dec 13, 1:45 pm, "David Pollak" wrote: > On Sat, Dec 13, 2008 at 10:34 AM, mike beckerle wrote: > > > This did not work. Still failed. > > > Th

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-13 Thread David Pollak
On Sat, Dec 13, 2008 at 10:34 AM, mike beckerle wrote: > > This did not work. Still failed. > > There are disturbing messages in here about blacklisting sites due to > errors and such. > > becke...@ubuntu810desktop:~/todo$ mvn jetty:run -U > [INFO] Scanning for projects... > [INFO] Searching repo

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-13 Thread mike beckerle
I set this up as in the instructions. I still get 12 required artifacts are missing. On Dec 10, 8:49 pm, "Matt Harrington" wrote: > Mike, > > Did you set up your settings.xml file? > > http://liftweb.net/index.php/Maven_Mini_Guide > > I temporarily removed mine, and "todo" still builds and runs

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-13 Thread mike beckerle
Running mvn 2.0.9, and yes I am connected. On Dec 10, 9:19 pm, "Erick Fleming" wrote: > What version of Maven are you using (mvn -version)? > > Also, it may seem silly but you need to be connected to the internet for > Maven to work properly. > > On Wed, Dec 10, 2008 at 6:29 PM, mike beckerle w

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-13 Thread mike beckerle
This did not work. Still failed. There are disturbing messages in here about blacklisting sites due to errors and such. becke...@ubuntu810desktop:~/todo$ mvn jetty:run -U [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'jetty'. [INFO] org.apache.maven.plugins:

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-13 Thread mike beckerle
These are already in todo/pom.xml. Other ideas? On Dec 11, 7:31 am, "Josh Suereth" wrote: > Thanks, and sorry for the typos. > > What you want (in either your ~/.m2/settings.xml or ${project.dir}/pom.xml) > is the following: > > >     >       scala-tools.org >       Scala-tools Maven2 Reposit

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-11 Thread David Bernard
The first time you run jetty : mvn jetty:run -U I learn a way to avoid this problem (for futur archetype, I'll try it next week-end) /davidB On Thu, Dec 11, 2008 at 13:31, Josh Suereth <[EMAIL PROTECTED]> wrote: > Thanks, and sorry for the typos. > > What you want (in either your ~/.m2/setting

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-11 Thread Josh Suereth
Thanks, and sorry for the typos. What you want (in either your ~/.m2/settings.xml or ${project.dir}/pom.xml) is the following: scala-tools.org Scala-tools Maven2 Repository http://scala-tools.org/repo-releases snapshots.scala-tools.org Scala-tools Mav

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-11 Thread Tim Perrett
I think Josh meant to say "defined in your pom.xml" On Dec 11, 12:14 pm, Josh Suereth <[EMAIL PROTECTED]> wrote: > Make sure the scala-tools snapshot repository is defined in your ppm --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-11 Thread Josh Suereth
Make sure the scala-tools snapshot repository is defined in your ppm Sent from my iPhone On Dec 10, 2008, at 7:29 PM, mike beckerle <[EMAIL PROTECTED]> wrote: > > Ok, that helped. Lots happened butI still get a bunch of errors. > I can follow the instructions here in that it can't seem to d

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-10 Thread Erick Fleming
What version of Maven are you using (mvn -version)? Also, it may seem silly but you need to be connected to the internet for Maven to work properly. On Wed, Dec 10, 2008 at 6:29 PM, mike beckerle <[EMAIL PROTECTED]> wrote: > > Ok, that helped. Lots happened butI still get a bunch of errors.

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-10 Thread Matt Harrington
Mike, Did you set up your settings.xml file? http://liftweb.net/index.php/Maven_Mini_Guide I temporarily removed mine, and "todo" still builds and runs for me, but that could be because I already had everything downloaded. ---Matt --~--~-~--~~~---~--~~ You rece

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-10 Thread mike beckerle
Ok, that helped. Lots happened butI still get a bunch of errors. I can follow the instructions here in that it can't seem to download scala, but the lift-related stuff is a surprise to me. ...mike [INFO] [ERROR] BUILD E

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-10 Thread Jorge Ortiz
You need to cd into the project directory cd todo --j On Wed, Dec 10, 2008 at 5:30 PM, mike beckerle <[EMAIL PROTECTED]> wrote: > > Lifters, > > I tried to follow David Pollack's ToDo example to start trying out > lift. > > It dies on me before we even get started. I am running maven 2.0.9 on