yathit / ydn-db-fulltext

Full text search module for YDN-DB
30 stars 4 forks source link

taskdef class com.google.javascript.jscomp.ant.CompileTask cannot be found using the classloader AntClassLoader[] #7

Closed zied-ellouze closed 9 years ago

zied-ellouze commented 9 years ago

when I build project I have this error ytkyaw-ydn-base/build.xml:33: taskdef class com.google.javascript.jscomp.ant.CompileTask cannot be found using the classloader AntClassLoader[] how can I resolve this error?

yathit commented 9 years ago

You have to include closure compiler jar file to ant runner so that it find the require java class. Also check closure-library.dir in ydn-base/build.xml.

zied-ellouze commented 9 years ago

Thnks Yahit How can I include Closure to ant Thanks

EloB commented 9 years ago

+1