Re: What is filtered in assembly's FileItem

2006-05-17 Thread dan tran
yup the test case also indicates that behavior, it is great the have test around so that one can figure out what the feature means. However, I am still having trouble why filtered is set to true, the orignal source file is transformed into fullpath before added to the archiver. Also where in

Re: What is filtered in assembly's FileItem

2006-05-16 Thread Allan Ramirez
Hi Dan, It is like the filtering of resources where the expression in resource files such as LICENSE.txt can be interpolated. Hope this helps, allan dan tran wrote: Hello, I am trying to fix http://jira.codehaus.org/browse/MASSEMBLY-100 and having trouble understanding the purpose of

Re: What is filtered in assembly's FileItem

2006-05-16 Thread Edwin Punzalan
when filtered is true, it means expressions like ${project.build.directory} inside the file is replaced with the actual value when used in your pom.xml dan tran wrote: Hello, I am trying to fix http://jira.codehaus.org/browse/MASSEMBLY-100 and having trouble understanding the purpose of