Return-Path: Delivered-To: apmail-xml-security-dev-archive@www.apache.org Received: (qmail 38933 invoked from network); 11 Jun 2007 12:42:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2007 12:42:44 -0000 Received: (qmail 50976 invoked by uid 500); 11 Jun 2007 12:42:45 -0000 Delivered-To: apmail-xml-security-dev-archive@xml.apache.org Received: (qmail 50937 invoked by uid 500); 11 Jun 2007 12:42:44 -0000 Mailing-List: contact security-dev-help@xml.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: security-dev@xml.apache.org List-Id: Delivered-To: mailing list security-dev@xml.apache.org Received: (qmail 50926 invoked by uid 99); 11 Jun 2007 12:42:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 05:42:44 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.18.98.43] (HELO brmea-mail-2.sun.com) (192.18.98.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 05:42:40 -0700 Received: from fe-amer-03.sun.com ([192.18.108.177]) by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id l5BCgJCQ009327 for ; Mon, 11 Jun 2007 12:42:19 GMT Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) id <0JJH007011TBX700@mail-amer.sun.com> (original mail from Sean.Mullan@Sun.COM) for security-dev@xml.apache.org; Mon, 11 Jun 2007 06:42:19 -0600 (MDT) Received: from [192.168.0.2] ([129.150.65.143]) by mail-amer.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPSA id <0JJH000EU1YHVT10@mail-amer.sun.com> for security-dev@xml.apache.org; Mon, 11 Jun 2007 06:42:19 -0600 (MDT) Date: Mon, 11 Jun 2007 08:42:15 -0400 From: Sean Mullan Subject: Re: Unable to build test / jar for - xml-security-src-1_4_1.zip In-reply-to: <20070608184407.1B97D8B33C@xprdmxin.myway.com> Sender: Sean.Mullan@Sun.COM To: security-dev@xml.apache.org Message-id: <466D4327.2040002@sun.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.94.2.0 References: <20070608184407.1B97D8B33C@xprdmxin.myway.com> User-Agent: Thunderbird 1.5.0.12 (Macintosh/20070509) X-Virus-Checked: Checked by ClamAV on apache.org The zip file is missing the src_unitTests/org/apache/xml/security/c14n directory for some reason. I see the problem in the build.xml file and will fix it for the next release. If you comment out the line it is complaining about below, you should be able to get past this error. --Sean Mike Gardiner wrote: > > Hello, > > I am unable to build the source in distribution xml-security-src-1_4_1.zip. > > When ant attempts to build the tests I get the following error: > > > build.test: > [javac] Compiling 38 source files to /home/mike/src/xenon_devel/xml-security-1_4_1/build/test > [javac] /home/mike/src/xenon_devel/xml-security-1_4_1/src_unitTests/org/apache/xml/security/test/ModuleTest.java:53: cannot find symbol > [javac] symbol : class AllTests > [javac] location: package org.apache.xml.security.c14n.implementations > [javac] suite.addTest(org.apache.xml.security.c14n.implementations.AllTests.suite()); > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 1 error > > BUILD FAILED > /home/mike/src/xenon_devel/xml-security-1_4_1/build.xml:331: Compile failed; see the compiler error output for details. > > > Any help would be appreciated. > > Mike > > _________________________________________ > > _______________________________________________ > Join Excite! - http://www.excite.com > The most personalized portal on the Web! > >