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.
kaushikWed 24 Nov 2010
Jack, You can use your own env. http://fantom.org/doc/docLang/Env.html
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,
jlist Wed 24 Nov 2010
Ah, thanks kaushik. I'll give it a try.