A newbie question, since I'm not ready to use maven at all.
I am trying to use scala + lift using scala 2.8, the environment is a win7 field, if that matters.
I am creating a basic project using:
mvn archetype:generate -U -DarchetypeGroupId=net.liftweb -DarchetypeArtifactId=lift-archetype-basic -DarchetypeVersion=2.0-scala280-SNAPSHOT -DarchetypeRepository=http://scala-tools.org/repo-snapshots -DremoteRepositories=http://scala-tools.org/repo-snapshots -DgroupId=com.liftworkshop -DartifactId=todo -Dversion=1.0-SNAPSHOT
So far, so good, but then, I try to write to my new project and execute:
mvn jetty:run
After several downloads, I get an error as shown below:
[ERROR] BUILD ERROR [INFO]
Any ideas?
Bjorn j
source share