--- Darrell DeBoer <[EMAIL PROTECTED]> wrote: > Could you try it with the <style> task? > Here's what happens for me, with XalanJ - 2.3.1. > 1) Clean 1.5Beta install - execute project with <style> task (myrmidon) > ==> java.lang.NoClassDefFoundError: > javax/xml/transform/ErrorListener > 2) Copy xalan.jar into ant/lib > ==> Same error > 3) Copy xml-apis.jar into ant/lib > ==> Success, but now we have multiple copies of JAXP classes in > ant/lib, with slightly different versions. This, IMHO, is dangerous.
That's what I did as well to get <style> to work. What about it makes it dangerous? (I'm not saying it isn't -- I have no clue about any of this stuff, so I'm asking what the danger actually is.) Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
