File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Groovy and the fly likes Groovy stub compilation through ant script is giving err Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Other Languages » Groovy
Reply Bookmark "Groovy stub compilation through ant script is giving err" Watch "Groovy stub compilation through ant script is giving err" New topic
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
 
Threads others viewed
Beginner at Ant and Servlets
When submiting driop down value its shwoing null.
[SCBCD 1.3] ejbHomeXXX and ejbSelectXXX methods related problem
ejbql-jboss problem
Issue with weblogic-cmp-rdbms-jar-jar.xml in weblogic 10.3
MyEclipse, The Clear Choice