You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Rich Harris <rh...@shopping.com> on 2005/07/15 02:47:13 UTC

native2ascii / ANT 1.6.5

When using it I get this:

"Could not create task or type of type: native2ascii.

Ant could not find the task or a class this task relies upon."

And a bunch of other verbose stuff.

ant-nodeps.jar comes in the /lib dir of that version of ANT and contains:

      237  06-02-05 15:12   org/apache/tools/ant/taskdefs/optional/Native2Ascii$1.class
     1824  06-02-05 15:12   org/apache/tools/ant/taskdefs/optional/Native2Ascii$ExtMapper.class
     6711  06-02-05 15:12   org/apache/tools/ant/taskdefs/optional/Native2Ascii.class
     2152  06-02-05 15:12   org/apache/tools/ant/taskdefs/optional/native2ascii/DefaultNative2Ascii.class
     2509  06-02-05 15:12   org/apache/tools/ant/taskdefs/optional/native2ascii/KaffeNative2Ascii.class
      340  06-02-05 15:12   org/apache/tools/ant/taskdefs/optional/native2ascii/Native2AsciiAdapter.class
     2394  06-02-05 15:12   org/apache/tools/ant/taskdefs/optional/native2ascii/Native2AsciiAdapterFactory.class
     2972  06-02-05 15:12   org/apache/tools/ant/taskdefs/optional/native2ascii/SunNative2Ascii.class

..but it still won't work...any thoughts?

-Rich

_____________________________________
Rich Harris
Release/Configuration Engineer
rharris@Shopping.com
650-616-6866 
 
Shopping.com(tm), Inc.
Find. Compare. Buy.
www.shopping.com <http://www.shopping.com/> 



Re: native2ascii / ANT 1.6.5

Posted by Stefan Bodewig <bo...@apache.org>.
On Thu, 14 Jul 2005, Rich Harris <rh...@shopping.com> wrote:

> "Could not create task or type of type: native2ascii.
> 
> Ant could not find the task or a class this task relies upon."

If you run ant with -verbose it should give you information on which
class it fails to find.

Does Ant find tools.jar?  It will need it for SunNative2Ascii.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org