Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 94576 invoked from network); 18 May 2006 17:34:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 May 2006 17:34:33 -0000 Received: (qmail 36229 invoked by uid 500); 18 May 2006 17:34:27 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 36199 invoked by uid 500); 18 May 2006 17:34:27 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 36182 invoked by uid 99); 18 May 2006 17:34:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 10:34:27 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 10:34:25 -0700 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FgmNw-0002gv-4G for user@ant.apache.org; Thu, 18 May 2006 10:34:04 -0700 Message-ID: <4455421.post@talk.nabble.com> Date: Thu, 18 May 2006 10:34:04 -0700 (PDT) From: jmaxwell To: user@ant.apache.org Subject: Re: Maven dependencies Fileset causes NPE In-Reply-To: <4452722.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: jeff.maxwell@gmail.com X-Nabble-From: jmaxwell References: <4452722.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This a bug in the Maven task. I opened a bug and submitted a patch: http://jira.codehaus.org/browse/MNG-2304 jmaxwell wrote: > > Using the maven ant tasks I receive a null pointer if I set a fileset ref > and then set a property with that ref. However if a set a path ref I do > not get a NPE. > > If this is a Maven ant task prob I will ask there. > > Exception: > java.lang.NullPointerException > at > org.apache.tools.ant.types.AbstractFileSet.setupDirectoryScanner(AbstractFileSet.java:382) > > > Env: > Ant 1.6.5 > Maven tasks for Ant 2.0.4 > Solaris 10 > Jdk 1.4.2_10 > > > filesetId="maven.dependency.fileset" > useScope="compile"> > > > > > > > pathId="maven.dependency.path" > useScope="compile"> > > > > > -- View this message in context: http://www.nabble.com/Maven-dependencies-Fileset-causes-NPE-t1643993.html#a4455421 Sent from the Ant - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org