1

1

Just looking through the latest FogBugz 7 brochure and noticed it says "Delivered with ASP and/or Mono source code" in the big list of features.

  • Is this source code updated with each new revision?
  • Does the source code require 3rd party assemblies for compilation?
flag

1 Answer

2

Hrm, that's a bit misleading. We do ship the source and it's written in Wasabi, our own language which looks almost like classic ASP but somehow with the brawn of C#. If you can read C#, you can read this. You can run build.bat in the build directory to compile any changes you make in the src-website directory. Everything is there so you don't need any 3rd party assemblies, and yes the source is updated with each new revision.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.