Hello,
I want to convert a file (EUC-JP encoding) using the Native2Ascii task
of ANT. It worked fine with ANT 1.5.1 but it does not work with the
current CVS code. I get the following error:
[native2ascii] java.io.UnsupportedEncodingException: EUC_JP
BUILD FAILED
file:/home/work/projekte/java/checkstyle/build.xml:139: conversion failed
at
org.apache.tools.ant.taskdefs.optional.Native2Ascii.convert(Native2Ascii.java:249)
at
org.apache.tools.ant.taskdefs.optional.Native2Ascii.execute(Native2Ascii.java:194)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1331)
at org.apache.tools.ant.Project.executeTargets(Project.java:1275)
at org.apache.tools.ant.Main.runBuild(Main.java:614)
at org.apache.tools.ant.Main.start(Main.java:197)
at org.apache.tools.ant.Main.main(Main.java:235)
Where is the problem. Tilman
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>