Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 86595 invoked from network); 7 Oct 2004 11:14:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Oct 2004 11:14:38 -0000 Received: (qmail 95364 invoked by uid 500); 7 Oct 2004 11:14:26 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 95323 invoked by uid 500); 7 Oct 2004 11:14:25 -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 95309 invoked by uid 99); 7 Oct 2004 11:14:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [80.160.228.230] (HELO visanti.com) (80.160.228.230) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 07 Oct 2004 04:14:23 -0700 Received: from localhost (localhost [127.0.0.1]) by visanti.com (Postfix) with ESMTP id 6602025C9C for ; Thu, 7 Oct 2004 13:14:22 +0200 (CEST) Received: from visanti.com ([127.0.0.1]) by localhost (gandalf [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17310-09 for ; Thu, 7 Oct 2004 13:14:22 +0200 (CEST) Received: from [192.168.1.112] (fili.visanti.com [192.168.1.112]) by visanti.com (Postfix) with ESMTP id 1E26325C94 for ; Thu, 7 Oct 2004 13:14:22 +0200 (CEST) Message-ID: <4165250C.4020201@visanti.com> Date: Thu, 07 Oct 2004 13:14:20 +0200 From: Sune Kristensen Organization: Visanti A/S User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: rmic in jdk 1.5.0 and ant fails - SOLVED References: <41650252.7070801@visanti.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at visanti.com X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Stefan Bodewig wrote >Hmm, then either sun.rmi.rmic.RMIGenerator doesn't know it (unlikely) >or you are running sun.rmi.rmic.Main from an older JDK. > >Is there jar on your CLASSPATH which contains a class like this? >Candidates are a tools.jar in ANT_HOME/lib and similar strange things. > >Stefan > >--------------------------------------------------------------------- >To unsubscribe, e-mail: user-unsubscribe@ant.apache.org >For additional commands, e-mail: user-help@ant.apache.org > > > I had a j2ee.jar file on my classpath, that I did not think could have anything to do with this, but aparently it has a version of rmic, so with that removed everything works fine! Thanks for the help :-) /Sune --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org