Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 56891 invoked by uid 500); 15 Jul 2003 19:46:34 -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 56880 invoked from network); 15 Jul 2003 19:46:34 -0000 Received: from web11302.mail.yahoo.com (216.136.131.205) by daedalus.apache.org with SMTP; 15 Jul 2003 19:46:34 -0000 Message-ID: <20030715194638.19706.qmail@web11302.mail.yahoo.com> Received: from [4.36.124.132] by web11302.mail.yahoo.com via HTTP; Tue, 15 Jul 2003 12:46:38 PDT Date: Tue, 15 Jul 2003 12:46:38 -0700 (PDT) From: Jim Barnebee Reply-To: jim@barnebee.com Subject: Re: Jdepend problem - never mind To: Ant Users List In-Reply-To: <20030715194323.19256.qmail@web11302.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N oops.. never mind... case sensitivity issue.. I had reset it to lowercase, prior to fixing the classpath issue.. it just wasn't saved. Thanks anyway. Jim --- Jim Barnebee wrote: > ok.. > > I've read the warning, but I've still got an issue. > The Jdepend.jar and optional.jar are in the > ANT_HOME/lib dir. They are also explicitly in the > classpath. I did the same thing with junit, and > junit > is working. > > Here's the standard error: > BUILD FAILED > file:D:/eclipse_workspace/development/bin/ant/metrics_build.xml:6: > Could not cr > ate task or type of type: JDepend. > > > Here's the Classpath (echoed just before): > metrics: > [echo] IN METRICS- the value of classpath is > C:\j2sdk1.4.1_03\\lib\tools.ja > r;C:\downloads\apache-ant-1.5.3-1\lib\xml-apis.jar;C:\downloads\apache-ant-1.5.3 > -1\lib\xercesImpl.jar;C:\downloads\apache-ant-1.5.3-1\lib\optional.jar;C:\downlo > ads\apache-ant-1.5.3-1\lib\junit.jar;C:\downloads\apache-ant-1.5.3-1\lib\jdepend > .jar;C:\downloads\apache-ant-1.5.3-1\lib\ant.jar;C:\Program > Files\Altova\xmlspy\ > XMLSpyInterface.jar:D:/eclipse_workspace/development/config/:D:/eclipse_workspac > e/development/lib/dev/junit.jar:D:/eclipse_workspace/development/lib/dev/optiona > l.jar:D:/eclipse_workspace/development/lib/protege.jar:D:/eclipse_workspace/deve > lopment/lib/xerces.jar:D:/eclipse_workspace/development/lib/dev/anttasks.jar:D:/ > eclipse_workspace/development/lib/dev/jdepend.jar > > Here's the code to call the task: > > > > outputfile="${docs}/jdepend-report.xml"> > > > > > > location="${classpath}:${build}/Test"/> > > > >