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 <v...@propco.co.uk> 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: 
> user-unsubscribe@lenya.apache.**org<user-unsubscr...@lenya.apache.org>
> For additional commands, e-mail: user-h...@lenya.apache.org
>
>


-- 
Anish Sneh
"Experience is the best teacher."

Reply via email to