https://issues.apache.org/bugzilla/show_bug.cgi?id=52030

Jesse Glick <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |WORKSFORME

--- Comment #3 from Jesse Glick <[email protected]> 2011-10-29 03:53:08 UTC 
---
Not clear that Ant is doing anything wrong here; it relies on java.io.File to
supply Unicode paths. The native filesystem may have difficulties with
non-ASCII path names, and this might be specific to a certain kind of mount,
especially for network drives. Certainly there is no problem using Ant to
compile projects with non-ASCII (indeed non-ISO-Latin-1) class names on a local
ext3 mount in Ubuntu.

While I do not know of any reason it would trigger encoding bugs, your use of
<include/> here is rather suspicious. There is no reason to specify includes of
all **/*.java. Just make sure your source path is correct; in this case,
${src.dir} ought to be
"/C24/PUB/io-stds/trunk/standards/GSIT/build/test/deployment/src/java".

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to