DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34049>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34049

           Summary: javac lost a char when compile
           Product: Ant
           Version: 1.6.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


OS:Windows XP   JDK version:1.4.2_04
When I compile java file with ant,javac cannot find source java file. 
look at the output detail, i find that source java file`s name lost a char.  
[javac] error: cannot read: E:\z28785_view_amsclient\AMSResClient\asn1\com\h
uawei\ams\security\AsnCreateUsrRsp.java

correct name is AsnCreateUserRsp.java,less a 'e'.




Buildfile: build.xml

cleardirForASN:
   [delete] Deleting directory 
E:\z28785_view_amsclient\AMSResClient\build\class
es\asn1

prepareAsn:
    [mkdir] Created dir: 
E:\z28785_view_amsclient\AMSResClient\build\classes\asn
1

compileAsn:
    [javac] Compiling 174 source files to 
E:\z28785_view_amsclient\AMSResClient\
build\classes\asn1
    [javac] error: cannot read: E:\z28785_view_amsclient\AMSResClient\asn1
\com\h
uawei\ams\security\AsnCreateUsrRsp.java
    [javac] 1 error

BUILD FAILED

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

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

Reply via email to