Installation Exhibit 3.0 Scripted

183 views
Skip to first unread message

Charles Peguiron

unread,
Apr 17, 2012, 8:53:25 AM4/17/12
to simile-...@googlegroups.com
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

Martin Sykora

unread,
Apr 14, 2014, 10:45:22 AM4/14/14
to simile-...@googlegroups.com, ivano....@gmail.com
Excellent, change the paths has worked!

On Thursday, 27 September 2012 14:58:44 UTC+1, Ivano Boscolo Nale wrote:
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
Reply all
Reply to author
Forward
0 new messages