Hi,

On Tue, Sep 9, 2008 at 2:28 AM, lloy0076 <[EMAIL PROTECTED]> wrote:
>
>
> Hi There,
>
> I'm following the instructions here:
>
> http://liftweb.net/index.php/HowTo_start_a_new_liftwebapp
>
> ...and I can build the "liftone" application.
>
> However...when I do this:
>
> ^Cbash-3.00$ mvn jetty:run -U
> http://scala-tools.org/repo-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
>
> [removed "let's download the Internet]
>
> Downloading:
> http://cvs.apache.org/maven-snapshot-repository/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
>
> ...and it can't find that. I can't ping cvs.apache.org org or contact
> it.

What is the exact message at the end of mvn jetty:run -U

* http://cvs.apache.org/maven-snapshot-repository is not part of the
"predefined" repository. do you add it in your $HOME/.m2/settings.xml
or pom.xml ?
* I don't understand why you need commons-validator for running the
sample of HowTo_start_a_new_liftwebapp ?
  if you list dependency ('mvn dependency:tree') you should have :
[INFO] [dependency:tree]
[INFO] net.liftweb.hello:hello-lift:war:1.0-SNAPSHOT
[INFO] +- org.scala-lang:scala-library:jar:2.7.1:compile
[INFO] +- net.liftweb:lift-core:jar:0.9:compile
[INFO] |  +- net.liftweb:lift-webkit:jar:0.9:compile
[INFO] |  |  +- log4j:log4j:jar:1.2.12:compile
[INFO] |  |  +- javax.mail:mail:jar:1.4:compile
[INFO] |  |  +- javax.activation:activation:jar:1.1:compile
[INFO] |  |  +- commons-httpclient:commons-httpclient:jar:3.0.1:compile
[INFO] |  |  +- commons-fileupload:commons-fileupload:jar:1.2:compile
[INFO] |  |  +- commons-collections:commons-collections:jar:3.2:compile
[INFO] |  |  \- commons-codec:commons-codec:jar:1.3:compile
[INFO] |  +- net.liftweb:lift-textile:jar:0.9:compile
[INFO] |  +- net.liftweb:lift-facebook:jar:0.9:compile
[INFO] |  +- net.liftweb:lift-amqp:jar:0.9:compile
[INFO] |  |  \- com.rabbitmq:rabbitmq-client:jar:1.2.0:compile
[INFO] |  |     \- org.apache.commons:commons-io:jar:1.3.2:compile
[INFO] |  +- net.liftweb:lift-xmpp:jar:0.9:compile
[INFO] |  |  +- org.igniterealtime.smack:smack:jar:3.0.4:compile
[INFO] |  |  \- org.igniterealtime.smack:smackx:jar:3.0.4:compile
[INFO] |  \- net.liftweb:lift-widgets:jar:0.9:compile
[INFO] +- org.apache.derby:derby:jar:10.2.2.0:compile
[INFO] +- javax.servlet:servlet-api:jar:2.5:provided
[INFO] +- junit:junit:jar:3.8.1:test (scope not updated to compile)
[INFO] +- org.mortbay.jetty:jetty:jar:6.1.11:test
[INFO] |  +- org.mortbay.jetty:jetty-util:jar:6.1.11:test
[INFO] |  \- org.mortbay.jetty:servlet-api-2.5:jar:6.1.11:test
[INFO] +- org.scala-lang:scala-compiler:jar:2.7.1:test
[INFO] +- commons-logging:commons-logging:jar:1.0.4:compile
[INFO] +- commons-cli:commons-cli:jar:1.0:compile
[INFO] +- commons-lang:commons-lang:jar:2.1:compile
[INFO] \- com.sun:tools:jar:1.4.2:system

>
> I don't understand enough about Maven to be able to figure out how to
> get the jar into the right place, nor to know whether I've given
> enough information. I've looked at the Maven FAQs about how to do it
> but I have no idea what an artifact-id is or the structure of my Maven
> directory...
>
> Has anyone got any pointers as to what I might do or for a simple hand-
> holding tutorial?

I don't known if this tutorial exists. What do you expect exactly ?

/davidB

> DSL
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to