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