[Lift] Re: Trouble With JPA Book Example

2009-10-22 Thread Derek Chen-Becker
Are you using OpenJDK by any chance? IIRC the YUI compressor doesn't like it. Derek On Wed, Oct 21, 2009 at 6:58 PM, AndyM wrote: > > Sorry about the spam. I was using 2.75 not 2.7.5.. Feel free to delete > the above posts. > > More errors though. spa builds fine, web does not... > > INFO] null

[Lift] Re: Trouble With JPA Book Example

2009-10-21 Thread AndyM
Sorry about the spam. I was using 2.75 not 2.7.5.. Feel free to delete the above posts. More errors though. spa builds fine, web does not... INFO] null [INFO] [INFO] Trace java.lang.RuntimeException at com.yahoo.pla

[Lift] Re: Trouble With JPA Book Example

2009-10-21 Thread AndyM
Whoops. I meant to say the missing dependency was 1) org.scala-lang:scala-library:jar:2.75 On Oct 21, 8:44 pm, AndyM wrote: > That gets me one step closer, thanks, but then I still have problem. > The next mvn install that I do gives me the following: > > 1 required artifact is missing. >

[Lift] Re: Trouble With JPA Book Example

2009-10-21 Thread AndyM
That gets me one step closer, thanks, but then I still have problem. The next mvn install that I do gives me the following: 1 required artifact is missing. for artifact: com.foo.jpaweb:spa:jar:1.0-SNAPSHOT Another post had the same problem, said to do mvn install. I tried doing mvn install in

[Lift] Re: Trouble With JPA Book Example

2009-10-21 Thread Steve Swing
Does mvn -Dscala.version=2.7.5 install work for you? If so you can define this in pom.xml files to avoid typing on the cmd- line every time you build: 2.7.5 On Oct 20, 8:38 pm, AndyM wrote: > Still getting the same issue, with > > mvn -U archetype:generate  \ > -DarchetypeRepository=http://sc

[Lift] Re: Trouble With JPA Book Example

2009-10-20 Thread AndyM
Still getting the same issue, with mvn -U archetype:generate \ -DarchetypeRepository=http://scala-tools.org/repo-snapshots \ -DarchetypeGroupId=net.liftweb \ -DarchetypeArtifactId=lift-archetype-jpa-basic \ -DarchetypeVersion=1.1-SNAPSHOT \ -DgroupId=com.foo.jpaweb \ -DartifactId=JPADemo \ -Dver

[Lift] Re: Trouble With JPA Book Example

2009-10-20 Thread David Pollak
For some reason the pom.xml files in the JPA archetypes referred to lift M4 rather than SNAPSHOT. I've pushed a change. Once the build ( http://hudson.scala-tools.org/job/Lift/1298/ ) is done, try re-executing your mvn command (make sure you do a mvn -U to pull the latest). To the committers - s