#608 Typo in sys.props?

Lomono Fri 22 May 2009

According to the Setup article, the beginning of sys.props should read

// runtime - either "java" or "dotnet"

fan.runtime=java

however, in the sys.props file that comes with the download linked from the main page, it reads

// runtime - either "java" or "net"

fan.runtime=java

and changing it to fan.runtime=net doesn't work

tactics Sat 23 May 2009

Yeah, use dotnet instead: http://www.fandev.org/sidewalk/topic/402

brian Tue 26 May 2009

Correct value is "dotnet". I pushed a fix to hg for the typo. Thanks for reporting that.

Login or Signup to reply.