Hi

It seems you are missing some libs which ant xslt task needed. pls refer to
http://ant.apache.org/manual/CoreTasks/style.html

/Jack

On 12/2/05, Vanderdray, Jacob <[EMAIL PROTECTED]> wrote:
>         Sure.  So far I've gotten around this by using the pre-built
> ROOT.war from the 0.7 distribution and replacing the files I've added
> and changed.  I'm planning on installing ant from source, but haven't
> gotten around to it yet.
>
> Thanks,
> Jake.
>
>
> $ ant war
> Buildfile: build.xml
>
> init:
>
> compile-core:
>
> compile-plugins:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: nutch-extensionpoints
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: protocol-file
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: protocol-ftp
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: protocol-http
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: protocol-httpclient
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: parse-html
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: parse-js
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: parse-text
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: parse-pdf
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: parse-rss
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: parse-msword
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: parse-ext
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: index-basic
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: index-more
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: query-basic
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: query-more
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: query-site
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: query-url
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: urlfilter-regex
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: urlfilter-prefix
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: creativecommons
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>      [echo] Copying language profiles
>      [echo] Copying test files
>
> compile:
>      [echo] Compiling plugin: language-identifier
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: clustering-carrot2
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: ontology
>
> jar:
>
> deploy:
>
> init:
>
> init-plugin:
>
> compile:
>      [echo] Compiling plugin: recommended
>
> jar:
>
> deploy:
>
> jar:
>
> compile:
>
> generate-docs:
>
> generate-locale:
>      [echo] Generating docs for locale=ca
>      [xslt] DEPRECATED - xalan processor is deprecated. Use trax
> instead.
>      [xslt] DEPRECATED - xslp processor is deprecated. Use trax instead.
>      [xslt] java.lang.ClassNotFoundException:
> org.apache.tools.ant.taskdefs.optional.XslpLiaison
>      [xslt]     at
> java.net.URLClassLoader.findClass(URLClassLoader.java(Compiled Code))
>      [xslt]     at
> java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
>      [xslt]     at
> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java(Compiled Code))
>      [xslt]     at
> java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
>      [xslt]     at java.lang.Class.forName1(Native Method)
>      [xslt]     at java.lang.Class.forName(Class.java:177)
>      [xslt]     at
> org.apache.tools.ant.taskdefs.XSLTProcess.loadClass(XSLTProcess.java:419
> )
>      [xslt]     at
> org.apache.tools.ant.taskdefs.XSLTProcess.resolveProcessor(XSLTProcess.j
> ava:397)
>      [xslt]     at
> org.apache.tools.ant.taskdefs.XSLTProcess.getLiaison(XSLTProcess.java:61
> 9)
>      [xslt]     at
> org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:213)
>      [xslt]     at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
>      [xslt]     at org.apache.tools.ant.Task.perform(Task.java:364)
>      [xslt]     at org.apache.tools.ant.Target.execute(Target.java:341)
>      [xslt]     at
> org.apache.tools.ant.Target.performTasks(Target.java:369)
>      [xslt]     at
> org.apache.tools.ant.Project.executeTarget(Project.java:1214)
>      [xslt]     at
> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:386)
>      [xslt]     at
> org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:106)
>      [xslt]     at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
>      [xslt]     at org.apache.tools.ant.Task.perform(Task.java:364)
>      [xslt]     at org.apache.tools.ant.Target.execute(Target.java:341)
>      [xslt]     at
> org.apache.tools.ant.Target.performTasks(Target.java:369)
>      [xslt]     at
> org.apache.tools.ant.Project.executeTarget(Project.java:1214)
>      [xslt]     at
> org.apache.tools.ant.Project.executeTargets(Project.java:1062)
>      [xslt]     at org.apache.tools.ant.Main.runBuild(Main.java:673)
>      [xslt]     at org.apache.tools.ant.Main.startAnt(Main.java:188)
>      [xslt]     at
> org.apache.tools.ant.launch.Launcher.run(Launcher.java:196)
>      [xslt]     at
> org.apache.tools.ant.launch.Launcher.main(Launcher.java:55)
>      [xslt] java.lang.ClassNotFoundException:
> org.apache.tools.ant.taskdefs.optional.XalanLiaison
>      [xslt]     at
> java.net.URLClassLoader.findClass(URLClassLoader.java(Compiled Code))
>      [xslt]     at
> java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
>      [xslt]     at
> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java(Compiled Code))
>      [xslt]     at
> java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
>      [xslt]     at java.lang.Class.forName1(Native Method)
>      [xslt]     at java.lang.Class.forName(Class.java:177)
>      [xslt]     at
> org.apache.tools.ant.taskdefs.XSLTProcess.loadClass(XSLTProcess.java:419
> )
>      [xslt]     at
> org.apache.tools.ant.taskdefs.XSLTProcess.resolveProcessor(XSLTProcess.j
> ava:402)
>      [xslt]     at
> org.apache.tools.ant.taskdefs.XSLTProcess.getLiaison(XSLTProcess.java:61
> 6)
>      [xslt]     at
> org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:213)
>      [xslt]     at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
>      [xslt]     at org.apache.tools.ant.Task.perform(Task.java:364)
>      [xslt]     at org.apache.tools.ant.Target.execute(Target.java:341)
>      [xslt]     at
> org.apache.tools.ant.Target.performTasks(Target.java:369)
>      [xslt]     at
> org.apache.tools.ant.Project.executeTarget(Project.java:1214)
>      [xslt]     at
> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:386)
>      [xslt]     at
> org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:106)
>      [xslt]     at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
>      [xslt]     at org.apache.tools.ant.Task.perform(Task.java:364)
>      [xslt]     at org.apache.tools.ant.Target.execute(Target.java:341)
>      [xslt]     at
> org.apache.tools.ant.Target.performTasks(Target.java:369)
>      [xslt]     at
> org.apache.tools.ant.Project.executeTarget(Project.java:1214)
>      [xslt]     at
> org.apache.tools.ant.Project.executeTargets(Project.java:1062)
>      [xslt]     at org.apache.tools.ant.Main.runBuild(Main.java:673)
>      [xslt]     at org.apache.tools.ant.Main.startAnt(Main.java:188)
>      [xslt]     at
> org.apache.tools.ant.launch.Launcher.run(Launcher.java:196)
>      [xslt]     at
> org.apache.tools.ant.launch.Launcher.main(Launcher.java:55)
>
> BUILD FAILED
> /home/jvanderdray/nutch-0.7/build.xml:292: The following error occurred
> while executing this line:
> /home/jvanderdray/nutch-0.7/build.xml:258:
> java.lang.ClassNotFoundException:
> org.apache.tools.ant.taskdefs.optional.TraXLiaison
>
> Total time: 21 seconds
>
> -----Original Message-----
> From: Jack Tang [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 01, 2005 9:17 PM
> To: [email protected]
> Subject: Re: Class Not Found
>
> Hi
>
> Could you pls post your ant logging?
> Thanks
>
> /Jack
>


--
Keep Discovering ... ...
http://www.jroller.com/page/jmars


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to