Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 3090 invoked from network); 26 Sep 2004 21:05:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 26 Sep 2004 21:05:43 -0000 Received: (qmail 47390 invoked by uid 500); 26 Sep 2004 21:05:42 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 47283 invoked by uid 500); 26 Sep 2004 21:05:40 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 35307 invoked by uid 99); 24 Sep 2004 08:14:46 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Mime-Version: 1.0 (Apple Message framework v613) In-Reply-To: <1096013309.17227.26.camel@fermi.trunk.joshua-tree.org> References: <1096013309.17227.26.camel@fermi.trunk.joshua-tree.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: [idea plugin] trying to muck with plugin to use antlr sources Date: Fri, 24 Sep 2004 01:14:26 -0700 To: "Maven Developers List" X-Mailer: Apple Mail (2.613) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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/xmlbeans to the idea sources. This is similar to what the eclipse plugin does. See http://jira.codehaus.org/browse/MPIDEA-10 thanks david jencks On Sep 24, 2004, at 1:08 AM, Alex Karasulu wrote: > 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 > =================================================================== > RCS file: > /home/cvspublic/maven-plugins/idea/src/plugin-resources/templates/v4/ > module.jelly,v > retrieving revision 1.7 > diff -r1.7 module.jelly > 123a124,127 >> >> path="${maven.antlr.target.dir}" separator="/" /> >> isTestSource="true"/> >> > > Now this does not work because I did not know if there was an > equivalent > to sourcesPresent for antlr. I made up 'antlrSourcesPresent' above as > a > place holder. Was wondering what I should use here instead or does no > equivalent property exist for antlr sources? > > Thanks, > Alex > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org