Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 14927 invoked from network); 24 Aug 2006 14:52:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Aug 2006 14:52:12 -0000 Received: (qmail 70879 invoked by uid 500); 24 Aug 2006 14:52:05 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 70821 invoked by uid 500); 24 Aug 2006 14:52:05 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 70808 invoked by uid 99); 24 Aug 2006 14:52:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 07:52:05 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.240.77.84] (HELO sccrmhc14.comcast.net) (63.240.77.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 07:52:04 -0700 Received: from intrepid.infinity.nu (c-24-128-239-207.hsd1.nh.comcast.net[24.128.239.207]) by comcast.net (sccrmhc14) with ESMTP id <2006082414514301400mm1e4e>; Thu, 24 Aug 2006 14:51:43 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: ant based plugin X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Date: Thu, 24 Aug 2006 10:51:42 -0400 Message-ID: <2BABBE7D2A66E04DB8A66A527D29927E0BE032@intrepid.infinity.nu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ant based plugin Thread-Index: AcbG6L5fMHsW112sS9yRJHEc9uprhQAou2Xw From: "Brian E. Fox" To: "Maven Users List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I haven't written an ant plugin so I can't help you with the first part. On the second question, the tag can also take a tag and these dependencies will be added to the classpath when your plugin executes. http://maven.apache.org/ref/2.0.3-SNAPSHOT/maven-model/maven.html#class_ plugin -----Original Message----- From: Dave Sowerby [mailto:dave.sowerby@gmail.com]=20 Sent: Wednesday, August 23, 2006 12:17 PM To: users@maven.apache.org Subject: ant based plugin Hi All, I have been using an antrun execution to generate some code whilst prototyping a maven build system. I want to make a generic ant plugin to do this but had some issues in doing so. First of, I couldn't see how to use the paths as allowed in antrun - such as maven.compile.classpath, I eventually got it to work with a custom ant task and setting a property of type java.util.List - not ideal, I can deal with it until it's fixed in a release but is there any tidier way to do it? Secondly my maven-plugin-plugin usage in my ant maven-plugin has it's own dependencies - a generic set that should always be used with this plugin but I can't see how to access these - any ideas? Thanks for your time in advance. Dave. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org