Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 36688 invoked from network); 17 Oct 2006 13:10:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2006 13:10:32 -0000 Received: (qmail 51830 invoked by uid 500); 17 Oct 2006 13:10:29 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 51795 invoked by uid 500); 17 Oct 2006 13:10:29 -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 51784 invoked by uid 99); 17 Oct 2006 13:10:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 06:10:29 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [207.239.111.117] (HELO frederick.Groupwise.local) (207.239.111.117) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 06:10:28 -0700 Received: from MIAMAILDOMAIN1-MTA by frederick.Groupwise.local with Novell_GroupWise; Tue, 17 Oct 2006 09:10:07 -0400 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.5.5 Date: Tue, 17 Oct 2006 09:10:00 -0400 From: "Robert Pepersack" To: Subject: Re: Ant and the Windows Registry Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I tried doing that by putting, roxes-win32forjava-1.0.4.jar, which contains com/roxes/win32/UrlFile, into the classpath in my build file. But I got the same error. Robert Pepersack Senior Lead Developer Maryland Insurance Administration 410-468-2054 >>> ddevienne@gmail.com 10/17/2006 9:02:27 AM >>> > BUILD FAILED > C:\MIAEnterpriseSystem\Delivery8.0\build.xml:40: taskdef A class needed > by class com.orangevolt.tools.ant.Win32ShortcutTask cannot be found: > com/roxes/win32/UrlFile This is telling you OrangeVolt apparently depends on the Roxes Ant tasks. This is likely documented somewhere. You got OrangeVolt, but not what it depends on, so it can't work. Get the dependencies, and try again. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org