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
sys.props
// runtime - either "java" or "net" fan.runtime=java
and changing it to fan.runtime=net doesn't work
fan.runtime=net
Yeah, use dotnet instead: http://www.fandev.org/sidewalk/topic/402
dotnet
Correct value is "dotnet". I pushed a fix to hg for the typo. Thanks for reporting that.
Login or Signup to reply.
Lomono Fri 22 May 2009
According to the Setup article, the beginning of sys.props should read
however, in the
sys.props
file that comes with the download linked from the main page, it readsand changing it to
fan.runtime=net
doesn't worktactics Sat 23 May 2009
Yeah, use
dotnet
instead: http://www.fandev.org/sidewalk/topic/402brian Tue 26 May 2009
Correct value is "dotnet". I pushed a fix to hg for the typo. Thanks for reporting that.