OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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.





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]