This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
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


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » 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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Groovy stub compilation through ant script is giving err
 
Similar Threads
Issue with weblogic-cmp-rdbms-jar-jar.xml in weblogic 10.3
ejbql-jboss problem
When submiting driop down value its shwoing null.
[SCBCD 1.3] ejbHomeXXX and ejbSelectXXX methods related problem
Beginner at Ant and Servlets