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 2006/11/08 16:50:52 UTC

[jira] Created: (QPID-74) Create source distribtuion using build system

Create source distribtuion using build system
---------------------------------------------

                 Key: QPID-74
                 URL: http://issues.apache.org/jira/browse/QPID-74
             Project: Qpid
          Issue Type: Task
          Components: Ant Build System
            Reporter: Martin Ritchie
             Fix For: M1


Source distribtuion
-----------------------------
a) A compilable source tree from the tagged version which is used for the
binary release.
b) We need to have NOTICE.txt, README.txt, LICENSE.txt and release_notes in
the top level directory
c) We need to get the licensing for all dependencies as we are currently
using ant and have a static repo


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

        

Re: [jira] Created: (QPID-74) Create source distribtuion using build system

Posted by Daniel Kulp <da...@iona.com>.
Just FYI:  those libs need to be removed from SVN, thus it can package all 
libs as only the allowable ones will be in SVN.

When the incubator folks look at things, the ALSO look at the tag in svn.   
If they see those things there, it's still a -1 vote and not allowed to 
release.

Dan


On Wednesday November 08 2006 12:49 pm, Martin Ritchie wrote:
> Created target "releasesrc" that will create a source release but it
> still includes libs that are not allowed AFAIK.
>
> Do we want to exclude all libs or just those that are incompatible
> with the Apache license.
>
> On 08/11/06, Martin Ritchie (JIRA) <qp...@incubator.apache.org> 
wrote:
> > Create source distribtuion using build system
> > ---------------------------------------------
> >
> >                 Key: QPID-74
> >                 URL: http://issues.apache.org/jira/browse/QPID-74
> >             Project: Qpid
> >          Issue Type: Task
> >          Components: Ant Build System
> >            Reporter: Martin Ritchie
> >             Fix For: M1
> >
> >
> > Source distribtuion
> > -----------------------------
> > a) A compilable source tree from the tagged version which is used for
> > the binary release.
> > b) We need to have NOTICE.txt, README.txt, LICENSE.txt and
> > release_notes in the top level directory
> > c) We need to get the licensing for all dependencies as we are
> > currently using ant and have a static repo
> >
> >
> > --
> > 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

-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194   F:781-902-8001
daniel.kulp@iona.com

Re: [jira] Created: (QPID-74) Create source distribtuion using build system

Posted by Martin Ritchie <ri...@apache.org>.
Created target "releasesrc" that will create a source release but it
still includes libs that are not allowed AFAIK.

Do we want to exclude all libs or just those that are incompatible
with the Apache license.

On 08/11/06, Martin Ritchie (JIRA) <qp...@incubator.apache.org> wrote:
> Create source distribtuion using build system
> ---------------------------------------------
>
>                 Key: QPID-74
>                 URL: http://issues.apache.org/jira/browse/QPID-74
>             Project: Qpid
>          Issue Type: Task
>          Components: Ant Build System
>            Reporter: Martin Ritchie
>             Fix For: M1
>
>
> Source distribtuion
> -----------------------------
> a) A compilable source tree from the tagged version which is used for the
> binary release.
> b) We need to have NOTICE.txt, README.txt, LICENSE.txt and release_notes in
> the top level directory
> c) We need to get the licensing for all dependencies as we are currently
> using ant and have a static repo
>
>
> --
> 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
>
>
>


-- 
Martin Ritchie

[jira] Commented: (QPID-74) Create source distribtuion using build system

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/QPID-74?page=comments#action_12448209 ] 
            
Martin Ritchie commented on QPID-74:
------------------------------------

Created target "releasesrc" that will create a source release but it still includes libs that are not allowed.


> Create source distribtuion using build system
> ---------------------------------------------
>
>                 Key: QPID-74
>                 URL: http://issues.apache.org/jira/browse/QPID-74
>             Project: Qpid
>          Issue Type: Task
>          Components: Ant Build System
>            Reporter: Martin Ritchie
>             Fix For: M1
>
>
> Source distribtuion
> -----------------------------
> a) A compilable source tree from the tagged version which is used for the
> binary release.
> b) We need to have NOTICE.txt, README.txt, LICENSE.txt and release_notes in
> the top level directory
> c) We need to get the licensing for all dependencies as we are currently
> using ant and have a static repo

-- 
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] Resolved: (QPID-74) Create source distribtuion using build system

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/QPID-74?page=all ]

Martin Ritchie resolved QPID-74.
--------------------------------

    Resolution: Fixed

releasesrc now creates a zip and a tar.gz of the java source. It compiles and tests pass.

> Create source distribtuion using build system
> ---------------------------------------------
>
>                 Key: QPID-74
>                 URL: http://issues.apache.org/jira/browse/QPID-74
>             Project: Qpid
>          Issue Type: Task
>          Components: Ant Build System
>            Reporter: Martin Ritchie
>             Fix For: M1
>
>
> Source distribtuion
> -----------------------------
> a) A compilable source tree from the tagged version which is used for the
> binary release.
> b) We need to have NOTICE.txt, README.txt, LICENSE.txt and release_notes in
> the top level directory
> c) We need to get the licensing for all dependencies as we are currently
> using ant and have a static repo

-- 
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: (QPID-74) Create source distribtuion using build system

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/QPID-74?page=comments#action_12448448 ] 
            
Martin Ritchie commented on QPID-74:
------------------------------------

Changed target name to "std-src-release"

> Create source distribtuion using build system
> ---------------------------------------------
>
>                 Key: QPID-74
>                 URL: http://issues.apache.org/jira/browse/QPID-74
>             Project: Qpid
>          Issue Type: Task
>          Components: Ant Build System
>            Reporter: Martin Ritchie
>             Fix For: M1
>
>
> Source distribtuion
> -----------------------------
> a) A compilable source tree from the tagged version which is used for the
> binary release.
> b) We need to have NOTICE.txt, README.txt, LICENSE.txt and release_notes in
> the top level directory
> c) We need to get the licensing for all dependencies as we are currently
> using ant and have a static repo

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