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=34281>.
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=34281

           Summary: IncludeTest fails under JDK 1.4.2_04 and 1.4.2_08
           Product: Ant
           Version: 1.7Alpha (nightly)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I'm getting this error when I try to execute 'build run-tests'.  If you look
closely at the file path, you'll notice that the schema (file:) is embedded in
the middle of the path name.

    [junit] Testcase: test2(org.apache.tools.ant.IncludeTest):  Caused an ERROR
    [junit] java.io.FileNotFoundException: C:\Documents and Settings\kgreiner\My
Documents\Develop\Apache\ant\src\etc\testcases\core\include\frag#ment\file:include.inc
(The system cannot find the file specified)
    [junit] java.io.FileNotFoundException: C:\Documents and Settings\kgreiner\My
Documents\Develop\Apache\ant\src\etc\testcases\core\include\frag#ment\file:include.inc
(The system cannot find the file specified)

I've done quite a bit of testing and have traced this back to the resolveURI
method in org.apache.crimson.parser.Parser2.  This class is part of the JDK
rt.jar file so I know that I have the right version of the parser.

The error seems so unavoidable that this test must be expected to fail yet ant
exits with

BUILD FAILED
C:\Documents and Settings\kgreiner\My
Documents\Develop\Apache\ant\build.xml:1498: Tests 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