Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 98098 invoked from network); 14 Jan 2005 23:12:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Jan 2005 23:12:27 -0000 Received: (qmail 60901 invoked by uid 500); 14 Jan 2005 23:12:25 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 59974 invoked by uid 500); 14 Jan 2005 23:12:22 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 59961 invoked by uid 99); 14 Jan 2005 23:12:22 -0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of mnelson@mailsnare.net designates 206.246.200.187 as permitted sender) Received: from v187.mailsnare.net (HELO mail.mailsnare.net) (206.246.200.187) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 14 Jan 2005 15:12:22 -0800 Received: from [192.168.1.105] (bdsl.66.13.3.186.gte.net [66.13.3.186]) by mail.mailsnare.net (Postfix) with ESMTP id D5B6FC951 for ; Fri, 14 Jan 2005 23:12:19 +0000 (UTC) Message-ID: <41E85288.7070500@mailsnare.net> Date: Fri, 14 Jan 2005 15:15:20 -0800 From: Matthew Nelson User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@ant.apache.org Subject: Unions of PropertySets Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by ClamAV at mailsnare.net X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm having some difficulty creating unions of PropertySets for a series of subprojects in my build ... even when I copy the sample code directly from the Ant documentation! It just doesn't work. Am I doing something naively wrong, or is this a problem with Ant? A build script that demonstrates my problem is included below. The only oddity worth noting is in the debug output. Just before creating each PropertySet reference, Ant outputs the following: ----- Could not load a dependent class (com/sun/media/jai/codec/FileSeekableStream) for type image Could not load a dependent class (com/jcraft/jsch/UserInfo) for type sshexec Could not load a dependent class (com/jcraft/jsch/UserInfo) for type scp Could not load class (org.apache.tools.ant.tasksdefs.cvslib.CvsVersion) for type cvsversion ----- I'm using JDK 1.5.0 and Ant 1.6.2. - Matthew --------- build.xml --------- -------------------- subproject/build.xml -------------------- ------ Output ------ $ ant Buildfile: build.xml build: build: [echo] FooA [echo] ${barB} build: [echo] ${fooA} [echo] BarB build: [echo] ${fooA} [echo] ${barB} BUILD SUCCESSFUL Total time: 1 second --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org