You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "Josh Wills (JIRA)" <ji...@apache.org> on 2012/07/09 04:01:35 UTC

[jira] [Created] (CRUNCH-8) Refactor Crunch's build into a multi-module Maven project

Josh Wills created CRUNCH-8:
-------------------------------

             Summary: Refactor Crunch's build into a multi-module Maven project
                 Key: CRUNCH-8
                 URL: https://issues.apache.org/jira/browse/CRUNCH-8
             Project: Crunch
          Issue Type: Task
          Components: Core
    Affects Versions: 0.3.0
            Reporter: Josh Wills
            Assignee: Josh Wills


In order for continuous integration to work well with Crunch as a whole, we need to refactor the build into a traditional multi-module Maven project, so that Scrunch is always built along with the Crunch core.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CRUNCH-8) Refactor Crunch's build into a multi-module Maven project

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

Josh Wills resolved CRUNCH-8.
-----------------------------

    Resolution: Fixed

And submitted. That was a big one-- thanks Matthias!
                
> Refactor Crunch's build into a multi-module Maven project
> ---------------------------------------------------------
>
>                 Key: CRUNCH-8
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-8
>             Project: Crunch
>          Issue Type: Task
>          Components: Core
>    Affects Versions: 0.3.0
>            Reporter: Josh Wills
>            Assignee: Josh Wills
>              Labels: maven
>         Attachments: 0001-Turn-crunch-into-a-multi-module-project.patch.gz, 0002-Remove-duplication-in-POMs.patch.gz
>
>
> In order for continuous integration to work well with Crunch as a whole, we need to refactor the build into a traditional multi-module Maven project, so that Scrunch is always built along with the Crunch core.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CRUNCH-8) Refactor Crunch's build into a multi-module Maven project

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

Matthias Friedrich updated CRUNCH-8:
------------------------------------

    Attachment: 0002-Remove-duplication-in-POMs.patch.gz
                0001-Turn-crunch-into-a-multi-module-project.patch.gz

Two patches to turn Crunch into a multi-module project. The first one is very large because it moves the code around (but does little else). The second patch introduces global dependency management and removes duplication.

There's still work to be done in dependency management, I think there's too much on the classpath. I can do that, too, but that's work for a separate issue/patch.
                
> Refactor Crunch's build into a multi-module Maven project
> ---------------------------------------------------------
>
>                 Key: CRUNCH-8
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-8
>             Project: Crunch
>          Issue Type: Task
>          Components: Core
>    Affects Versions: 0.3.0
>            Reporter: Josh Wills
>            Assignee: Josh Wills
>              Labels: maven
>         Attachments: 0001-Turn-crunch-into-a-multi-module-project.patch.gz, 0002-Remove-duplication-in-POMs.patch.gz
>
>
> In order for continuous integration to work well with Crunch as a whole, we need to refactor the build into a traditional multi-module Maven project, so that Scrunch is always built along with the Crunch core.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CRUNCH-8) Refactor Crunch's build into a multi-module Maven project

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

Matthias Friedrich updated CRUNCH-8:
------------------------------------

    Fix Version/s: 0.3.0
    
> Refactor Crunch's build into a multi-module Maven project
> ---------------------------------------------------------
>
>                 Key: CRUNCH-8
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-8
>             Project: Crunch
>          Issue Type: Task
>          Components: Core
>    Affects Versions: 0.3.0
>            Reporter: Josh Wills
>            Assignee: Josh Wills
>              Labels: maven
>             Fix For: 0.3.0
>
>         Attachments: 0001-Turn-crunch-into-a-multi-module-project.patch.gz, 0002-Remove-duplication-in-POMs.patch.gz
>
>
> In order for continuous integration to work well with Crunch as a whole, we need to refactor the build into a traditional multi-module Maven project, so that Scrunch is always built along with the Crunch core.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CRUNCH-8) Refactor Crunch's build into a multi-module Maven project

Posted by "Josh Wills (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CRUNCH-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410167#comment-13410167 ] 

Josh Wills commented on CRUNCH-8:
---------------------------------

Thanks Matthias! I'm going to try to integrate this one after I finish up integrating CRUNCH-9 b/c of all of the code relocation.
                
> Refactor Crunch's build into a multi-module Maven project
> ---------------------------------------------------------
>
>                 Key: CRUNCH-8
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-8
>             Project: Crunch
>          Issue Type: Task
>          Components: Core
>    Affects Versions: 0.3.0
>            Reporter: Josh Wills
>            Assignee: Josh Wills
>              Labels: maven
>         Attachments: 0001-Turn-crunch-into-a-multi-module-project.patch.gz, 0002-Remove-duplication-in-POMs.patch.gz
>
>
> In order for continuous integration to work well with Crunch as a whole, we need to refactor the build into a traditional multi-module Maven project, so that Scrunch is always built along with the Crunch core.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira