[jira] Commented: (MASSEMBLY-154) FileSet does not support filtering

2008-01-28 Thread Daniel Spilker (JIRA)

[ 
http://jira.codehaus.org/browse/MASSEMBLY-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121553
 ] 

Daniel Spilker commented on MASSEMBLY-154:
--

Hi Fabrice,

did you also fix this for lineEnding? I just tried the latest 
2.2-beta-2-SNAPSHOT and lineEnding is only applied to files and not to filesets.

Regards,
Daniel

 FileSet does not support filtering
 --

 Key: MASSEMBLY-154
 URL: http://jira.codehaus.org/browse/MASSEMBLY-154
 Project: Maven 2.x Assembly Plugin
  Issue Type: Improvement
Affects Versions: 2.2-beta-1
 Environment: Maven 2.0.4
Reporter: Rémy Sanlaville
Assignee: Fabrice BELLINGARD
 Fix For: 2.2-beta-2

 Attachments: assembly_fileSet_filtering.patch


 For the moment we can only set a filter for one file
 files
 file
 source./src/main/resources/log4j.properties/source
 outputDirectoryresources/outputDirectory
 filteredtrue/filtered
 /file
 /files
 It would be nice to can do the same for a set of files like this
 fileSet
   directory./src/main/resources/directory
   outputDirectoryresources/outputDirectory
   includes
 include**/*.properties/include
   /includes
   filteredtrue/filtered
 /fileSet
 Thanks

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MASSEMBLY-154) FileSet does not support filtering

2007-07-05 Thread Fabrice BELLINGARD (JIRA)

[ 
http://jira.codehaus.org/browse/MASSEMBLY-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_101295
 ] 

Fabrice BELLINGARD commented on MASSEMBLY-154:
--

Mikhail,

thanks for your patch. I wrote a unit test for it, and discovered two bugs, 
which I fixed. It seems to be working fine now. 
I will be doing some more tests, and then apply this in trunk.

 FileSet does not support filtering
 --

 Key: MASSEMBLY-154
 URL: http://jira.codehaus.org/browse/MASSEMBLY-154
 Project: Maven 2.x Assembly Plugin
  Issue Type: Improvement
Affects Versions: 2.2
 Environment: Maven 2.0.4
Reporter: Rémy Sanlaville
Assignee: Fabrice BELLINGARD
 Fix For: 2.2-beta-2

 Attachments: assembly_fileSet_filtering.patch


 For the moment we can only set a filter for one file
 files
 file
 source./src/main/resources/log4j.properties/source
 outputDirectoryresources/outputDirectory
 filteredtrue/filtered
 /file
 /files
 It would be nice to can do the same for a set of files like this
 fileSet
   directory./src/main/resources/directory
   outputDirectoryresources/outputDirectory
   includes
 include**/*.properties/include
   /includes
   filteredtrue/filtered
 /fileSet
 Thanks

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MASSEMBLY-154) FileSet does not support filtering

2007-04-11 Thread Rajesh Arya (JIRA)

[ 
http://jira.codehaus.org/browse/MASSEMBLY-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92550
 ] 

Rajesh Arya commented on MASSEMBLY-154:
---

I would consider a feature such as filtering fileSets a major improvement in 
the Maven-Assembly-Plugin.

Right now I have got a whole lot of files which are produced by the developer 
team. They ought to be able to insert ${Variable} in their files.

The process-resources lifecycle-goal as well as assembly:assembly goal both 
act on these set of files and prepare them either for the local machine or for 
distribution purposes.

Now I, who happen to be incharge of the distribution, do not wish to go through 
these files and see which files are new and need to be included in files for 
filtering, or for that matter which files need to be removed from the 
descriptor.

So please, please Someone with some brains and motivation ought to look into 
this feature. It would be a great help.




 FileSet does not support filtering
 --

 Key: MASSEMBLY-154
 URL: http://jira.codehaus.org/browse/MASSEMBLY-154
 Project: Maven 2.x Assembly Plugin
  Issue Type: Improvement
Affects Versions: 2.2
 Environment: Maven 2.0.4
Reporter: Rémy Sanlaville
 Fix For: 2.2

 Attachments: assembly_fileSet_filtering.patch


 For the moment we can only set a filter for one file
 files
 file
 source./src/main/resources/log4j.properties/source
 outputDirectoryresources/outputDirectory
 filteredtrue/filtered
 /file
 /files
 It would be nice to can do the same for a set of files like this
 fileSet
   directory./src/main/resources/directory
   outputDirectoryresources/outputDirectory
   includes
 include**/*.properties/include
   /includes
   filteredtrue/filtered
 /fileSet
 Thanks

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MASSEMBLY-154) FileSet does not support filtering

2007-04-11 Thread Stephane Nicoll (JIRA)

[ 
http://jira.codehaus.org/browse/MASSEMBLY-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92551
 ] 

Stephane Nicoll commented on MASSEMBLY-154:
---

you sound like very motivated to me ;)

 FileSet does not support filtering
 --

 Key: MASSEMBLY-154
 URL: http://jira.codehaus.org/browse/MASSEMBLY-154
 Project: Maven 2.x Assembly Plugin
  Issue Type: Improvement
Affects Versions: 2.2
 Environment: Maven 2.0.4
Reporter: Rémy Sanlaville
 Fix For: 2.2

 Attachments: assembly_fileSet_filtering.patch


 For the moment we can only set a filter for one file
 files
 file
 source./src/main/resources/log4j.properties/source
 outputDirectoryresources/outputDirectory
 filteredtrue/filtered
 /file
 /files
 It would be nice to can do the same for a set of files like this
 fileSet
   directory./src/main/resources/directory
   outputDirectoryresources/outputDirectory
   includes
 include**/*.properties/include
   /includes
   filteredtrue/filtered
 /fileSet
 Thanks

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MASSEMBLY-154) FileSet does not support filtering

2007-03-19 Thread Stephane Nicoll (JIRA)

[ 
http://jira.codehaus.org/browse/MASSEMBLY-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_90498
 ] 

Stephane Nicoll commented on MASSEMBLY-154:
---

This sounds to be applicable to unpackOptions as well.

 FileSet does not support filtering
 --

 Key: MASSEMBLY-154
 URL: http://jira.codehaus.org/browse/MASSEMBLY-154
 Project: Maven 2.x Assembly Plugin
  Issue Type: Improvement
Affects Versions: 2.2
 Environment: Maven 2.0.4
Reporter: Rémy Sanlaville
 Fix For: 2.2

 Attachments: assembly_fileSet_filtering.patch


 For the moment we can only set a filter for one file
 files
 file
 source./src/main/resources/log4j.properties/source
 outputDirectoryresources/outputDirectory
 filteredtrue/filtered
 /file
 /files
 It would be nice to can do the same for a set of files like this
 fileSet
   directory./src/main/resources/directory
   outputDirectoryresources/outputDirectory
   includes
 include**/*.properties/include
   /includes
   filteredtrue/filtered
 /fileSet
 Thanks

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira