Dave Cleal

Avatar
  • Total activity 17
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4
  • Created

    NodeJS, Nodeunit and require

    HiI have a couple of possibly related problems running tests and apps in NodeJS.First, I've set up NodeJS (I think) and I can happily click on the "otherfile" link in this linerequire("otherfile");...
    • 3 followers
    • 9 comments
    • 0 votes
  • Created

    Freemarker template "Cannot resolve parameter"

    Hi,here's a freemarker template:<#-- @ftlvariable name="" type="java.lang.String" --><#macro sayHello >    <h1>Hello, ${class}</h1></#macro><@sayHello />Both occurences of the word "class" generate...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Unhelpful ant warnings

    When I run my ant script from Intellij I get "Ant build completed with 18 warnings in 11s at 09:22:08". The warnings are largely spurious: for example, the lines[dbdeploy] dbdeploy 3.0M2 [dbdeploy]...
    • 1 follower
    • 1 comment
    • 0 votes