[Lift] Re: prep for offline work

2009-06-22 Thread Timothy Perrett

Grab yourself a copy of the lift book, download the lift source code
so you can build locally if need be and dont forget you prefix all
your maven commands: mvn -o

Cheers, Tim

On Jun 22, 4:01 pm, Mojo  wrote:
> Hi all, I've enjoyed following the list for a few weeks, and studying
> Scala casually for a few months.
>
> I'm a Java developer currently working with Spring and Hibernate to
> build web apps, and spent a few months professionally in the Ruby on
> Rails world as well.
>
> I'm about to depart on a ten-day cruise (San Francisco to Alaska) and
> kind of looking forward to the disconnected time to spend working with
> Scala and Lift.
>
> Being disconnected makes for good concentration time, but it also
> makes it difficult to deal with things like missing Maven
> dependencies. I'm trying to be as prepared as I can before departure.
>
> I've done things like install the "helloworld" lift app from Maven,
> and done a complete build to jetty:run, and even "mvn site" to try and
> make sure all the plugins and dependencies are in my local repository.
> I have Netbeans on the machine, 6.5, and the latest RC for 6.7, but
> haven't yet installed the Scala plugin.
>
> I'd probably better have a DB on hand. Mysql or HSQLDB.
>
> Can anyone think of any other good ways to prepare for doing some
> study and development while being off the grid, so to speak?
>
> Cheers,
> Mojo
> --
> Morris Jones
> Monrovia, CA
> m...@whiteoaks.comhttp://mojo.whiteoaks.com
--~--~-~--~~~---~--~~
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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: prep for offline work

2009-06-22 Thread Oliver Lambert
Check you can work offline before you go with the command Tim details (mvn
-o clean install).
If you are running against a snapshot of Lift consider changing to a release
instead, otherwise
Maven will want to download a new snapshot every day (you could freeze at a
snapshot version,
but thats more complicated).

On Tue, Jun 23, 2009 at 1:30 AM, Timothy Perrett wrote:

>
> Grab yourself a copy of the lift book, download the lift source code
> so you can build locally if need be and dont forget you prefix all
> your maven commands: mvn -o
>
> Cheers, Tim
>
> On Jun 22, 4:01 pm, Mojo  wrote:
> > Hi all, I've enjoyed following the list for a few weeks, and studying
> > Scala casually for a few months.
> >
> > I'm a Java developer currently working with Spring and Hibernate to
> > build web apps, and spent a few months professionally in the Ruby on
> > Rails world as well.
> >
> > I'm about to depart on a ten-day cruise (San Francisco to Alaska) and
> > kind of looking forward to the disconnected time to spend working with
> > Scala and Lift.
> >
> > Being disconnected makes for good concentration time, but it also
> > makes it difficult to deal with things like missing Maven
> > dependencies. I'm trying to be as prepared as I can before departure.
> >
> > I've done things like install the "helloworld" lift app from Maven,
> > and done a complete build to jetty:run, and even "mvn site" to try and
> > make sure all the plugins and dependencies are in my local repository.
> > I have Netbeans on the machine, 6.5, and the latest RC for 6.7, but
> > haven't yet installed the Scala plugin.
> >
> > I'd probably better have a DB on hand. Mysql or HSQLDB.
> >
> > Can anyone think of any other good ways to prepare for doing some
> > study and development while being off the grid, so to speak?
> >
> > Cheers,
> > Mojo
> > --
> > Morris Jones
> > Monrovia, CA
> > m...@whiteoaks.comhttp://mojo.whiteoaks.com
> >
>

--~--~-~--~~~---~--~~
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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---