| Author |
Groovy stub compilation through ant script is giving err
|
Khushwinder Chahal
Ranch Hand
Joined: Oct 03, 2007
Posts: 128
|
|
Hi all,
I am using joint compilation for groovyc. But i am getting the following err :
My ant task for joint compilation is as follows:
<groovyc destdir="${test-build.dir}" classpathref="full.classpath" srcdir="${src.tellurium.webtest}" >
<javac/>
</groovyc>
My stub file is looking like the following and its not having setMetaClass() method :
Its really very strange.
Anybody has any idea?
Thanks.
|
Khushwinder
|
 |
 |
|
|
subject: Groovy stub compilation through ant script is giving err
|
|
|