Jason van Zyl wrote:

I replaced all the scripting with Velocity templating

ExodusCli.java:70
  w = new FileWriter(job);

Using
  w = WriterFactory.newXmlWriter(job);
from plexus-utils instead would ensure proper output encoding for the config.xml and improve platform independence of the bundle.


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to