Hi Tyler!

I am trying to run my lift app which I usually do by issuing 'mvn
jetty:run'.  I believe this runs the class
org.codehause.classworlds.Launcher with the arguments "-
Dclassworlds.conf=/usr/local/apache-maven/apache-maven-2.0.9/bin/
m2.conf -Dmaven.home=/usr/local/apache-maven/apache-maven-2.0.9".

Currently, I am trying to run MainGenericRunner.main(args) where I am
stuffing the above into the args.  It complains that "error: value
codehause is not a member of package org.  So maybe I just have to
figure out how to import that class.

Thanks.


Dan

On Dec 10, 11:12 am, TylerWeir <[EMAIL PROTECTED]> wrote:
> What are you attempting?
>
> if you run: import com.your.classpath.model._
> You should be able to create and play with model objects.
>
> What are you looking to do?
>
> On Dec 10, 1:39 pm, Dano <[EMAIL PROTECTED]> wrote:
>
> > Hello Lifters,
>
> > I am looking into using the maven scala:console plugin as an aid to
> > debugging with the hope that I can start my lift app thru the console,
> > and then after it comes up, be able to issue calls to 'static' methods
> > which will return data which can help me see what is going on.  My
> > attempts to use NetBeans as a debugger for my lift app have failed
> > miserably.  I need a robust simple way to debug and the console plug-
> > in seems like a good way to go.
>
> > Per the instructions located 
> > athttp://scala-tools.org/mvnsites/maven-scala-plugin/usage_console.html,
> > I have done the following:
>
> >     % mvn scala:console jetty:run
> >     ....
> >     scala> new bootstrap.liftweb.Boot().boot
>
> > However, jetty is not running yet and I am not sure how to prod into
> > life.
>
> > Has anyone tried this or have any suggestions?
>
> > Thanks in advance.
>
> > Dano
--~--~---------~--~----~------------~-------~--~----~
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