I need to use fantom for a University project. I downloaded the fantom environment, and fantomIDE to go with it. It all works great.
My problem:
I have created a project named test to test some things and check all goes and runs. When I checked the fantom installation folders I fond a file named after my test project, and running it resulted with the test code.
I don't want every class I create to be exported to the installation folder of fantom (mostly because I don't want to crowd the name space with to many pods).
Is this by design? Can I prevent this from happening?