Re: [idea plugin] trying to muck with plugin to use antlr sources

2004-09-26 Thread David Jencks
I don't think there is a future in specific properties for each plugin:-) What happens when I write another one? I'm not going to remember to update the idea plugin... My solution for idea/xmlbeans is to include an additional property maven.idea.generated.source=xmlbeans which adds target/xm

Re: [idea plugin] trying to muck with plugin to use antlr sources

2004-09-24 Thread Alex Karasulu
Hi Brett, On Fri, 2004-09-24 at 06:05, Brett Porter wrote: > I think it was David Jencks that attached a patch to MPIDEA-10 today for > generated sources. I haven't looked at it yet, but if you want to check > it out and see if it does the job for you, let me know. I'll probably > apply it in t

Re: [idea plugin] trying to muck with plugin to use antlr sources

2004-09-24 Thread Brett Porter
I think it was David Jencks that attached a patch to MPIDEA-10 today for generated sources. I haven't looked at it yet, but if you want to check it out and see if it does the job for you, let me know. I'll probably apply it in the next few days once I've had a chance to look anyway. If not, we

[idea plugin] trying to muck with plugin to use antlr sources

2004-09-24 Thread Alex Karasulu
Hiya, I've been playing with the idea plugin to see if I can get it to include the antlr generated path. Here's the change I made by the way does not work: (cvs diff inside maven-plugins/idea in trunk) Index: src/plugin-resources/templates/v4/module.jelly ===