Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Scalate 1.5.2 Released!
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Matt Raible  
View profile  
 More options Sep 10 2011, 11:22 am
From: Matt Raible <mrai...@gmail.com>
Date: Sat, 10 Sep 2011 09:22:02 -0600
Local: Sat, Sep 10 2011 11:22 am
Subject: Re: Scalate 1.5.2 Released!

Great - thanks for creating a 2.8.1 version for Play 1.2.x!

I tried the CoffeeScript filter with the following code:

:coffeescript
  alert 'hello world'

This results in the following JavaScript being generated:
<script type='text/javascript'>
  #<![CDATA[
    (function() {
      alert('hello world');
    }).call(this);

  #]]>
</script>
Which doesn't work in Firefox 5.0.1:

Error: illegal character
Source File: http://localhost:9000/
Line: 7, Column: 2
Source Code:
  #<![CDATA[

It doesn't seem to like the # character. I get this error in Safari as well.

On Sat, Sep 10, 2011 at 1:24 AM, James Strachan <ja...@fusesource.com> wrote:

The Scalate team is pleased to announce the availability of Scalate 1.5.2
http://scalate.fusesource.org/blog/releases/release-1.5.2.html

Scalate 1.5.2 Highlights
=================

* Upgraded to Scala 2.9.1

* Server side compilation of CoffeeScript in the :coffeescript filter
- many thanks for the patch Dag!

* Provide a Scala 2.8.1 distribution of Scalate (version
1.5.2-scala_2.8.1) for easier Play integration and working with other
Scala 2.8.x projects.

* Minor improvements in the use of the ScalaCompiler to make it easier
to support Lifty as a plugin inside SBT - thanks for the help and
welcome to the team Mads!

* Fixed #260 : Scalate distro does not include all the jars required
for textile support

For more detail see the Full Change Log
http://www.assembla.com/spaces/scalate/milestones/529481-1-5-2

Feedback always most welcome!
http://scalate.fusesource.org/community.html

--
James
-------
FuseSource
Email: ja...@fusesource.com
Web: http://fusesource.com
Twitter: jstrachan, fusenews
Blog: http://macstrac.blogspot.com/

Open Source Integration and Messaging


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.