Michael,

The problem is in missing

    import xtpipes.XtpipesUni;

at the start of

    JsmlMathBreak.java

And yes, the slash is needed there.

Sorry about that. I'll fix the tex4ht distribution shortly.

-eitan



 > I tried compiling the java sources using the line from the README which
 > was:
 > 
 >      javac *.java */*.java */*/*.java -d ..../texmf/tex4ht/bin
 > 
 > I assume it should read
 > 
 >      javac *.java */*.java */*/*.java -d ../../texmf/tex4ht/bin
 >                                            ^
 > However, using the sun-java5-jdk javac I get:
 > 
 > 
 > $ javac *.java */*.java */*/*.java -d ..../texmf/tex4ht/bin
 > 
 > JsmlMathBreak.java:15: cannot find symbol
 > symbol  : variable XtpipesUni
 > location: class 
 >     String s = XtpipesUni.toUni(ch, start, length, "<>&");
 >                ^
 > JsmlMathBreak.java:29: cannot find symbol
 > symbol  : variable XtpipesUni
 > location: class JsmlMathBreak
 >               + XtpipesUni.toUni(atts.getValue(i), "<>&\"")
 >                 ^
 > 2 errors
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to