Re: What is in assembly's FileItem

2006-05-16 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 th

Re: What is 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 ele

Re: What is in assembly's FileItem

2006-05-16 Thread Allan Ramirez
Hi Dan, It is like the 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 element in F

What is in assembly's FileItem

2006-05-16 Thread dan tran
Hello, I am trying to fix http://jira.codehaus.org/browse/MASSEMBLY-100 and having trouble understanding the purpose of element in FileItem if the descriptor. Could someone or the owner of that feature explains what it really means? Thanks -Dan