#1327 Cluttered lib\fan

jlist Wed 24 Nov 2010

I'm still new to fan, and am trying to get used to the differences between Java packages and Fan pods. It looks like when build.fan builds a pod, it gets automatically put to <fan home>\lib\fan directory. I'm starting to see my test pods showing up in there and the directory is getting cluttered.

Is there a way to manage those pods using something like Java classpath?

Thanks.

kaushik Wed 24 Nov 2010

Jack, You can use your own env. http://fantom.org/doc/docLang/Env.html

Could be as simple as,

>export FAN_ENV=util::PathEnv
>export FAN_ENV_PATH=/dev/work/

jlist Wed 24 Nov 2010

Ah, thanks kaushik. I'll give it a try.

Login or Signup to reply.