Re: Property filter with xml files

2006-04-07 Thread Piéroni Raphaël
Hi, Maybe Modello is the more standard o load xml files as it is used to load poms, setings, ... Regards Raphaël 2006/4/6, Kevin Galligan [EMAIL PROTECTED]: Ok. More of a general question. I found the spot in the code that loads the properties and I see an easy insert. Now, I'm used to

Property filter with xml files

2006-04-06 Thread Kevin Galligan
Is there any way to specify an xml file as the source of property values instead of a properties files... build filters !-- Something like this ... -- filtersrc/main/filters/filter.xml/filter !-- End of special section. Don't worry about the rest... -- /filters

Re: Property filter with xml files

2006-04-06 Thread Eric Redmond
Current documentation states that filters are *.properties files. I have not heard of any change to this. It should be a relatively minor patch, why don't you submit the idea? Eric On 4/6/06, Kevin Galligan [EMAIL PROTECTED] wrote: Is there any way to specify an xml file as the source of

Re: Property filter with xml files

2006-04-06 Thread Kevin Galligan
Not sure how the submit process works... On 4/6/06, Eric Redmond [EMAIL PROTECTED] wrote: Current documentation states that filters are *.properties files. I have not heard of any change to this. It should be a relatively minor patch, why don't you submit the idea? Eric On 4/6/06, Kevin

Re: Property filter with xml files

2006-04-06 Thread Eric Redmond
http://maven.apache.org/contributing/help.html On 4/6/06, Kevin Galligan [EMAIL PROTECTED] wrote: Not sure how the submit process works... On 4/6/06, Eric Redmond [EMAIL PROTECTED] wrote: Current documentation states that filters are *.properties files. I have not heard of any change

Re: Property filter with xml files

2006-04-06 Thread Kevin Galligan
Ok. More of a general question. I found the spot in the code that loads the properties and I see an easy insert. Now, I'm used to dealing with xml through jdom, and (somewhat) the standard dom. Questions: 1) Is there a standard way to load xml files in a maven project, say through some