On Sat, Sep 19, 2009 at 9:31 AM, mond ray mond <mondraym...@gmail.com>wrote:

>
> It's an open source project so I don't think that users that have the
> temerity to build it should be questioned ;-)
>
> Like our friend runt (probably not his / her real name), I have built
> 1.0.2 from the github tag, following your instructions and get build
> problems with the SQLMapper.  A small sample:
>
> [WARNING] /Users/ray/NetBeansProjects/liftweb/lift-mapper/src/main/
> scala/net/liftweb/mapper/LoggingStatementWrappers.scala:565: error:
> value setSQLXML is not a member of java.sql.PreparedStatement
> [WARNING]       underlying.setSQLXML(index, x)
> [WARNING]                  ^
> [WARNING] 28 errors found
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
>
> What must be done to build successfully?
>

I build from source at least 10 times a day.  I've installed Maven (2.0.9 on
most of my machines).  I type "mvn clean install" and it always works.

It's very important to do the clean step before the install step because if
there's cruft sitting around in the target directories it could cause
issues.


>
> Thanks
>
> Ray
>
> On Sep 19, 10:35 am, Timothy Perrett <timo...@getintheloop.eu> wrote:
> > runt,
> >
> > Why on earth are you sudo'ing for a simple build? Moreover, is there a
> > reason you want to build from source? See my instructions here:
> >
> > http://wiki.github.com/dpp/liftweb/how-to-getting-and-building-from-s...
> >
> > To be honest, if you just want to use lift then you really don't need
> > to build the source - try the following command also:
> >
> > mvn archetype:generate -DarchetypeCatalog=http://scala-tools.org/
> >
> > Try those and let me know...
> >
> > Cheers, Tim
> >
> > On Sep 19, 1:14 am, runt <run...@gmail.com> wrote:
> >
> > > 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.
> >
> > > Readinghttp://wiki.liftweb.net/index.php/Source_codesaysthe 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
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

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