|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (MUSE-278) Clean-up and improve the build scriptClean-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@... For additional commands, e-mail: muse-dev-help@... |
|
|
[jira] Updated: (MUSE-278) Clean-up and improve the build script[ 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@... For additional commands, e-mail: muse-dev-help@... |
|
|
[jira] Updated: (MUSE-278) Clean-up and improve the build script[ 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@... For additional commands, e-mail: muse-dev-help@... |
|
|
[jira] Updated: (MUSE-278) Clean-up and improve the build script[ 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@... For additional commands, e-mail: muse-dev-help@... |
|
|
[jira] Updated: (MUSE-278) Clean-up and improve the build script[ 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@... For additional commands, e-mail: muse-dev-help@... |
|
|
[jira] Updated: (MUSE-278) Clean-up and improve the build script[ 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@... For additional commands, e-mail: muse-dev-help@... |
|
|
[jira] Assigned: (MUSE-278) Clean-up and improve the build script[ 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@... For additional commands, e-mail: muse-dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |