Today I cloned the liftweb source from git, and had a couple of problems trying to get the examples to run. Must have missed some instructions or something. What I did:
1. git clone git://github.com/dpp/liftweb.git 2. cd liftweb 3. 'mvn install' which resulted in some errors (didn't save the exact message, sorry) 4. Tried to just run the examples. 'cd lift-examples/example' 5. 'mvn install' which resulted in test errors: Results : Tests in error: wiki edit HomePage should not have HomePage content define wiki edit HomePage should allow edition of HomePage Tests run: 2, Failures: 0, Errors: 2, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. 6. Bypassed tests by running 'mvn install -DskipTests' and compile worked 7. 'mvn jetty:run' results in an error: ERROR - Failed to Boot java.lang.ClassNotFoundException: bootstrap.liftweb.Boot My environment: Mac running Snow Leopard Maven version: 2.0.9 Java version: 1.6.0_15 -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=.
