Re: particular fileset question

2006-01-18 Thread Stefan Bodewig
On Wed, 18 Jan 2006, Markus Innerebner <[EMAIL PROTECTED]> wrote: > I want to have in my fileset only some jar files located in a > particular folder. In my example the set should contain only that > jar files, which are in folderA and folderB > > this is the directory stucture: > ${lib.dir}

Re: particular fileset question

2006-01-18 Thread Clifton Craig
On Wednesday 18 January 2006 9:16 am, Markus Innerebner wrote: > Hi > > > > > > > > > > > also your approach does not work in my example. > Did you try it out? > > markus > > - > To unsubscribe, e-mail: [EMAIL P

Re: particular fileset question

2006-01-18 Thread Frank Harnack
A more flexible solution may be: You can define the property "myincludes" in a property file alternatively. Regards, Frank Quoting Markus Innerebner <[EMAIL PROTECTED]>: > I realized my problem: > > the jars where not in the subfolder, but in the subsubfolder. > with this settings > >

Re: particular fileset question

2006-01-18 Thread Markus Innerebner
I realized my problem: the jars where not in the subfolder, but in the subsubfolder. with this settings the example work. thanks for your help. Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: particular fileset question

2006-01-18 Thread Markus Innerebner
On Wed, 2006-01-18 at 15:16 +0100, Frank Harnack wrote: > With > > > > > > > jar files in subfolders of folderC are excluded too. > > And if folderC is at top level in folder ${lib.dir} > > this would be better > > > > > > Hi Frank I know this, but

Re: particular fileset question

2006-01-18 Thread Markus Innerebner
Hi > > > > also your approach does not work in my example. Did you try it out? markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: particular fileset question

2006-01-18 Thread Frank Harnack
With jar files in subfolders of folderC are excluded too. And if folderC is at top level in folder ${lib.dir} this would be better Regards, Frank Quoting Clifton Craig <[EMAIL PROTECTED]>: > On Wednesday 18 January 2006 8:57 am, RADEMAKERS Tanguy

RE: particular fileset question

2006-01-18 Thread RADEMAKERS Tanguy
>This is that, what I do not want to do, because I don't know from begin >which folders should be excluded. I only know which folder should be >included. then use Clifton Craig's solution of only listing the folders you want to include - in this case, folderA and folderB. No matter how many more f

RE: particular fileset question

2006-01-18 Thread Markus Innerebner
On Wed, 2006-01-18 at 14:57 +0100, RADEMAKERS Tanguy wrote: > >-Original Message- > >My intention is to include all jars in folderA and folderB, ecluding > >jars in folderC. > > how about this: > > > > > > > that should be all jars anywhere except those in folderC >

Re: particular fileset question

2006-01-18 Thread Clifton Craig
On Wednesday 18 January 2006 8:57 am, RADEMAKERS Tanguy wrote: > >-Original Message- > >My intention is to include all jars in folderA and folderB, ecluding > >jars in folderC. > > how about this: > > > > > > > that should be all jars anywhere except those in folderC > >

Re: particular fileset question

2006-01-18 Thread Clifton Craig
On Wednesday 18 January 2006 8:37 am, Markus Innerebner wrote: > I wrote wrong something: > > this is the right one > > > > > > Markus > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands,

RE: particular fileset question

2006-01-18 Thread RADEMAKERS Tanguy
>-Original Message- >My intention is to include all jars in folderA and folderB, ecluding >jars in folderC. how about this: that should be all jars anywhere except those in folderC /t - To unsubscr

Re: particular fileset question

2006-01-18 Thread Markus Innerebner
In my second mail I wrote the right example. My intention is to include all jars in folderA and folderB, ecluding jars in folderC. regards Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: particular fileset question

2006-01-18 Thread Mark Russell
I think you need to make the second one an include instead of an exclude. you state in your question that you want to include both folderA and folderB but you exclude folderB Then it looks like it should work to me. Like this Markus Innerebner wrote: I want to have i

Re: particular fileset question

2006-01-18 Thread Markus Innerebner
I wrote wrong something: this is the right one Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]