You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2010/08/21 09:46:17 UTC

[jira] Created: (CAY-1471) Create a source cayenne assembly

Create a source cayenne assembly
--------------------------------

                 Key: CAY-1471
                 URL: https://issues.apache.org/jira/browse/CAY-1471
             Project: Cayenne
          Issue Type: Improvement
    Affects Versions: 3.0.1, 3.1M1
            Reporter: Andrus Adamchik
            Assignee: Andrus Adamchik
             Fix For: 3.0.1, 3.1M1


Per discussion following 3.0.1 vote (see links below), an ideal Apache release should start with a source-only release, that is later built into binary releases (not from SVN tag, but from the -src artifact)... Will need to implement such buildable assembly.

http://cayenne.markmail.org/thread/nmwstumf4cco7tf4
http://markmail.org/message/tiqvhk6i4uxammkf

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


[jira] Closed: (CAY-1471) Create a source cayenne assembly

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

Andrus Adamchik closed CAY-1471.
--------------------------------

    Resolution: Fixed

> Create a source cayenne assembly
> --------------------------------
>
>                 Key: CAY-1471
>                 URL: https://issues.apache.org/jira/browse/CAY-1471
>             Project: Cayenne
>          Issue Type: Improvement
>    Affects Versions: 3.0.1, 3.1M1
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.0.1, 3.1M1
>
>         Attachments: 0001-CAY-1471-Create-a-source-cayenne-assembly.patch
>
>
> Per discussion following 3.0.1 vote (see links below), an ideal Apache release should start with a source-only release, that is later built into binary releases (not from SVN tag, but from the -src artifact)... Will need to implement such buildable assembly.
> http://cayenne.markmail.org/thread/nmwstumf4cco7tf4
> http://markmail.org/message/tiqvhk6i4uxammkf

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


[jira] Issue Comment Edited: (CAY-1471) Create a source cayenne assembly

Posted by "Andrus Adamchik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAY-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901058#action_12901058 ] 

Andrus Adamchik edited comment on CAY-1471 at 8/21/10 1:21 PM:
---------------------------------------------------------------

A patch that implements src and generic assemblies... 

* A new "src" assembly
* Anything can be built from src assembly, as it is a full clone of the checkout tree + NOTCE + LICENSE

(Taking the occasion to improve the build process in general. See below)
 
* Assemblies can now be built from the top level of Cayenne together with the main build. E.g.:

     $ mvn clean install -P assembly,src -Dmaven.test.skip=true
     $ mvn clean install -P assembly,generic

* Improvements of the assembly descriptors to use the new Maven capabilities, resulting in smaller more readable configs and fewer build steps.

TODO:

* Mac and Windows assembly descriptors
* Stop using shell script on mac. Use "exec-maven-plugin" instead to create a DMG

      was (Author: andrus):
    A patch that implements src and generic assemblies... 

* A new "src" assembly
* Anything can be built from src assembly, as it is a full clone of the checkout tree + NOTCE + LICENSE

(Taking the occasion to improve the build process in general. See below)
 
* Assemblies can now be built from the top level of Cayenne together with the main build. E.g.:

     $ mvnc clean install -P assembly,src -Dmaven.test.skip=true
     $ mvnc clean install -P assembly,generic

* Improvements of the assembly descriptors to use the new Maven capabilities, resulting in smaller more readable configs and fewer build steps.

TODO:

* Mac and Windows assembly descriptors
* Stop using shell script on mac. Use "exec-maven-plugin" instead to create a DMG
  
> Create a source cayenne assembly
> --------------------------------
>
>                 Key: CAY-1471
>                 URL: https://issues.apache.org/jira/browse/CAY-1471
>             Project: Cayenne
>          Issue Type: Improvement
>    Affects Versions: 3.0.1, 3.1M1
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.0.1, 3.1M1
>
>         Attachments: 0001-CAY-1471-Create-a-source-cayenne-assembly.patch
>
>
> Per discussion following 3.0.1 vote (see links below), an ideal Apache release should start with a source-only release, that is later built into binary releases (not from SVN tag, but from the -src artifact)... Will need to implement such buildable assembly.
> http://cayenne.markmail.org/thread/nmwstumf4cco7tf4
> http://markmail.org/message/tiqvhk6i4uxammkf

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


[jira] Updated: (CAY-1471) Create a source cayenne assembly

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

Andrus Adamchik updated CAY-1471:
---------------------------------

    Attachment: 0001-CAY-1471-Create-a-source-cayenne-assembly.patch

A patch that implements src and generic assemblies... 

* A new "src" assembly
* Anything can be built from src assembly, as it is a full clone of the checkout tree + NOTCE + LICENSE

(Taking the occasion to improve the build process in general. See below)
 
* Assemblies can now be built from the top level of Cayenne together with the main build. E.g.:

     $ mvnc clean install -P assembly,src -Dmaven.test.skip=true
     $ mvnc clean install -P assembly,generic

* Improvements of the assembly descriptors to use the new Maven capabilities, resulting in smaller more readable configs and fewer build steps.

TODO:

* Mac and Windows assembly descriptors
* Stop using shell script on mac. Use "exec-maven-plugin" instead to create a DMG

> Create a source cayenne assembly
> --------------------------------
>
>                 Key: CAY-1471
>                 URL: https://issues.apache.org/jira/browse/CAY-1471
>             Project: Cayenne
>          Issue Type: Improvement
>    Affects Versions: 3.0.1, 3.1M1
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.0.1, 3.1M1
>
>         Attachments: 0001-CAY-1471-Create-a-source-cayenne-assembly.patch
>
>
> Per discussion following 3.0.1 vote (see links below), an ideal Apache release should start with a source-only release, that is later built into binary releases (not from SVN tag, but from the -src artifact)... Will need to implement such buildable assembly.
> http://cayenne.markmail.org/thread/nmwstumf4cco7tf4
> http://markmail.org/message/tiqvhk6i4uxammkf

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