Nicolas,

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> trelaze.com]
> Sent: jeudi 4 novembre 2004 17:36
> To: Cactus Developers List
> Subject: R�f. : test06 question
> 
> You can remove them there are used by the old patch. It was the equivalent
> of maven.resources.dir without include/exclude mecanism.

Done, thanks.

Other question: Shouldn't

cactus.resources.properties.includes = **/**.properties
cactus.resources.properties.excludes = **bad.properties

be:

cactus.resources.properties.includes = **/*.properties
cactus.resources.properties.excludes = *bad.properties

?

(single star for files - A double star means any number of directories I
think)

Also why would the exclude excludes *bad.properties? Would'nt it be good
enough to write:

cactus.resources.properties.excludes = bad.properties

?

Thanks
-Vincent

PS: I haven't checked the code logic, I'm just asking out of curiosity!

> 
> Nicolas,
> 
> 
> 
> 
> "Vincent Massol" <[EMAIL PROTECTED]>
> 04/11/2004 17:13
> Veuillez r�pondre � "Cactus Developers List"
> 
> 
>         Pour :  "'Cactus Developers List'" <[EMAIL PROTECTED]>
>         cc :
>         Objet : test06 question
> 
> 
> Hi Felipe,
> 
> I have one question. In project.properties of test06, there are the
> following 2 commented properties:
> 
> #cactus.resources.includes=src/conf/xml/*.xml,src/conf/props/*.properties
> #cactus.resources.includes=src/conf/xml,src/conf/properties,bad_directory
> cactus.resources.dirs =xml,properties,bad_directory,directory_not_set
> 
> Are they required? If not, do you think we should remove them?
> 
> Thanks
> -Vincent
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to