Henry Story
- 活动总数 48
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 15
-
Henry Story 创建了一个帖子, problem loading scala-js project
Hi, I have a simple scala-js 0.6 project on github https://github.com/read-write-web/rww-scala-jsbut when I open it, I just get to see a very minimal set of files. It is missing all the scala fi... -
-
Henry Story 进行了评论, -
-
Henry Story 创建了一个帖子, does EAP 107.18 use a lot more memory?
On OSX I am now finding the after a while IntelliJ uses over 1GB of real memory and 1.63 GB of virtual memory IntelliJ IDEA 97293 hjs 41.9 62 1.21 GB 1.63 GB 52.5 MBIt use to always stay under 300M... -
Henry Story 创建了一个帖子, Scala shell problem: Argument list too long
When I try to run the Scala Shell on OSX I get a red bubble from the Run Console tab with the following message: ! Error running Scala Console: Cannot run program "/System/Library/Java/Ja... -
Henry Story 创建了一个帖子, maven tab "Problem resolving expression ${project.groupid} ..."
I am working on a large Apache project named Clerezza http://incubator.apache.org/projects/clerezza.html which uses Maven. ( it's a semantic Web CMS).I have no trouble building it from the command ... -
Henry Story 创建了一个帖子, Maven dependencies missing
I am working on a large open source Semantic CMS named Clerezza, an Apache incubator, which relied on Maven. It uses Java for the infrastructure and Scala for HTML and many other fancy things.I hav... -
Henry Story 创建了一个帖子, Error with CDATA in Scala
The following code breaks the Scala parserobject test { val html = <html><body> <script type="text/javascript"> <![CDATA[$(document).ready( function(){ configurePage(); } ); ]]> </script> ... -
Henry Story 创建了一个帖子, Scala Server Pages support
Hi, The new Apache Incubator Project Clerezza, uses a neat feature called Scala Server pageswhich is essentially a little templating system that allows one to write JSP-like pages using Scala.By ...