You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by "John Kaputin (JIRA)" <ji...@apache.org> on 2007/06/25 16:31:25 UTC

[jira] Created: (WODEN-165) SAX attribution in NOTICE file is not required

SAX attribution in NOTICE file is not required
----------------------------------------------

                 Key: WODEN-165
                 URL: https://issues.apache.org/jira/browse/WODEN-165
             Project: Woden
          Issue Type: Bug
            Reporter: John Kaputin
            Assignee: John Kaputin
             Fix For: M8


The NOTICE file includes the attribution:

   This product includes also software developed by :
     .....
     - the SAX project (http://www.saxproject.org)

This attribution should be removed as the Woden source does not include any SAX code. The Woden binary distribution does include the Apache Xerces binary jar files which do contain SAX binary code, but the LICENSE.sax file distributed with Woden is sufficient to cover the use of this binary code.  

This attribution was probably added originally because the org.apache.woden.ErrorLocator interface javadoc says "Based on org.xml.sax.Locator". This not strictly correct and should be removed. The Woden ErrorLocator does have methods to get the line and column number of the error within a file, but this is the only similarity with the SAX Locator interface and is also similar to many other parser, interpreter and compiler technologies.

-- 
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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


[jira] Resolved: (WODEN-165) SAX attribution in NOTICE file is not required

Posted by "John Kaputin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WODEN-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Kaputin resolved WODEN-165.
--------------------------------

    Resolution: Fixed

fixed.

> SAX attribution in NOTICE file is not required
> ----------------------------------------------
>
>                 Key: WODEN-165
>                 URL: https://issues.apache.org/jira/browse/WODEN-165
>             Project: Woden
>          Issue Type: Bug
>            Reporter: John Kaputin
>            Assignee: John Kaputin
>             Fix For: M8
>
>
> The NOTICE file includes the attribution:
>    This product includes also software developed by :
>      .....
>      - the SAX project (http://www.saxproject.org)
> This attribution should be removed as the Woden source does not include any SAX code. The Woden binary distribution does include the Apache Xerces binary jar files which do contain SAX binary code, but the LICENSE.sax file distributed with Woden is sufficient to cover the use of this binary code.  
> This attribution was probably added originally because the org.apache.woden.ErrorLocator interface javadoc says "Based on org.xml.sax.Locator". This not strictly correct and should be removed. The Woden ErrorLocator does have methods to get the line and column number of the error within a file, but this is the only similarity with the SAX Locator interface and is also similar to many other parser, interpreter and compiler technologies.

-- 
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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


[jira] Commented: (WODEN-165) SAX attribution in NOTICE file is not required

Posted by "John Kaputin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WODEN-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507886 ] 

John Kaputin commented on WODEN-165:
------------------------------------

r550518
Fixed. Modified the javadoc for ErrorLocator and ErrorLocatorImpl and removed SAX attribution from NOTICE file.

> SAX attribution in NOTICE file is not required
> ----------------------------------------------
>
>                 Key: WODEN-165
>                 URL: https://issues.apache.org/jira/browse/WODEN-165
>             Project: Woden
>          Issue Type: Bug
>            Reporter: John Kaputin
>            Assignee: John Kaputin
>             Fix For: M8
>
>
> The NOTICE file includes the attribution:
>    This product includes also software developed by :
>      .....
>      - the SAX project (http://www.saxproject.org)
> This attribution should be removed as the Woden source does not include any SAX code. The Woden binary distribution does include the Apache Xerces binary jar files which do contain SAX binary code, but the LICENSE.sax file distributed with Woden is sufficient to cover the use of this binary code.  
> This attribution was probably added originally because the org.apache.woden.ErrorLocator interface javadoc says "Based on org.xml.sax.Locator". This not strictly correct and should be removed. The Woden ErrorLocator does have methods to get the line and column number of the error within a file, but this is the only similarity with the SAX Locator interface and is also similar to many other parser, interpreter and compiler technologies.

-- 
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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org