Hi Vik Try adding *jing.jar* to *$ANT_HOME/lib*.
Or try amending build with following: ##################################################################################################### <path id="jing.classpath"> <pathelement path="/myjava/jing.jar"/> </path> <taskdef name="jing" classname="com.thaiopensource.relaxng.util.JingTask" classpathref="jing.classpath"/> ##################################################################################################### On Wed, Jun 27, 2012 at 12:46 AM, Vik Tara <[email protected]> wrote: > Are any users building lenya from hudson or jenkins with ant? > > For some reasons my build fails with: > > properties-build.xml:167: taskdef class > com.thaiopensource.relaxng.**util.JingTask >> cannot be found >> > > Even though I pass the jing.jar to ant with -lib /path/to/jing.jar > > Anyone got this working before? > > > Vik > > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > [email protected].**org<[email protected]> > For additional commands, e-mail: [email protected] > > -- Anish Sneh "Experience is the best teacher."
