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