I have a couple of questions about compiling
1. From what I am reading, if you use ant, you should use groovyc as a
task, just as you would javac. What libraries are required, and where
do I place them to get ant to recognize groovyc as a task?
2. I have tried to use several methods of compilong, including the
eclipse plugin and writing a script using the groovy compiler. I have
one file that constructs a base class, and another that extends it. I
am having great trouble getting the compilere to find the base class. I
have made sure that the base class was already compiled. Has anyone
else had this problem? My only work around right now is to combine the
classes into one file, but this is not a long term solution. Any
suggestions?
|