Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 61901 invoked from network); 8 Oct 2008 02:56:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2008 02:56:54 -0000 Received: (qmail 38406 invoked by uid 500); 8 Oct 2008 02:56:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 38380 invoked by uid 500); 8 Oct 2008 02:56:46 -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 38369 invoked by uid 99); 8 Oct 2008 02:56:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2008 19:56:46 -0700 X-ASF-Spam-Status: No, hits=2.7 required=10.0 tests=DNS_FROM_OPENWHOIS,DNS_FROM_SECURITYSAGE,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 02:55:43 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KnPDm-0002Qt-7H for user@ant.apache.org; Tue, 07 Oct 2008 19:56:18 -0700 Message-ID: <19871441.post@talk.nabble.com> Date: Tue, 7 Oct 2008 19:56:18 -0700 (PDT) From: defrit To: user@ant.apache.org Subject: Ant compilation error (RMI class def not found) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: limited.dennis.fruehwirth@bosch.com X-Virus-Checked: Checked by ClamAV on apache.org Hello, when running my build.xml with ant i get the following error message: wtkpreverify] Preverifying C:\workspace\Midlets\test.jar [wtkpreverify] Error preverifying class clients.stubs.WebService [wtkpreverify] java/lang/NoClassDefFoundError: java/rmi/Remote [wtkpreverify] Error preferifying, log file not found: C:\workspace\Midlets\9dc5a94f.tmp\jarlog.txt BUILD FAILED seems as if he couldnt find the rmi class definition. but shouldnt that one be part of a standard package? i did include all wtk libraries in the ant classpath and i did activate webservices in the build.xml (doesnt have any affect tho): what could that be? the "preferifying"/preverifying log error is probably just a subsequent error thanks -- View this message in context: http://www.nabble.com/Ant-compilation-error-%28RMI-class-def-not-found%29-tp19871441p19871441.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org