[jira] Commented: (MASSEMBLY-40) Evaluate project variables within assembly descriptors

2006-01-19 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-40?page=comments#action_56416 ] Brett Porter commented on MASSEMBLY-40: --- I'm not sure what expression evaluator is available - if we only use project references I think there is one in maven-project that is

[jira] Commented: (MASSEMBLY-40) Evaluate project variables within assembly descriptors

2006-01-19 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-40?page=comments#action_56415 ] Brett Porter commented on MASSEMBLY-40: --- we would need to interpolate the contents of the file as a string before passing to modello using an expression evaluator from maven

[jira] Commented: (MASSEMBLY-40) Evaluate project variables within assembly descriptors

2006-01-12 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-40?page=comments#action_55678 ] Mike Perham commented on MASSEMBLY-40: -- Any pointers on how to do this? Currently we are creating a FileReader and passing it to the Modello-generated model reader. Is there

[jira] Commented: (MASSEMBLY-40) Evaluate project variables within assembly descriptors

2006-01-03 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-40?page=comments#action_54832 ] Dan Tran commented on MASSEMBLY-40: --- I am going to introduce assemblies assembly/ assembly/ /assemblies to this plugin's configuration, this we can take advantage

[jira] Commented: (MASSEMBLY-40) Evaluate project variables within assembly descriptors

2006-01-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-40?page=comments#action_54834 ] Brett Porter commented on MASSEMBLY-40: --- I don't understand what you are trying to do there. We don't want to put the assembly descriptors in the pom, and we already have the

[jira] Commented: (MASSEMBLY-40) Evaluate project variables within assembly descriptors

2006-01-03 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-40?page=comments#action_54839 ] Dan Tran commented on MASSEMBLY-40: --- I thought we want in expose the Assembly objects created by mdo to plugin's configuration? Evaluate project variables within assembly

[jira] Commented: (MASSEMBLY-40) Evaluate project variables within assembly descriptors

2006-01-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-40?page=comments#action_54840 ] Brett Porter commented on MASSEMBLY-40: --- no, we want ${project.build.directory} to be evaluated inside the assembly descriptor, for example. This should just be a matter of

[jira] Commented: (MASSEMBLY-40) Evaluate project variables within assembly descriptors

2006-01-03 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-40?page=comments#action_54842 ] Dan Tran commented on MASSEMBLY-40: --- OK, that is better. Evaluate project variables within assembly descriptors --