You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by "Kam K. Yee (JIRA)" <ji...@apache.org> on 2007/11/12 16:32:50 UTC

[jira] Created: (MUSE-278) Clean-up and improve the build script

Clean-up and improve the build script
-------------------------------------

                 Key: MUSE-278
                 URL: https://issues.apache.org/jira/browse/MUSE-278
             Project: Muse
          Issue Type: Improvement
          Components: Build - Maven, Dependencies, and Optimizations
    Affects Versions: 2.3.0
            Reporter: Kam K. Yee
            Assignee: Dan Jemiolo
            Priority: Minor
             Fix For: 2.3.0


The targets in the current build script are not as granular as they can be.  The build script can be restructured to provide more granular targets (e.g., build a src zip only or build a bin zip only, clean, clean_all, clean_all_all).  This will be helpful as the project grows and more build options are needed (e.g., for the upcoming functional test cases we could introduce targets like "build_tests_src" and "build_tests_bin").  Granular targets will potentially allow for better reuse of targets as dependencies of new targets.

I'll post a reworked build.xml shortly for everyone to review.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-278) Clean-up and improve the build script

Posted by "Kam K. Yee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kam K. Yee updated MUSE-278:
----------------------------

    Attachment: build.modified.xml

As mentioned, this build.xml has been reworked to be provide more granular targets.

It also introduces a property flag called "INCLUDE_PREVIEWS" (found near the top of the file) which can be set to true or false.  When set to true "build_src" will include the "/modules/preview" subdirectory in the src.zip.  Also, "build_bin" will invoke the target "include_preview_bin" to build and include whatever preview modules are desired.

This feature will be useful for building new modules that are first introduced as preview module.

> Clean-up and improve the build script
> -------------------------------------
>
>                 Key: MUSE-278
>                 URL: https://issues.apache.org/jira/browse/MUSE-278
>             Project: Muse
>          Issue Type: Improvement
>          Components: Build - Maven, Dependencies, and Optimizations
>    Affects Versions: 2.3.0
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>            Priority: Minor
>             Fix For: 2.3.0
>
>         Attachments: build.modified.xml
>
>
> The targets in the current build script are not as granular as they can be.  The build script can be restructured to provide more granular targets (e.g., build a src zip only or build a bin zip only, clean, clean_all, clean_all_all).  This will be helpful as the project grows and more build options are needed (e.g., for the upcoming functional test cases we could introduce targets like "build_tests_src" and "build_tests_bin").  Granular targets will potentially allow for better reuse of targets as dependencies of new targets.
> I'll post a reworked build.xml shortly for everyone to review.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Assigned: (MUSE-278) Clean-up and improve the build script

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

Chris Twiner reassigned MUSE-278:
---------------------------------

    Assignee: Chris Twiner  (was: Dan Jemiolo)

> Clean-up and improve the build script
> -------------------------------------
>
>                 Key: MUSE-278
>                 URL: https://issues.apache.org/jira/browse/MUSE-278
>             Project: Muse
>          Issue Type: Improvement
>          Components: Build - Maven, Dependencies, and Optimizations
>    Affects Versions: 2.3.0
>            Reporter: Kam K. Yee
>            Assignee: Chris Twiner
>            Priority: Minor
>             Fix For: 2.3.0
>
>         Attachments: build.new.xml
>
>
> The targets in the current build script are not as granular as they can be.  The build script can be restructured to provide more granular targets (e.g., build a src zip only or build a bin zip only, clean, clean_all, clean_all_all).  This will be helpful as the project grows and more build options are needed (e.g., for the upcoming functional test cases we could introduce targets like "build_tests_src" and "build_tests_bin").  Granular targets will potentially allow for better reuse of targets as dependencies of new targets.
> I'll post a reworked build.xml shortly for everyone to review.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-278) Clean-up and improve the build script

Posted by "Kam K. Yee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kam K. Yee updated MUSE-278:
----------------------------

    Attachment:     (was: build.modified.xml)

> Clean-up and improve the build script
> -------------------------------------
>
>                 Key: MUSE-278
>                 URL: https://issues.apache.org/jira/browse/MUSE-278
>             Project: Muse
>          Issue Type: Improvement
>          Components: Build - Maven, Dependencies, and Optimizations
>    Affects Versions: 2.3.0
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> The targets in the current build script are not as granular as they can be.  The build script can be restructured to provide more granular targets (e.g., build a src zip only or build a bin zip only, clean, clean_all, clean_all_all).  This will be helpful as the project grows and more build options are needed (e.g., for the upcoming functional test cases we could introduce targets like "build_tests_src" and "build_tests_bin").  Granular targets will potentially allow for better reuse of targets as dependencies of new targets.
> I'll post a reworked build.xml shortly for everyone to review.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-278) Clean-up and improve the build script

Posted by "Kam K. Yee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kam K. Yee updated MUSE-278:
----------------------------

    Attachment: build.new.xml

> Clean-up and improve the build script
> -------------------------------------
>
>                 Key: MUSE-278
>                 URL: https://issues.apache.org/jira/browse/MUSE-278
>             Project: Muse
>          Issue Type: Improvement
>          Components: Build - Maven, Dependencies, and Optimizations
>    Affects Versions: 2.3.0
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>            Priority: Minor
>             Fix For: 2.3.0
>
>         Attachments: build.new.xml
>
>
> The targets in the current build script are not as granular as they can be.  The build script can be restructured to provide more granular targets (e.g., build a src zip only or build a bin zip only, clean, clean_all, clean_all_all).  This will be helpful as the project grows and more build options are needed (e.g., for the upcoming functional test cases we could introduce targets like "build_tests_src" and "build_tests_bin").  Granular targets will potentially allow for better reuse of targets as dependencies of new targets.
> I'll post a reworked build.xml shortly for everyone to review.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-278) Clean-up and improve the build script

Posted by "Kam K. Yee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kam K. Yee updated MUSE-278:
----------------------------

    Attachment:     (was: build.modified.xml)

> Clean-up and improve the build script
> -------------------------------------
>
>                 Key: MUSE-278
>                 URL: https://issues.apache.org/jira/browse/MUSE-278
>             Project: Muse
>          Issue Type: Improvement
>          Components: Build - Maven, Dependencies, and Optimizations
>    Affects Versions: 2.3.0
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>            Priority: Minor
>             Fix For: 2.3.0
>
>         Attachments: build.new.xml
>
>
> The targets in the current build script are not as granular as they can be.  The build script can be restructured to provide more granular targets (e.g., build a src zip only or build a bin zip only, clean, clean_all, clean_all_all).  This will be helpful as the project grows and more build options are needed (e.g., for the upcoming functional test cases we could introduce targets like "build_tests_src" and "build_tests_bin").  Granular targets will potentially allow for better reuse of targets as dependencies of new targets.
> I'll post a reworked build.xml shortly for everyone to review.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-278) Clean-up and improve the build script

Posted by "Kam K. Yee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kam K. Yee updated MUSE-278:
----------------------------

    Attachment: build.modified.xml

> Clean-up and improve the build script
> -------------------------------------
>
>                 Key: MUSE-278
>                 URL: https://issues.apache.org/jira/browse/MUSE-278
>             Project: Muse
>          Issue Type: Improvement
>          Components: Build - Maven, Dependencies, and Optimizations
>    Affects Versions: 2.3.0
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> The targets in the current build script are not as granular as they can be.  The build script can be restructured to provide more granular targets (e.g., build a src zip only or build a bin zip only, clean, clean_all, clean_all_all).  This will be helpful as the project grows and more build options are needed (e.g., for the upcoming functional test cases we could introduce targets like "build_tests_src" and "build_tests_bin").  Granular targets will potentially allow for better reuse of targets as dependencies of new targets.
> I'll post a reworked build.xml shortly for everyone to review.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org