jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven 1
  • MAVEN-147

DVSL to xdoc to HTML problem with < and >

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: 1.0-beta-7
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None

Description

Hi,

I have a test case that fails and thus the error is:

"Expected <xxxx> but was <yyyy>"

This is stored in the junit XML report as:

<error message="expected:<SELECT...> but was:<null>" [...]

But when it goes throught the first DVSL transformation to transform it into a valid xdoc, it is translated to:

<code>
junit.framework.ComparisonFailure: expected:<SELECT...> but was:<null>
[...]

And then xdoc:transform transforms it into HTML :

<code>
junit.framework.ComparisonFailure: expected:<SELECT...> but was:<null>

[...]

And the browser just simply ignore these unknown tags and displays:

"junit.framework.ComparisonFailure: expected: but was: at " [...]

How to correct?

Thanks
-Vincent

Issue Links

is depended upon by

Task - A task that needs to be done. MAVEN-401 Release maven-b10

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Jason van Zyl added a comment - 14/Nov/02 12:09 PM

This issue will soon be resolved as we are going to use JSL instead of DVSL.

Show
Jason van Zyl added a comment - 14/Nov/02 12:09 PM This issue will soon be resolved as we are going to use JSL instead of DVSL.
Hide
Permalink
Jason van Zyl added a comment - 28/Jun/03 8:06 AM

We are not using DVSL anymore.

Show
Jason van Zyl added a comment - 28/Jun/03 8:06 AM We are not using DVSL anymore.

People

  • Assignee:
    Jason van Zyl
    Reporter:
    Vincent Massol
Vote (0)
Watch (2)

Dates

  • Created:
    01/Nov/02 2:15 PM
    Updated:
    08/Mar/06 10:46 PM
    Resolved:
    28/Jun/03 8:06 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.