#816 Error in build doc

DanielFath Sun 15 Nov 2009

I'm sure most people here won't have problem figuring out this but for all the novices like me, there is a small error in Build documentation

It says

C:\dev\fan\src>buildtest -?

instead of

C:\dev\fan\src>fan buildtest.fan -?

Anyway you keep on the good work guys

brian Sun 15 Nov 2009

Hi Daniel,

Assuming you are on Windows, this is just a matter of how you setup your environment. I would highly recommend that you setup your environment so that you can just use "buildtest". See the Setup Docs for how you to do this in Windows.

DanielFath Sun 15 Nov 2009

Yeah, thanks, that helped, a lot. I didn't know how I missed that one... I usually follow setup docs. Don't know how that managed to slip under my radar.

Though you might want to make a note or something. So things like this get avoided.

brian Mon 16 Nov 2009

I added a hyperlink just in case anybody gets bit by that again

Login or Signup to reply.