[Lift] Re: Pain Building Lift

2009-09-21 Thread runt

excellent, thanaks a lot.

Case closed.

On Sep 21, 1:27 am, Tim Nelson  wrote:
> The appendices were not included in the printed book. You can get them
> online here:http://www.apress.com/book/downloadfile/4390
>
> Also, they are included in the os version of the 
> book:http://groups.google.com/group/the-lift-book
>
> Tim
>
> On Sun, Sep 20, 2009 at 7:44 AM, runt  wrote:
>
> > Thank you all for the responses.
>
> > I try and build everything from source - and no it is not always easy
> > but I like doing it. I sudo'd because I was in /usr/local/src - on my
> > machine this did require sudo. I had already played around with lift
> > using the maven commands and from the Eclipse IDE - this is well
> > documented online and in the books I have bought. Did the hello world
> > thing (from your book Derek, p.s. where are the Appendixes? Seriously
> > I can't find them in the copy I paid for from Apress), then tried to
> > build from source...
>
> > And this is an example where an idiot compiling from source is evil -
> > the problem was path related. Running java -version reports the 1.6
> > java I downloaded and installed from sun. Running mvn -version shows
> > otherwise (on my mac now as I had this light bulb moment at home)
>
> > myee-riris-macbook-pro:liftweb runt$ /opt/apache-maven-2.2.1/bin/mvn -
> > version
> > Apache Maven 2.2.1 (r801777; 2009-08-07 05:16:01+1000)
> > Java version: 1.5.0_16
> > Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/
> > Home
> > Default locale: en_US, platform encoding: MacRoman
> > OS name: "mac os x" version: "10.5.8" arch: "i386" Family: "unix"
>
> > Fixed the path to use my 1.6 java. Can now build successfully, and
> > have been checking it out. Happiness++.
>
> > My apologies for spamming you with my stupidity. Take pleasure in
> > knowing said stupidity is immortalised on the web.
>
> > On Sep 20, 6:06 am, mond ray mond  wrote:
> > > Ha - beat you ;-)
>
> > > [INFO]
> > > 
> > > [INFO] BUILD SUCCESSFUL
> > > [INFO]
> > > 
> > > [INFO] Total time: 7 minutes 56 seconds
> > > [INFO] Finished at: Sat Sep 19 22:02:30 CEST 2009
> > > [INFO] Final Memory: 47M/85M
> > > [INFO]
> > > 
> > > bash-3.2$
>
> > > Must have been the 'clean'.  My missus says I should tidy up more
> > > often too!
>
> > > Thanks for the support
>
> > > Best regards
>
> > > Ray
>
> > > On Sep 19, 7:03 pm, David Pollak 
> > > wrote:
>
> > > > On my Mac OS X box:
>
> > > > pony:liftweb dpp$ mvn -version
> > > > Maven version: 2.0.9
> > > > Java version: 1.6.0_15
> > > > OS name: "mac os x" version: "10.6" arch: "i386" Family: "mac"
> > > > pony:liftweb dpp$
>
> > > > Here's the build log:
>
> > > > pony:~ dpp$ cd tmp/
> > > > pony:tmp dpp$ git clone git://github.com/dpp/liftweb.git
> > > > Initialized empty Git repository in /Users/dpp/tmp/liftweb/.git/
> > > > remote: Counting objects: 35122, done.
> > > > remote: Compressing objects: 100% (12807/12807), done.
> > > > remote: Total 35122 (delta 14036), reused 34877 (delta 13857)
> > > > Receiving objects: 100% (35122/35122), 18.53 MiB | 907 KiB/s, done.
> > > > Resolving deltas: 100% (14036/14036), done.
> > > > pony:tmp dpp$ cd liftweb/
> > > > pony:liftweb dpp$ git tag
> > > > 0.10
> > > > 0.9
> > > > 1.0
> > > > 1.0.1
> > > > 1.0.2
> > > > 1.1-M1
> > > > 1.1-M3
> > > > 1.1-M4
> > > > 1.1-M5
> > > > bonded_to_rev_121_baf_dpp
> > > > buy_a_feature_svn_130
> > > > igo_1_0
> > > > innovation_games_oneline_1_0
> > > > osgi01
> > > > teched08_demo_jam
> > > > pony:liftweb dpp$ git checout 1.0.2
> > > > git: 'checout' is not a git-command. See 'git --help'.
>
> > > > Did you mean this?
> > > >     checkout
> > > > pony:liftweb dpp$ git checkout 1.0.2
> > > > Note: moving to '1.0.2' which isn't a local branch
> > > > If you wa

[Lift] Re: Pain Building Lift

2009-09-20 Thread runt

Thank you all for the responses.

I try and build everything from source - and no it is not always easy
but I like doing it. I sudo'd because I was in /usr/local/src - on my
machine this did require sudo. I had already played around with lift
using the maven commands and from the Eclipse IDE - this is well
documented online and in the books I have bought. Did the hello world
thing (from your book Derek, p.s. where are the Appendixes? Seriously
I can't find them in the copy I paid for from Apress), then tried to
build from source...

And this is an example where an idiot compiling from source is evil -
the problem was path related. Running java -version reports the 1.6
java I downloaded and installed from sun. Running mvn -version shows
otherwise (on my mac now as I had this light bulb moment at home)

myee-riris-macbook-pro:liftweb runt$ /opt/apache-maven-2.2.1/bin/mvn -
version
Apache Maven 2.2.1 (r801777; 2009-08-07 05:16:01+1000)
Java version: 1.5.0_16
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/
Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.5.8" arch: "i386" Family: "unix"

Fixed the path to use my 1.6 java. Can now build successfully, and
have been checking it out. Happiness++.

My apologies for spamming you with my stupidity. Take pleasure in
knowing said stupidity is immortalised on the web.

On Sep 20, 6:06 am, mond ray mond  wrote:
> Ha - beat you ;-)
>
> [INFO]
> 
> [INFO] BUILD SUCCESSFUL
> [INFO]
> 
> [INFO] Total time: 7 minutes 56 seconds
> [INFO] Finished at: Sat Sep 19 22:02:30 CEST 2009
> [INFO] Final Memory: 47M/85M
> [INFO]
> 
> bash-3.2$
>
> Must have been the 'clean'.  My missus says I should tidy up more
> often too!
>
> Thanks for the support
>
> Best regards
>
> Ray
>
> On Sep 19, 7:03 pm, David Pollak 
> wrote:
>
> > On my Mac OS X box:
>
> > pony:liftweb dpp$ mvn -version
> > Maven version: 2.0.9
> > Java version: 1.6.0_15
> > OS name: "mac os x" version: "10.6" arch: "i386" Family: "mac"
> > pony:liftweb dpp$
>
> > Here's the build log:
>
> > pony:~ dpp$ cd tmp/
> > pony:tmp dpp$ git clone git://github.com/dpp/liftweb.git
> > Initialized empty Git repository in /Users/dpp/tmp/liftweb/.git/
> > remote: Counting objects: 35122, done.
> > remote: Compressing objects: 100% (12807/12807), done.
> > remote: Total 35122 (delta 14036), reused 34877 (delta 13857)
> > Receiving objects: 100% (35122/35122), 18.53 MiB | 907 KiB/s, done.
> > Resolving deltas: 100% (14036/14036), done.
> > pony:tmp dpp$ cd liftweb/
> > pony:liftweb dpp$ git tag
> > 0.10
> > 0.9
> > 1.0
> > 1.0.1
> > 1.0.2
> > 1.1-M1
> > 1.1-M3
> > 1.1-M4
> > 1.1-M5
> > bonded_to_rev_121_baf_dpp
> > buy_a_feature_svn_130
> > igo_1_0
> > innovation_games_oneline_1_0
> > osgi01
> > teched08_demo_jam
> > pony:liftweb dpp$ git checout 1.0.2
> > git: 'checout' is not a git-command. See 'git --help'.
>
> > Did you mean this?
> >     checkout
> > pony:liftweb dpp$ git checkout 1.0.2
> > Note: moving to '1.0.2' which isn't a local branch
> > If you want to create a new branch from this checkout, you may do so
> > (now or later) by using -b with the checkout command again. Example:
> >   git checkout -b 
> > HEAD is now at eb3efbd... [release] prepare 1.0.2
> > pony:liftweb dpp$ mvn clean install
> > [INFO] Scanning for projects...
> > [INFO] Reactor build order:
> > [INFO]   Lift
> > [INFO]   Lift Utils
> > [INFO]   Lift WebKit
> > [INFO]   Lift Mapper
> > [INFO]   Lift Machine
> > [INFO]   Lift Record
> > [INFO]   Lift Textile
> > [INFO]   Lift Facebook
> > [INFO]   Lift AMQP
> > [INFO]   Lift XMPP
> > [INFO]   Lift Widgets
> > [INFO]   Lift OpenID
> > [INFO]   Lift OAuth
> > [INFO]   Lift PayPal
> > [INFO]   Lift TestKit
> > [INFO]   Lift Core (full lift)
> > [INFO]   Lift Sites
> > [INFO]   Lift Example
> > [INFO]   Skittr Example
> > [INFO]   HelloLift example application
> > [INFO]   HelloDarwin tutorial application
> > [INFO]   JPA Demo Master
> > [INFO]   JPADemo-spa
> > [INFO]   JPADemo-web
> > [INFO]   HTTP Authentication example
> > [INFO]   lift-archetype-blank
> > [INFO]   lift-archetype-basic

[Lift] Re: Pain Building Lift

2009-09-20 Thread runt

Thank you all for the responses.

I try and build everything from source - and no it is not always easy
but I like doing it. I sudo'd because I was in /usr/local/src - on my
machine this did require sudo. I had already played around with lift
using the maven commands and from the Eclipse IDE - this is well
documented online and in the books I have bought. Did the hello world
thing (from your book Mr Chen-Becker, p.s. where are the Appendixes?
Seriously I can't find them in the copy I paid for from Apress), then
tried to build from source...

And this is an example where an idiot compiling from source is evil -
the problem was path related. Running java -version reports the 1.6
java I downloaded and installed from sun. Running mvn -version shows
otherwise (on my mac now as I had this light bulb moment at home)

myee-riris-macbook-pro:liftweb runt$ /opt/apache-maven-2.2.1/bin/mvn -
version
Apache Maven 2.2.1 (r801777; 2009-08-07 05:16:01+1000)
Java version: 1.5.0_16
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/
Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.5.8" arch: "i386" Family: "unix"

Fixed the path to use my 1.6 java. Can now build successfully, and
have been checking it out. Happiness++.

My apologies for spamming you with my stupidity. Take pleasure in
knowing said stupidity is immortalised on the web.

On Sep 20, 6:06 am, mond ray mond  wrote:
> Ha - beat you ;-)
>
> [INFO]
> 
> [INFO] BUILD SUCCESSFUL
> [INFO]
> 
> [INFO] Total time: 7 minutes 56 seconds
> [INFO] Finished at: Sat Sep 19 22:02:30 CEST 2009
> [INFO] Final Memory: 47M/85M
> [INFO]
> 
> bash-3.2$
>
> Must have been the 'clean'.  My missus says I should tidy up more
> often too!
>
> Thanks for the support
>
> Best regards
>
> Ray
>
> On Sep 19, 7:03 pm, David Pollak 
> wrote:
>
> > On my Mac OS X box:
>
> > pony:liftweb dpp$ mvn -version
> > Maven version: 2.0.9
> > Java version: 1.6.0_15
> > OS name: "mac os x" version: "10.6" arch: "i386" Family: "mac"
> > pony:liftweb dpp$
>
> > Here's the build log:
>
> > pony:~ dpp$ cd tmp/
> > pony:tmp dpp$ git clone git://github.com/dpp/liftweb.git
> > Initialized empty Git repository in /Users/dpp/tmp/liftweb/.git/
> > remote: Counting objects: 35122, done.
> > remote: Compressing objects: 100% (12807/12807), done.
> > remote: Total 35122 (delta 14036), reused 34877 (delta 13857)
> > Receiving objects: 100% (35122/35122), 18.53 MiB | 907 KiB/s, done.
> > Resolving deltas: 100% (14036/14036), done.
> > pony:tmp dpp$ cd liftweb/
> > pony:liftweb dpp$ git tag
> > 0.10
> > 0.9
> > 1.0
> > 1.0.1
> > 1.0.2
> > 1.1-M1
> > 1.1-M3
> > 1.1-M4
> > 1.1-M5
> > bonded_to_rev_121_baf_dpp
> > buy_a_feature_svn_130
> > igo_1_0
> > innovation_games_oneline_1_0
> > osgi01
> > teched08_demo_jam
> > pony:liftweb dpp$ git checout 1.0.2
> > git: 'checout' is not a git-command. See 'git --help'.
>
> > Did you mean this?
> >     checkout
> > pony:liftweb dpp$ git checkout 1.0.2
> > Note: moving to '1.0.2' which isn't a local branch
> > If you want to create a new branch from this checkout, you may do so
> > (now or later) by using -b with the checkout command again. Example:
> >   git checkout -b 
> > HEAD is now at eb3efbd... [release] prepare 1.0.2
> > pony:liftweb dpp$ mvn clean install
> > [INFO] Scanning for projects...
> > [INFO] Reactor build order:
> > [INFO]   Lift
> > [INFO]   Lift Utils
> > [INFO]   Lift WebKit
> > [INFO]   Lift Mapper
> > [INFO]   Lift Machine
> > [INFO]   Lift Record
> > [INFO]   Lift Textile
> > [INFO]   Lift Facebook
> > [INFO]   Lift AMQP
> > [INFO]   Lift XMPP
> > [INFO]   Lift Widgets
> > [INFO]   Lift OpenID
> > [INFO]   Lift OAuth
> > [INFO]   Lift PayPal
> > [INFO]   Lift TestKit
> > [INFO]   Lift Core (full lift)
> > [INFO]   Lift Sites
> > [INFO]   Lift Example
> > [INFO]   Skittr Example
> > [INFO]   HelloLift example application
> > [INFO]   HelloDarwin tutorial application
> > [INFO]   JPA Demo Master
> > [INFO]   JPADemo-spa
> > [INFO]   JPADemo-web
> > [INFO]   HTTP Authentication example
> > [INFO]   lift-archetype-blank
> > [INFO]   lift-arch

[Lift] Pain Building Lift

2009-09-18 Thread runt

Hi Everyone,

Ok, so I want to see what the hype is about with Lift - it sounds
pretty exciting. However trying to build Lift from source is killing
my buzz, I tried using the instructions from the wiki

sudo git clone git://github.com/dpp/liftweb.git
cd liftweb
sudo /opt/maven/bin/mvn -e install

on unbuntu 9.04, with maven 2.2.1, and git 1.6.3.3. I have a tried it
a couple times and had epic fails that have ranged from compilation
errors to runtime errors.

Reading http://wiki.liftweb.net/index.php/Source_code says the clone
URL is from the trunk. Please correct me if I am mistaken with that -
I cannot seem to find anything about Lift's release management.

My question is are stable release sources available? I would like to
try my luck with one of those.

Thankyou - runt

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