-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Open
Copy link
Labels
enhancementNew feature or requestNew feature or request
Description
CONTEXT
- Say we want to split the project configuration into several files (e.g. one for modules and one for properties in order to be able to test different values for the components properties).
- We could also have several packagedepedencies files to have fine grain control
- We also could want to bundle several executable/projects together.
PROBLEM
- Currently
remaken bundleXpcfonly take one parameter for configuration file and one parameter for packagedependencies file. - So in the context described above, it requires to build multiple calls to remaken install on several configuration files, by passing or not the pkgdep files in order to avoid the duplication of work, etc... Or make calls to
bundleXpcffor config files andbundlefor properties files...
SUGGESTED SOLUTION
- It could bring some confort to be able to pass all the configuration and pkgdeps files on the same call to
remaken bundleXpcf.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request