[Lift] Re: Newbie question: Templates cached?

2009-06-02 Thread Jesse Eichar

You are exactly right.  It does build a war and deploy it.

Thanks  David

On Jun 2, 5:17 am, David Pollak feeder.of.the.be...@gmail.com wrote:
 If you're running from SBT, it's likely that SBT builds a WAR file and runs
 it (I'm just guessing here.)  When you do an mvn jetty:run, you can change
 the templates, hit reload and all works just fine.

 On Mon, Jun 1, 2009 at 11:08 AM, Jesse Eichar
 jesse.eic...@camptocamp.comwrote:





  I am using lift-core 1.0 but perhaps it is related to the fact that I
  am building with SBT (simple-build-tool).

  I remember reading about a -D parameter that can be passed to control
  the mode.  could you quickly remind me what the options are and I will
  take this to the SBT list and get the issue sorted.

  Jesse

  On Jun 1, 5:16 pm, David Pollak feeder.of.the.be...@gmail.com wrote:
   Templates are cached when running in production mode.

   Templates should not be cached in development (default) mode.

   What version of Lift are you using?

   On Mon, Jun 1, 2009 at 8:01 A M, Jesse Eichar 
  jesse.eic...@camptocamp.comwrote:

Hi,

To my surprise when I changed the css in the default.html in hidden
templates I had to restart jetty.  Is this expected? Normal? can it be
turned off?

Thanks,

Jesse

   --
   Lift, the simply functional web frameworkhttp://liftweb.net
   Beginning Scalahttp://www.apress.com/book/view/1430219890
   Follow me:http://twitter.com/dpp
   Git some:http://github.com/dpp

 --
 Lift, the simply functional web frameworkhttp://liftweb.net
 Beginning Scalahttp://www.apress.com/book/view/1430219890
 Follow me:http://twitter.com/dpp
 Git some:http://github.com/dpp

--~--~-~--~~~---~--~~
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] Newbie question: Templates cached?

2009-06-01 Thread Jesse Eichar

Hi,

To my surprise when I changed the css in the default.html in hidden
templates I had to restart jetty.  Is this expected? Normal? can it be
turned off?

Thanks,

Jesse

--~--~-~--~~~---~--~~
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] Using ExtJS

2009-05-17 Thread Jesse Eichar

Hi,

I was wondering how plausible using ExtJS since Lift adds some Ajax
libraries.  ExtJS requires adapters to work nicely with others.  I am
not sure if the adapters need to be ran with the specific version of
(say YUI or JQuery) the library that is shipped with Ext or if the
adapters are enough by then selves.

But really my question is:  Is it possible to use advanced ExtJS in
Lift?  And what would the recommended way be?

Thanks,
Jesse

--~--~-~--~~~---~--~~
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: Scripting and Maven scala plugin

2008-09-08 Thread Jesse Eichar

Hi,  I sent you an email to your gmail account did you get it? It has
the patch oh.  I will try to find the maven-scala mailing list

Jesse

On Sep 6, 7:16 pm, David Bernard [EMAIL PROTECTED] wrote:
 I don't known, but now I could access the site. You're goal is a great
 extension, and need to up the version to 2.8. If you don't know git or
 don't have time to prepare a patch send me the whole project, I'll do
 the merge.

 Thanks

 /davidB

 PS: could we switch the conversation to maven-and-scala mailing-list

 On Sat, Sep 6, 2008 at 4:58 PM, Jesse Eichar [EMAIL PROTECTED] wrote:

  Excuse my typing, my daughter is in one arm so I am working with one
  hand.

  Odd I can access the site...  Although oddly if I add www it doesn't
  work.  Maybe make sure that your browser doesn't add it.

  Tell you what.  I will checkout the latest source, make a patch and
  send it to you.  You can look it over at your leisure.  Word of
  warning though.  I have a conference coming up that I am madly
  preparing for so I may not find time until Early October.  I will do
  what I can to get it to you earlier.

  Jesse

  On Sep 6, 4:46 pm, David Bernard [EMAIL PROTECTED] wrote:
  I can't accesshttp://pragmaticdesign.net/maven-scala-plugin-site/index.html

  On Sat, Sep 6, 2008 at 4:45 PM, David Bernard

  [EMAIL PROTECTED] wrote:
   Hi,

   Contributions are welcome (send me a patch, if possible provide the
   doc for the feature).
   FYI :
   * the latest source are at
  http://github.com/davidB/maven-scala-plugin/tree/master(svnis no
   more used)
   * I started (today) a new mailing list about maven and scala
  http://groups.google.com/group/maven-and-scala

   /davidB

   On Sat, Sep 6, 2008 at 4:18 PM, David Pollak
   [EMAIL PROTECTED] wrote:
   Jesse,

   I don't speak for DavidB, the Maven Scala plugin maintainer, but I 
   certainly
   think this is a feature I'd like to see. :-)

   Thanks,

   David

   On Sat, Sep 6, 2008 at 7:08 AM, Jesse Eichar [EMAIL PROTECTED] wrote:

   Hi,

   Inspired by the GMaven plugin I have taken the maven-scala plugin and
   added a new Scripting Goal.  It allows you to inline scala directly
   into a pom or execute a scala script from another file.  In order to
   make it more applicable for the build process the MavenProject and Log
   can be optionally passed to the script.  For details and code examples
   you can look at the updated documentation for the plugin that I put
   online at:http://pragmaticdesign.net/maven-scala-plugin-site/index.html

   I would like to contribute the change to the main maven-scala plugin.
   I have now used it in three very different projects so I can say that
   it is fairly well used and I am willing to support the scripting
   portion of the plugin.

   As for my credentials.  I am Jesse Eichar and am the technical lead
   for the uDig (http://udig.refractions.net/) open source project, a
   module maintainer for two modules in the GeoTools (http://
   docs.codehaus.org/display/GEOTOOLS/Home) open source project.  I have
   contributed to the GeoAdminSuite (http://geojava.camptocamp.net/gas/)
   project, the GeoServer (http://geoserver.org/display/GEOS/Welcome)
   project, the Sextante (http://www.sextantegis.com/) project and am
   working on a project that will see code contributed to the GeoNetwork
   (http://geonetwork-opensource.org/) project.

   I mention these projects because I think demonstrates that I
   understand the philosophy of open source projects and the requirements
   to work with them.

   Please let me know how and when I can contribute the code.  My changes
   are based on the latest from trunk.

   Jesse

   --
   Lift, the simply functional web frameworkhttp://liftweb.net
   Collaborative Task Managementhttp://much4.us
   Follow me:http://twitter.com/dpp
   Git some:http://github.com/dpp



--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[Lift] Re: Scripting and Maven scala plugin

2008-09-06 Thread Jesse Eichar

Here is the first errors:
/Users/jesse/dev/repo/maven_scala/src/main/java/scala/maven/
ScalaRunMojo.java:[66,14] cannot find symbol
symbol  : class Launcher
location: class scala.maven.ScalaRunMojo



/Users/jesse/dev/repo/maven_scala/src/main/java/scala/maven/
ScalaRunMojo.java:[66,14] cannot find symbol
symbol  : class Launcher
location: class scala.maven.ScalaRunMojo

any ideas?

On Sep 6, 4:58 pm, Jesse Eichar [EMAIL PROTECTED] wrote:
 Excuse my typing, my daughter is in one arm so I am working with one
 hand.

 Odd I can access the site...  Although oddly if I add www it doesn't
 work.  Maybe make sure that your browser doesn't add it.

 Tell you what.  I will checkout the latest source, make a patch and
 send it to you.  You can look it over at your leisure.  Word of
 warning though.  I have a conference coming up that I am madly
 preparing for so I may not find time until Early October.  I will do
 what I can to get it to you earlier.

 Jesse

 On Sep 6, 4:46 pm, David Bernard [EMAIL PROTECTED] wrote:

  I can't accesshttp://pragmaticdesign.net/maven-scala-plugin-site/index.html

  On Sat, Sep 6, 2008 at 4:45 PM, David Bernard

  [EMAIL PROTECTED] wrote:
   Hi,

   Contributions are welcome (send me a patch, if possible provide the
   doc for the feature).
   FYI :
   * the latest source are at
  http://github.com/davidB/maven-scala-plugin/tree/master(svnis no
   more used)
   * I started (today) a new mailing list about maven and scala
  http://groups.google.com/group/maven-and-scala

   /davidB

   On Sat, Sep 6, 2008 at 4:18 PM, David Pollak
   [EMAIL PROTECTED] wrote:
   Jesse,

   I don't speak for DavidB, the Maven Scala plugin maintainer, but I 
   certainly
   think this is a feature I'd like to see. :-)

   Thanks,

   David

   On Sat, Sep 6, 2008 at 7:08 AM, Jesse Eichar [EMAIL PROTECTED] wrote:

   Hi,

   Inspired by the GMaven plugin I have taken the maven-scala plugin and
   added a new Scripting Goal.  It allows you to inline scala directly
   into a pom or execute a scala script from another file.  In order to
   make it more applicable for the build process the MavenProject and Log
   can be optionally passed to the script.  For details and code examples
   you can look at the updated documentation for the plugin that I put
   online at:http://pragmaticdesign.net/maven-scala-plugin-site/index.html

   I would like to contribute the change to the main maven-scala plugin.
   I have now used it in three very different projects so I can say that
   it is fairly well used and I am willing to support the scripting
   portion of the plugin.

   As for my credentials.  I am Jesse Eichar and am the technical lead
   for the uDig (http://udig.refractions.net/) open source project, a
   module maintainer for two modules in the GeoTools (http://
   docs.codehaus.org/display/GEOTOOLS/Home) open source project.  I have
   contributed to the GeoAdminSuite (http://geojava.camptocamp.net/gas/)
   project, the GeoServer (http://geoserver.org/display/GEOS/Welcome)
   project, the Sextante (http://www.sextantegis.com/) project and am
   working on a project that will see code contributed to the GeoNetwork
   (http://geonetwork-opensource.org/) project.

   I mention these projects because I think demonstrates that I
   understand the philosophy of open source projects and the requirements
   to work with them.

   Please let me know how and when I can contribute the code.  My changes
   are based on the latest from trunk.

   Jesse

   --
   Lift, the simply functional web frameworkhttp://liftweb.net
   Collaborative Task Managementhttp://much4.us
   Follow me:http://twitter.com/dpp
   Git some:http://github.com/dpp



--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[Lift] Re: Scripting and Maven scala plugin

2008-09-06 Thread Jesse Eichar

Ah.  Apparently you have to compile twice... Sorry I didn't ready any
instructions.

On Sep 6, 6:25 pm, Jesse Eichar [EMAIL PROTECTED] wrote:
 Here is the first errors:
 /Users/jesse/dev/repo/maven_scala/src/main/java/scala/maven/
 ScalaRunMojo.java:[66,14] cannot find symbol
 symbol  : class Launcher
 location: class scala.maven.ScalaRunMojo

 /Users/jesse/dev/repo/maven_scala/src/main/java/scala/maven/
 ScalaRunMojo.java:[66,14] cannot find symbol
 symbol  : class Launcher
 location: class scala.maven.ScalaRunMojo

 any ideas?

 On Sep 6, 4:58 pm, Jesse Eichar [EMAIL PROTECTED] wrote:

  Excuse my typing, my daughter is in one arm so I am working with one
  hand.

  Odd I can access the site...  Although oddly if I add www it doesn't
  work.  Maybe make sure that your browser doesn't add it.

  Tell you what.  I will checkout the latest source, make a patch and
  send it to you.  You can look it over at your leisure.  Word of
  warning though.  I have a conference coming up that I am madly
  preparing for so I may not find time until Early October.  I will do
  what I can to get it to you earlier.

  Jesse

  On Sep 6, 4:46 pm, David Bernard [EMAIL PROTECTED] wrote:

   I can't 
   accesshttp://pragmaticdesign.net/maven-scala-plugin-site/index.html

   On Sat, Sep 6, 2008 at 4:45 PM, David Bernard

   [EMAIL PROTECTED] wrote:
Hi,

Contributions are welcome (send me a patch, if possible provide the
doc for the feature).
FYI :
* the latest source are at
   http://github.com/davidB/maven-scala-plugin/tree/master(svnisno
more used)
* I started (today) a new mailing list about maven and scala
   http://groups.google.com/group/maven-and-scala

/davidB

On Sat, Sep 6, 2008 at 4:18 PM, David Pollak
[EMAIL PROTECTED] wrote:
Jesse,

I don't speak for DavidB, the Maven Scala plugin maintainer, but I 
certainly
think this is a feature I'd like to see. :-)

Thanks,

David

On Sat, Sep 6, 2008 at 7:08 AM, Jesse Eichar [EMAIL PROTECTED] wrote:

Hi,

Inspired by the GMaven plugin I have taken the maven-scala plugin and
added a new Scripting Goal.  It allows you to inline scala directly
into a pom or execute a scala script from another file.  In order to
make it more applicable for the build process the MavenProject and Log
can be optionally passed to the script.  For details and code examples
you can look at the updated documentation for the plugin that I put
online 
at:http://pragmaticdesign.net/maven-scala-plugin-site/index.html

I would like to contribute the change to the main maven-scala plugin.
I have now used it in three very different projects so I can say that
it is fairly well used and I am willing to support the scripting
portion of the plugin.

As for my credentials.  I am Jesse Eichar and am the technical lead
for the uDig (http://udig.refractions.net/) open source project, a
module maintainer for two modules in the GeoTools (http://
docs.codehaus.org/display/GEOTOOLS/Home) open source project.  I have
contributed to the GeoAdminSuite (http://geojava.camptocamp.net/gas/)
project, the GeoServer (http://geoserver.org/display/GEOS/Welcome)
project, the Sextante (http://www.sextantegis.com/) project and am
working on a project that will see code contributed to the GeoNetwork
(http://geonetwork-opensource.org/) project.

I mention these projects because I think demonstrates that I
understand the philosophy of open source projects and the requirements
to work with them.

Please let me know how and when I can contribute the code.  My changes
are based on the latest from trunk.

Jesse

--
Lift, the simply functional web frameworkhttp://liftweb.net
Collaborative Task Managementhttp://much4.us
Follow me:http://twitter.com/dpp
Git some:http://github.com/dpp



--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---