its part of xerces.jar after I checked. I saw this in Merlins system directory:
<merlin_home>/system/xerces/jars/xerces-2.4.0.jar which includes XMLSerializer. I figured if its in the system directory then its loaded as part of the bootstrap and wont require donwload( unless it did that some other time). but yes, its not being picked up. I included xerces.jar as part of my application resrouce dependency and uploaded it to the merlin repository and then "merlin target/myapp-impl.jar" worked. Korosh. On Wed, 2004-02-25 at 18:27, Niclas Hedhman wrote: > If I am not mistaken, XMLSerializer is part of Xalan, so for some reason it is > not being pulled down. > > Niclas > > On Thursday 26 February 2004 06:31, korosh afshar wrote: > > I get this error when running a avalonized applicaiton that requires > > parser services..... > > > > java.lang.NoClassDefFoundError: org/apache/xml/serialize/XMLSerializer > > > > > > when running in maven, no problem. As soon as I do a > > > > > > merlinx target/myapp-impl.jar > > > > or > > > > merlin target/myapp-impl.jar > > > > I get the above error. > > > > > > I figured if I use the maven repository using merlinx I should have no > > problems as maven doesn't complain and my unit tests pass. but not the > > case.. > > > > > > any ideas ? > > > > thanks > > > > > > > > --------------------------------------------------------------------- > > 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]
