You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Alfred Nathaniel (JIRA)" <xa...@xml.apache.org> on 2006/09/01 15:28:26 UTC

[jira] Created: (XALANJ-2317) Command line XSLTC 2.7.0 swallows error diagnostics

Command line XSLTC 2.7.0 swallows error diagnostics
---------------------------------------------------

                 Key: XALANJ-2317
                 URL: http://issues.apache.org/jira/browse/XALANJ-2317
             Project: XalanJ2
          Issue Type: Bug
          Components: Xalan-CmdLine
    Affects Versions: 2.7
            Reporter: Alfred Nathaniel


http://svn.apache.org/viewvc?view=rev&revision=338167 changed error reporting.
Since then the command line XSLTC does not print the error diagnostic anymore.

To fix it org.apache.xalan.xslt.Process needs to use everywhere setErrorListener(new DefaultErrorHandler(**false**)).


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Closed: (XALANJ-2317) Command line XSLTC 2.7.0 swallows error diagnostics

Posted by "Alfred Nathaniel (JIRA)" <xa...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XALANJ-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alfred Nathaniel closed XALANJ-2317.
------------------------------------


Yes, thanks, problem is fixed in 2.7.1.

> Command line XSLTC 2.7.0 swallows error diagnostics
> ---------------------------------------------------
>
>                 Key: XALANJ-2317
>                 URL: https://issues.apache.org/jira/browse/XALANJ-2317
>             Project: XalanJ2
>          Issue Type: Bug
>          Components: Xalan-CmdLine
>    Affects Versions: 2.7
>            Reporter: Alfred Nathaniel
>            Assignee: Santiago Pericas-Geertsen
>             Fix For: 2.7.1
>
>         Attachments: Process.java.patch
>
>
> http://svn.apache.org/viewvc?view=rev&revision=338167 changed error reporting.
> Since then the command line XSLTC does not print the error diagnostic anymore.
> To fix it org.apache.xalan.xslt.Process needs to use everywhere setErrorListener(new DefaultErrorHandler(**false**)).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Assigned: (XALANJ-2317) Command line XSLTC 2.7.0 swallows error diagnostics

Posted by "Brian Minchau (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANJ-2317?page=all ]

Brian Minchau reassigned XALANJ-2317:
-------------------------------------

    Assignee: Santiago Pericas-Geertsen

> Command line XSLTC 2.7.0 swallows error diagnostics
> ---------------------------------------------------
>
>                 Key: XALANJ-2317
>                 URL: http://issues.apache.org/jira/browse/XALANJ-2317
>             Project: XalanJ2
>          Issue Type: Bug
>          Components: Xalan-CmdLine
>    Affects Versions: 2.7
>            Reporter: Alfred Nathaniel
>         Assigned To: Santiago Pericas-Geertsen
>
> http://svn.apache.org/viewvc?view=rev&revision=338167 changed error reporting.
> Since then the command line XSLTC does not print the error diagnostic anymore.
> To fix it org.apache.xalan.xslt.Process needs to use everywhere setErrorListener(new DefaultErrorHandler(**false**)).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Resolved: (XALANJ-2317) Command line XSLTC 2.7.0 swallows error diagnostics

Posted by "Brian Minchau (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANJ-2317?page=all ]

Brian Minchau resolved XALANJ-2317.
-----------------------------------

    Fix Version/s: Latest Development Code
       Resolution: Fixed

I have reviewed and approve the patch and committed it to the latest code.

I tested this with a stylesheet with a bogus xsl element, <xsl:fred />
For Xalan-J interpreted the error was reported with location information, but not for XSLTC.
With the patch the error message was printed.

> Command line XSLTC 2.7.0 swallows error diagnostics
> ---------------------------------------------------
>
>                 Key: XALANJ-2317
>                 URL: http://issues.apache.org/jira/browse/XALANJ-2317
>             Project: XalanJ2
>          Issue Type: Bug
>          Components: Xalan-CmdLine
>    Affects Versions: 2.7
>            Reporter: Alfred Nathaniel
>         Assigned To: Santiago Pericas-Geertsen
>             Fix For: Latest Development Code
>
>         Attachments: Process.java.patch
>
>
> http://svn.apache.org/viewvc?view=rev&revision=338167 changed error reporting.
> Since then the command line XSLTC does not print the error diagnostic anymore.
> To fix it org.apache.xalan.xslt.Process needs to use everywhere setErrorListener(new DefaultErrorHandler(**false**)).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Commented: (XALANJ-2317) Command line XSLTC 2.7.0 swallows error diagnostics

Posted by "Brian Minchau (JIRA)" <xa...@xml.apache.org>.
    [ http://issues.apache.org/jira/browse/XALANJ-2317?page=comments#action_12442957 ] 
            
Brian Minchau commented on XALANJ-2317:
---------------------------------------

Per the JIRA triage meeting on Oct 16, 2005, Santiago P-G agreed to look at this one.

> Command line XSLTC 2.7.0 swallows error diagnostics
> ---------------------------------------------------
>
>                 Key: XALANJ-2317
>                 URL: http://issues.apache.org/jira/browse/XALANJ-2317
>             Project: XalanJ2
>          Issue Type: Bug
>          Components: Xalan-CmdLine
>    Affects Versions: 2.7
>            Reporter: Alfred Nathaniel
>
> http://svn.apache.org/viewvc?view=rev&revision=338167 changed error reporting.
> Since then the command line XSLTC does not print the error diagnostic anymore.
> To fix it org.apache.xalan.xslt.Process needs to use everywhere setErrorListener(new DefaultErrorHandler(**false**)).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org