In grooscript, people can have groovy files to be converted in a random directory. Inside, can have some diferent folder/packages with different classes. For convert a file or code fragment, grooscript compiles that file, and that file can have dependencies to other files. If the classpath not contain that random directory, then compilation fails. I thought about add a property, to people can set a directory for grooscript compilation. And add that directory to classpath in execution time.
Can be boring if want to automate conversion task, or using files in a war or something. At the moment can only add directory to classpath before execute it, looking for offer other way.
Thanks!