Hello,

the problem in the paths written in build.xml.

Change with these and works!

****************************************************************************************************************************************************
     <taskdef
        name="yui-compressor"
        classname="net.noha.tools.ant.yuicompressor.tasks.YuiCompressorTask"
        
classpath="${tools}/yuicompressor-ant/yui-compressor-ant-task-0.5.jar;${tools}/yuicompressor/yuicompressor-2.4.6.jar"
     />

     <taskdef
        name="jsdoctoolkit"
       classname="uk.co.darrenhurley.ant.tasks.JsDocToolkit"
      
 
classpath="${tools}/jsdoc-toolkit-ant/jsdoc-toolkit-ant-task-1.1.2.jar;${tools}/rhino/js.jar"
     />

    <taskdef
      name="jslint"
      classname="com.googlecode.jslint4java.ant.JSLintTask"
      classpath="${tools}/jslint4java/jslint4java-1.4.7.jar"
    />
****************************************************************************************************************************************************

Ivano

On Tuesday, April 17, 2012 2:53:25 PM UTC+2, Charles Peguiron wrote:
>
> Hello,
>
> I'm trying to install the scripted version on my Computer but it doesn't 
> work.
> I followed the installation guide on the wiki:
> Acquire the code using Git is working well  (
> https://github.com/zepheira/exhibit3/) but when I try to use ant for 
> assemble the code there is something wrong.
>
> I tried to use ant in two different ways (once using a command shell and 
> the second time using Eclipse plugin).
> Two time I had the same error : 
>
> ********************************************
> Buildfile: MYPATH\scripted\build.xml
>
> BUILD FAILED
> MYPATH\scripted\build.xml:56: taskdef class 
> net.noha.tools.ant.yuicompressor.tasks.YuiCompressorTask cannot be found
>  using the classloader 
> AntClassLoader[MYPATH\scripted\tools\yuicompressor-ant\yui-compressor-ant-task.jar;MYPATH\scripted\tools\yuicompressor\yuicompressor.jar]
> ********************************************
>
> I try with two different PATH
> I try with two different jdk (1.5.0_22 and 1.7.0_03)
> I'm working on Windows XP
>
> Any idea on what I am  making wrong?
>
> Charles
>

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/simile-widgets/-/JxBSFcW0ocYJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to