Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 61036 invoked from network); 10 Apr 2004 20:37:03 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Apr 2004 20:37:03 -0000 Received: (qmail 36149 invoked by uid 500); 10 Apr 2004 20:36:43 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 36123 invoked by uid 500); 10 Apr 2004 20:36:42 -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 36095 invoked from network); 10 Apr 2004 20:36:42 -0000 Received: from unknown (HELO moutng.kundenserver.de) (212.227.126.187) by daedalus.apache.org with SMTP; 10 Apr 2004 20:36:42 -0000 Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BCPDb-0004a4-00 for user@ant.apache.org; Sat, 10 Apr 2004 22:36:47 +0200 Received: from [80.128.234.124] (helo=ENITSYSMOB0001) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1BCPDb-0005G7-00 for user@ant.apache.org; Sat, 10 Apr 2004 22:36:47 +0200 Reply-To: From: "Rainer Noack" To: "'Ant Users List'" Subject: RE: Question about jar in Ant 1.6.1 Date: Sat, 10 Apr 2004 22:36:55 +0200 Message-ID: <000401c41f3b$917741e0$037ba8c0@ENITSYSMOB0001> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal In-Reply-To: <003101c41f3a$0d72ad40$0d02a8c0@athlon> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:a278c2346575d530eb0d775cc9a340ba X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Rhino, I'm running Ant in the exactly same environmentand I'm getting the same warnings. It seems, that they're indicating missing dependend jars for optional tasks. If you are not using these tasks, you can ignore the warnings. If you are using them, maybe you'll find them helpful. Regards, Rainer -----Original Message----- From: Rhino [mailto:rhino1@sympatico.ca]=20 Sent: Saturday, April 10, 2004 10:26 PM To: ant-user Subject: Question about jar in Ant 1.6.1 I'm getting some unexpected messages in a jar task in Ant 1.6.1 on = Windows XP. I'm running Ant in Eclipse 2.1.3. This is the relevant fragment of my output, created with -debug and = -verbose both turned on: Create_Help_Jar: Adding reference: eclipse.progress.monitor [delete] Deleting: D:\eclipse\workspace\SDAC\jar\SDAC_Help.jar Adding reference: eclipse.progress.monitor 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 a dependent class (org/apache/commons/net/SocketClient) = for type rexec Could not load class (org.apache.tools.ant.tasksdefs.cvslib.CvsVersion) = for type cvsversion Could not load a dependent class (com/starbase/starteam/Item) for type stlist Could not load a dependent class (org/apache/commons/net/SocketClient) = for type telnet Could not load a dependent class (org/apache/commons/net/ftp/FTP) for = type ftp Could not load a dependent class (jdepend/xmlui/JDepend) for type = jdepend Could not load a dependent class (junit/framework/TestListener) for type junit Could not load a dependent class (com/starbase/starteam/Item) for type stcheckin Could not load a dependent class (com/starbase/starteam/Item) for type stcheckout fileset: Setup scanner in dir D:\eclipse\workspace\SDAC\help with patternSet{ includes: [SdacHelp.hs, SdacGlossary.xml, SdacHelpIndex.xml, SdacHelpTOC.xml, SdacMap.jhm, sdac.css, sdachelp\**, sdachelp\common\**, sdachelp\definitions\**, sdachelp\events\**, sdachelp\tips\**] excludes: = [] } As you can see, there a several messages about missing classes, none of which I'm using in my program. Strangely enough, the jar task completes successfully despite these messages. Also, although I have several other = jar tasks in the same Ant script, none of them reports these same messages = and all of them complete just fine.=20 Can anyone fill me in on why I'm getting these messages and what I need = to do to get rid of them?=20 Rhino --- rhino1 AT sympatico DOT ca "If you're getting something for nothing, you're not using your own = credit card." --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org