That it might be - but in my experience, building anything from source  
is not usually the path of least resistance and its why I suggest that  
pulling releases / snapshots from the maven repo is sooo much easier,  
for example:

http://scala-tools.org/repo-releases/net/liftweb/lift-webkit/1.0.2/

Im currently only working with the main 1.1-SNAPSHOT branch, Derek is  
the one who has been doing the 1.0 maintenance releases so im not  
familiar with what might be wrong. However, the code in those  
maintenance releases is in 1.1-SNAPSHOT and that builds fine so we  
shouldn't have any problems from a project perspective (hudson is  
building no problem right now)

Does that help?

Cheers, Tim

On 19 Sep 2009, at 17:31, mond ray mond 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?
>
> 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
>
> >
>


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