You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/08/22 12:04:44 UTC

[jira] Created: (QPID-1258) Release JARs no longer contain requied files

Release JARs no longer contain requied files
--------------------------------------------

                 Key: QPID-1258
                 URL: https://issues.apache.org/jira/browse/QPID-1258
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker, Java Client, Java Common, Java Management Console, Java Tests, Java Tools
    Affects Versions: M3
            Reporter: Martin Ritchie
            Assignee: Aidan Skinner
            Priority: Blocker


Summary:
Our new ant build system doesn't copy resources/META-INF in to the generated JARs as maven did.

If we can simply this such that:
DISCLAIMER
LICENSE
NOTICE

were the only files in resources and these were simply inserted in to the META-INF dir of the release jar then that would be fine.

Incidentally, the *.txt files are crufty and should be removed. 

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


[jira] Resolved: (QPID-1258) Releases missing license files etc.

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner resolved QPID-1258.
---------------------------------

    Resolution: Fixed
      Assignee: Martin Ritchie  (was: Aidan Skinner)

I chagned the build system to include these. Please review.

> Releases missing license files etc. 
> ------------------------------------
>
>                 Key: QPID-1258
>                 URL: https://issues.apache.org/jira/browse/QPID-1258
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Client, Java Common, Java Management Console, Java Tests, Java Tools
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>            Priority: Blocker
>             Fix For: M3
>
>
> Summary:
> Our new ant build system doesn't copy resources/META-INF in to the generated JARs as maven did.
> If we can simply this such that:
> DISCLAIMER
> LICENSE
> NOTICE
> were the only files in resources and these were simply inserted in to the META-INF dir of the release jar then that would be fine.
> Incidentally, the *.txt files are crufty and should be removed. 
> If this is done then we can copy the contents of resources to the root of our artefacts as these too need to have the three files present.

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


[jira] Assigned: (QPID-1258) Releases missing license files etc.

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner reassigned QPID-1258:
-----------------------------------

    Assignee: Martin Ritchie  (was: Aidan Skinner)

> Releases missing license files etc. 
> ------------------------------------
>
>                 Key: QPID-1258
>                 URL: https://issues.apache.org/jira/browse/QPID-1258
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Client, Java Common, Java Management Console, Java Tests, Java Tools
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>            Priority: Blocker
>             Fix For: M3
>
>
> Summary:
> Our new ant build system doesn't copy resources/META-INF in to the generated JARs as maven did.
> If we can simply this such that:
> DISCLAIMER
> LICENSE
> NOTICE
> were the only files in resources and these were simply inserted in to the META-INF dir of the release jar then that would be fine.
> Incidentally, the *.txt files are crufty and should be removed. 
> If this is done then we can copy the contents of resources to the root of our artefacts as these too need to have the three files present.

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


[jira] Reopened: (QPID-1258) Releases missing license files etc.

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner reopened QPID-1258:
---------------------------------


> Releases missing license files etc. 
> ------------------------------------
>
>                 Key: QPID-1258
>                 URL: https://issues.apache.org/jira/browse/QPID-1258
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Client, Java Common, Java Management Console, Java Tests, Java Tools
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>            Priority: Blocker
>             Fix For: M3
>
>
> Summary:
> Our new ant build system doesn't copy resources/META-INF in to the generated JARs as maven did.
> If we can simply this such that:
> DISCLAIMER
> LICENSE
> NOTICE
> were the only files in resources and these were simply inserted in to the META-INF dir of the release jar then that would be fine.
> Incidentally, the *.txt files are crufty and should be removed. 
> If this is done then we can copy the contents of resources to the root of our artefacts as these too need to have the three files present.

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


[jira] Updated: (QPID-1258) Releases missing license files etc.

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner updated QPID-1258:
--------------------------------

    Status: Ready To Review  (was: In Progress)

> Releases missing license files etc. 
> ------------------------------------
>
>                 Key: QPID-1258
>                 URL: https://issues.apache.org/jira/browse/QPID-1258
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Client, Java Common, Java Management Console, Java Tests, Java Tools
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Aidan Skinner
>            Priority: Blocker
>             Fix For: M3
>
>
> Summary:
> Our new ant build system doesn't copy resources/META-INF in to the generated JARs as maven did.
> If we can simply this such that:
> DISCLAIMER
> LICENSE
> NOTICE
> were the only files in resources and these were simply inserted in to the META-INF dir of the release jar then that would be fine.
> Incidentally, the *.txt files are crufty and should be removed. 
> If this is done then we can copy the contents of resources to the root of our artefacts as these too need to have the three files present.

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


[jira] Assigned: (QPID-1258) Releases missing license files etc.

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner reassigned QPID-1258:
-----------------------------------

    Assignee: Aidan Skinner  (was: Martin Ritchie)

> Releases missing license files etc. 
> ------------------------------------
>
>                 Key: QPID-1258
>                 URL: https://issues.apache.org/jira/browse/QPID-1258
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Client, Java Common, Java Management Console, Java Tests, Java Tools
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Aidan Skinner
>            Priority: Blocker
>             Fix For: M3
>
>
> Summary:
> Our new ant build system doesn't copy resources/META-INF in to the generated JARs as maven did.
> If we can simply this such that:
> DISCLAIMER
> LICENSE
> NOTICE
> were the only files in resources and these were simply inserted in to the META-INF dir of the release jar then that would be fine.
> Incidentally, the *.txt files are crufty and should be removed. 
> If this is done then we can copy the contents of resources to the root of our artefacts as these too need to have the three files present.

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


[jira] Assigned: (QPID-1258) Releases missing license files etc.

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie reassigned QPID-1258:
------------------------------------

    Assignee: Aidan Skinner  (was: Martin Ritchie)

> Releases missing license files etc. 
> ------------------------------------
>
>                 Key: QPID-1258
>                 URL: https://issues.apache.org/jira/browse/QPID-1258
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Client, Java Common, Java Management Console, Java Tests, Java Tools
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Aidan Skinner
>            Priority: Blocker
>             Fix For: M3
>
>
> Summary:
> Our new ant build system doesn't copy resources/META-INF in to the generated JARs as maven did.
> If we can simply this such that:
> DISCLAIMER
> LICENSE
> NOTICE
> were the only files in resources and these were simply inserted in to the META-INF dir of the release jar then that would be fine.
> Incidentally, the *.txt files are crufty and should be removed. 
> If this is done then we can copy the contents of resources to the root of our artefacts as these too need to have the three files present.

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


[jira] Resolved: (QPID-1258) Releases missing license files etc.

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie resolved QPID-1258.
----------------------------------

    Resolution: Fixed

Looks like we're good for M3 release now. Though it would be good to remove that empty META-INF dir. ;)


> Releases missing license files etc. 
> ------------------------------------
>
>                 Key: QPID-1258
>                 URL: https://issues.apache.org/jira/browse/QPID-1258
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Client, Java Common, Java Management Console, Java Tests, Java Tools
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>            Priority: Blocker
>             Fix For: M3
>
>
> Summary:
> Our new ant build system doesn't copy resources/META-INF in to the generated JARs as maven did.
> If we can simply this such that:
> DISCLAIMER
> LICENSE
> NOTICE
> were the only files in resources and these were simply inserted in to the META-INF dir of the release jar then that would be fine.
> Incidentally, the *.txt files are crufty and should be removed. 
> If this is done then we can copy the contents of resources to the root of our artefacts as these too need to have the three files present.

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


[jira] Updated: (QPID-1258) Releases missing license files etc.

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie updated QPID-1258:
---------------------------------

    Fix Version/s: M3
      Description: 
Summary:
Our new ant build system doesn't copy resources/META-INF in to the generated JARs as maven did.

If we can simply this such that:
DISCLAIMER
LICENSE
NOTICE

were the only files in resources and these were simply inserted in to the META-INF dir of the release jar then that would be fine.

Incidentally, the *.txt files are crufty and should be removed. 

If this is done then we can copy the contents of resources to the root of our artefacts as these too need to have the three files present.

  was:
Summary:
Our new ant build system doesn't copy resources/META-INF in to the generated JARs as maven did.

If we can simply this such that:
DISCLAIMER
LICENSE
NOTICE

were the only files in resources and these were simply inserted in to the META-INF dir of the release jar then that would be fine.

Incidentally, the *.txt files are crufty and should be removed. 

          Summary: Releases missing license files etc.   (was: Release JARs no longer contain requied files)

> Releases missing license files etc. 
> ------------------------------------
>
>                 Key: QPID-1258
>                 URL: https://issues.apache.org/jira/browse/QPID-1258
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Client, Java Common, Java Management Console, Java Tests, Java Tools
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Aidan Skinner
>            Priority: Blocker
>             Fix For: M3
>
>
> Summary:
> Our new ant build system doesn't copy resources/META-INF in to the generated JARs as maven did.
> If we can simply this such that:
> DISCLAIMER
> LICENSE
> NOTICE
> were the only files in resources and these were simply inserted in to the META-INF dir of the release jar then that would be fine.
> Incidentally, the *.txt files are crufty and should be removed. 
> If this is done then we can copy the contents of resources to the root of our artefacts as these too need to have the three files present.

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