You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Petteri Räty (JIRA)" <ji...@apache.org> on 2007/01/26 23:24:49 UTC

[jira] Created: (CONFIGURATION-251) project.xml file references deprecated xml-apis-2.0.2

project.xml file references deprecated xml-apis-2.0.2
-----------------------------------------------------

                 Key: CONFIGURATION-251
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-251
             Project: Commons Configuration
          Issue Type: Bug
    Affects Versions: 1.3 Final
            Reporter: Petteri Räty


See 
http://www.ibiblio.org/maven/xml-apis/jars/

In project.xml:
    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>2.0.2</version>
      <url>http://xml.apache.org/commons/</url>
      <properties>
        <scope>provided</scope>
        <war.bundle>true</war.bundle>
      </properties>
    </dependency>

I found this was used in both 1.3 release and svn trunk 
Last Changed Rev: 498155
Last Changed Date: 2007-01-20 21:23:52 +0200 (Sat, 20 Jan 2007)

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


[jira] Commented: (CONFIGURATION-251) project.xml file references deprecated xml-apis-2.0.2

Posted by "Petteri Räty (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONFIGURATION-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468054 ] 

Petteri Räty commented on CONFIGURATION-251:
--------------------------------------------

Because you should be using the right version of xml-apis in your project.xml. 

>From the bottom of the page:
xml-apis

The following jars are bogus and should not be used. Right now they are symbolic links to the xml-apis-1.0.b2.jar but will be deleted eventually

    * xml-apis-2.0.0.jar
    * xml-apis-2.0.2.jar

So you should be using xml-apis-1.0.b2.jar instead.

> project.xml file references deprecated xml-apis-2.0.2
> -----------------------------------------------------
>
>                 Key: CONFIGURATION-251
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-251
>             Project: Commons Configuration
>          Issue Type: Bug
>    Affects Versions: 1.3
>            Reporter: Petteri Räty
>
> See 
> http://www.ibiblio.org/maven/xml-apis/jars/
> In project.xml:
>     <dependency>
>       <groupId>xml-apis</groupId>
>       <artifactId>xml-apis</artifactId>
>       <version>2.0.2</version>
>       <url>http://xml.apache.org/commons/</url>
>       <properties>
>         <scope>provided</scope>
>         <war.bundle>true</war.bundle>
>       </properties>
>     </dependency>
> I found this was used in both 1.3 release and svn trunk 
> Last Changed Rev: 498155
> Last Changed Date: 2007-01-20 21:23:52 +0200 (Sat, 20 Jan 2007)

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


[jira] Resolved: (CONFIGURATION-251) project.xml file references deprecated xml-apis-2.0.2

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

Oliver Heger resolved CONFIGURATION-251.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

Oh, understood. Fixed now in subversion. Thank you for spotting this.

> project.xml file references deprecated xml-apis-2.0.2
> -----------------------------------------------------
>
>                 Key: CONFIGURATION-251
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-251
>             Project: Commons Configuration
>          Issue Type: Bug
>    Affects Versions: 1.3
>            Reporter: Petteri Räty
>         Assigned To: Oliver Heger
>             Fix For: 1.4
>
>
> See 
> http://www.ibiblio.org/maven/xml-apis/jars/
> In project.xml:
>     <dependency>
>       <groupId>xml-apis</groupId>
>       <artifactId>xml-apis</artifactId>
>       <version>2.0.2</version>
>       <url>http://xml.apache.org/commons/</url>
>       <properties>
>         <scope>provided</scope>
>         <war.bundle>true</war.bundle>
>       </properties>
>     </dependency>
> I found this was used in both 1.3 release and svn trunk 
> Last Changed Rev: 498155
> Last Changed Date: 2007-01-20 21:23:52 +0200 (Sat, 20 Jan 2007)

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


[jira] Commented: (CONFIGURATION-251) project.xml file references deprecated xml-apis-2.0.2

Posted by "Oliver Heger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONFIGURATION-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468041 ] 

Oliver Heger commented on CONFIGURATION-251:
--------------------------------------------

Why do you think that this is a bug?

This dependency was introduced because the minimum supported JDK is still 1.3, which does not contain the XML classes. Therefore on the dependencies page you can see entries like "Java 1.4 or (xml-apis + xerces + xalan)".

> project.xml file references deprecated xml-apis-2.0.2
> -----------------------------------------------------
>
>                 Key: CONFIGURATION-251
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-251
>             Project: Commons Configuration
>          Issue Type: Bug
>    Affects Versions: 1.3 Final
>            Reporter: Petteri Räty
>
> See 
> http://www.ibiblio.org/maven/xml-apis/jars/
> In project.xml:
>     <dependency>
>       <groupId>xml-apis</groupId>
>       <artifactId>xml-apis</artifactId>
>       <version>2.0.2</version>
>       <url>http://xml.apache.org/commons/</url>
>       <properties>
>         <scope>provided</scope>
>         <war.bundle>true</war.bundle>
>       </properties>
>     </dependency>
> I found this was used in both 1.3 release and svn trunk 
> Last Changed Rev: 498155
> Last Changed Date: 2007-01-20 21:23:52 +0200 (Sat, 20 Jan 2007)

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