hi all,
actually, this problem happens when i try to build batik-ttf2svg from
source:
% ./build.sh ttf2svg
Buildfile: build.xml
init-args:
init:
compile:
Created dir: /Users/lr/src/xml-batik/classes
debug off, optimize on, deprecation on
Compiling 1413 source files to /Users/lr/src/xml-batik/classes
...
ttf2svg:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/batik/svggen/font/SVGFont
at org.apache.batik.apps.ttf2svg.Main.main(Unknown Source)
Java Result: 1
BUILD SUCCESSFUL
Total time: 1 minute 2 seconds
does anyone know what is happening here?
thanks!
-lucas
On Wed, 22 Jan 2003, Lucas Rockwell wrote:
> hi all,
>
> i am trying to use batik-ttf2svg to generate an svg from a TT font.
> however, when i try this, i get the following error:
>
> java -jar batik-ttf2svg.jar /Library/Fonts/UNOSTITR.TTF
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/batik/svggen/font/SVGFont
> at org.apache.batik.apps.ttf2svg.Main.main(Unknown Source)
>
> i do see org/apache/batik/svggen/font/SVGFont.class in the source version,
> but i do not see an svggen jar file in the binary distribution. and there
> doesn't seem to be an option for generating such a jar when you run build
> in the source version.
>
> does anyone know what i should do from here? i do have all the .jar batik
> files from the binary distribution in my classpath.
>
> many thanks!
>
> -lucas
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]