Re: How to generate sources from templates

2007-03-01 Thread Dirk Olmes
On 28 Feb 07, at 8:21 AM 28 Feb 07, Rodrigo Ruiz wrote: Hi everybody, I need to generate text files from filtered resources, but I do not want them to be copied to the target/classes folder. The files are C header templates that I want to filter using some properties defined through maven

Re: How to generate sources from templates

2007-03-01 Thread Jason van Zyl
On 1 Mar 07, at 5:41 AM 1 Mar 07, Dirk Olmes wrote: On 28 Feb 07, at 8:21 AM 28 Feb 07, Rodrigo Ruiz wrote: Hi everybody, I need to generate text files from filtered resources, but I do not want them to be copied to the target/classes folder. The files are C header templates that I want

How to generate sources from templates

2007-02-28 Thread Rodrigo Ruiz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everybody, I need to generate text files from filtered resources, but I do not want them to be copied to the target/classes folder. The files are C header templates that I want to filter using some properties defined through maven profiles. Is

Re: How to generate sources from templates

2007-02-28 Thread Jason van Zyl
You probably want to use something like Velocity which is real templating solution. The archetype mechanism uses it and so does the remote resources plugin. You could lift one of those to create your own velocity plugin which would be idea in my mind. jason. On 28 Feb 07, at 8:21 AM 28