Marcelo, I'm guessing that you are seeing these lines in your manifest and not as the direct output of pathconvert. If that is the case, then there is really no problem. There is a FAQ about this:
http://ant.apache.org/faq.html#mangled-manifest You'll need to look for another source of these problems as it is unlikely to be due to the manifest formatting. Conor Marcelo Alcantara wrote: > Dear developers, > > I am trying to build a classpath manifest using the pathconvert > directive as above: > > <pathconvert property="mf.classpath" pathsep=" "> > <path refid="project.classpath" /> > <flattenmapper /> > </pathconvert> > > But when it generates, it strangely breaks some lines in the middle of > the jar file names. Because of that, the application server cannot > deploy the application (because my ejb cannot find it´s dependent jar > files). > > Somebody knows the reason of that and a possible solution? > > Any help/comment is appreciated. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]