This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] Weird callout issue



I re-run ant in the folder which contain your buidl.xml file ant I still
have the error :

init:

BUILD FAILED
/Volumes/Travaux/SOURCES/callout-numbers/build.xml:7: taskdef class
org.apache.tools.ant.taskdefs.optional.RasterizerTask cannot be found


You shouldn't have to set the classpath variable manually for Ant, since Ant will take all jar files inside its lib directory automatically into the classpath if Ant is started.

so the steps are ...
1) copy batik-all.jar to Ant/lib
2) run "ant jar" inside the xml-batik/contrib/rasterizertask directory of Batik to build the RasterizerTask.jar
3) copy RasterizerTask.jar to Ant/lib
4) run "ant" for the callout making build.xml


Alex

PS:
If you still have problems to produce that RasterizerTask.jar, you can try the alternative RasterizerTask mentioned previously (http://www.cs.helsinki.fi/u/ruini/structure/others/SVGRasterizer/)


if so, then just change the taskdef element inside my build.xml as mentioned in the section "How to take task in use" from that website.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]