You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "onsh 76 (JIRA)" <ib...@incubator.apache.org> on 2005/03/17 18:20:20 UTC

[jira] Created: (IBATIS-89) Version number is missing in manifest files

Version number is missing in manifest files
-------------------------------------------

         Key: IBATIS-89
         URL: http://issues.apache.org/jira/browse/IBATIS-89
     Project: iBatis for Java
        Type: Improvement
  Components: SQL Maps  
    Versions: 2.0.9b    
    Reporter: onsh 76
    Priority: Minor


It would be nice to have a version data supplied with each jar's manifest file, similar to the below:

Implementation-Title: iBatis sql map
Implementation-Version: 2.0.9




-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (IBATIS-89) Version number is missing in manifest files

Posted by "Brandon Goodin (JIRA)" <ib...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/IBATIS-89?page=all ]
     
Brandon Goodin resolved IBATIS-89:
----------------------------------

    Fix Version: 2.1.1
     Resolution: Fixed

thanks Sven. This has been added

> Version number is missing in manifest files
> -------------------------------------------
>
>          Key: IBATIS-89
>          URL: http://issues.apache.org/jira/browse/IBATIS-89
>      Project: iBatis for Java
>         Type: Improvement
>   Components: SQL Maps
>     Versions: 2.0.9b
>     Reporter: onsh 76
>     Assignee: Brandon Goodin
>     Priority: Minor
>      Fix For: 2.1.1
>  Attachments: build.xml, version.properties
>
> It would be nice to have a version data supplied with each jar's manifest file, similar to the below:
> Implementation-Title: iBatis sql map
> Implementation-Version: 2.0.9

-- 
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


[jira] Commented: (IBATIS-89) Version number is missing in manifest files

Posted by "Sven Boden (JIRA)" <ib...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/IBATIS-89?page=comments#action_65501 ]
     
Sven Boden commented on IBATIS-89:
----------------------------------

The attached files build.xml and version.properties will make more meaningful entries in the manifest files than currently is the case. E.g. for ibatis-sqlmap-2.jar:

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.2
Created-By: 1.4.2_06 (Sun Microsystems Inc.)
Built-On: 2005/05/16 16:05

Name: com/ibatis/sqlmap/
Implementation-Title: iBatis sql map
Implementation-Version: 2.1.0 build# 566
Implementation-Vendor: Apache Software Foundation

> Version number is missing in manifest files
> -------------------------------------------
>
>          Key: IBATIS-89
>          URL: http://issues.apache.org/jira/browse/IBATIS-89
>      Project: iBatis for Java
>         Type: Improvement
>   Components: SQL Maps
>     Versions: 2.0.9b
>     Reporter: onsh 76
>     Priority: Minor
>  Attachments: build.xml, version.properties
>
> It would be nice to have a version data supplied with each jar's manifest file, similar to the below:
> Implementation-Title: iBatis sql map
> Implementation-Version: 2.0.9

-- 
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


[jira] Assigned: (IBATIS-89) Version number is missing in manifest files

Posted by "Brandon Goodin (JIRA)" <ib...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/IBATIS-89?page=all ]

Brandon Goodin reassigned IBATIS-89:
------------------------------------

    Assign To: Brandon Goodin

> Version number is missing in manifest files
> -------------------------------------------
>
>          Key: IBATIS-89
>          URL: http://issues.apache.org/jira/browse/IBATIS-89
>      Project: iBatis for Java
>         Type: Improvement
>   Components: SQL Maps
>     Versions: 2.0.9b
>     Reporter: onsh 76
>     Assignee: Brandon Goodin
>     Priority: Minor
>      Fix For: 2.1.1
>  Attachments: build.xml, version.properties
>
> It would be nice to have a version data supplied with each jar's manifest file, similar to the below:
> Implementation-Title: iBatis sql map
> Implementation-Version: 2.0.9

-- 
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


[jira] Updated: (IBATIS-89) Version number is missing in manifest files

Posted by "Sven Boden (JIRA)" <ib...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/IBATIS-89?page=all ]

Sven Boden updated IBATIS-89:
-----------------------------

    Attachment: build.xml
                version.properties

Using the above files (changed from the original versions in v2.1.0) will create more meaningful entries in the deployable jar files.

> Version number is missing in manifest files
> -------------------------------------------
>
>          Key: IBATIS-89
>          URL: http://issues.apache.org/jira/browse/IBATIS-89
>      Project: iBatis for Java
>         Type: Improvement
>   Components: SQL Maps
>     Versions: 2.0.9b
>     Reporter: onsh 76
>     Priority: Minor
>  Attachments: build.xml, version.properties
>
> It would be nice to have a version data supplied with each jar's manifest file, similar to the below:
> Implementation-Title: iBatis sql map
> Implementation-Version: 2.0.9

-- 
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


[jira] Closed: (IBATIS-89) Version number is missing in manifest files

Posted by "Clinton Begin (JIRA)" <ib...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/IBATIS-89?page=all ]
     
Clinton Begin closed IBATIS-89:
-------------------------------


> Version number is missing in manifest files
> -------------------------------------------
>
>          Key: IBATIS-89
>          URL: http://issues.apache.org/jira/browse/IBATIS-89
>      Project: iBatis for Java
>         Type: Improvement
>   Components: SQL Maps
>     Versions: 2.0.9b
>     Reporter: onsh 76
>     Assignee: Brandon Goodin
>     Priority: Minor
>      Fix For: 2.1.5
>  Attachments: build.xml, version.properties
>
> It would be nice to have a version data supplied with each jar's manifest file, similar to the below:
> Implementation-Title: iBatis sql map
> Implementation-Version: 2.0.9

-- 
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