Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 64035 invoked by uid 500); 8 May 2001 09:02:29 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 64017 invoked from network); 8 May 2001 09:02:27 -0000 Message-ID: <00db01c0d79d$f34f9450$012a2a0a@seessle.de> From: "Nico Seessle" To: References: Subject: Re: Jar files doesn't understand inner class Date: Tue, 8 May 2001 11:04:53 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00D8_01C0D7AE.B59C13C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_00D8_01C0D7AE.B59C13C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Jar files doesn't understand inner classCan you try to modify the file = that it reads ... client/TickerPanel$$1.class ... Maybe it's just the problem that Ant tries to handle $-things as a = property and they need to be escaped normally (using a double-$).=20 Nico ----- Original Message -----=20 From: Carlos Quiroz=20 To: ant-user@jakarta.apache.org=20 Sent: Tuesday, May 08, 2001 10:51 AM Subject: Jar files doesn't understand inner class Hi I'm trying to use the jar task to create an applet distribution and = I'm using a file to feed the classes names to the jar task. However the = task doesn't take inner classes as $.class, for example = with my file like this: ui/ImageCanvas.class=20 client/TickerPanel.class=20 client/TickerPanel$1.class=20 client/SettingsPanel.class=20 It correctly jars the first two and last files but not the = TickerPanel$1.class=20 ------=_NextPart_000_00D8_01C0D7AE.B59C13C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Jar files doesn't understand inner class
Can you try to modify the file = that it=20 reads
 
...
client/TickerPanel$$1.class
...
 
Maybe it's just the problem = that Ant tries=20 to handle $-things as a property and they need to be escaped normally = (using a=20 double-$).
 
Nico
----- Original Message -----
From:=20 Carlos=20 Quiroz
Sent: Tuesday, May 08, 2001 = 10:51=20 AM
Subject: Jar files doesn't = understand=20 inner class


Hi I'm trying to use the jar task to create an = applet=20 distribution and I'm using a file to feed the classes names to the jar = task.=20 However the task doesn't take inner classes as=20 <class>$<inner>.class, for example with my file like=20 this:

ui/ImageCanvas.class
client/TickerPanel.class
client/TickerPanel$1.class
client/SettingsPanel.class

It correctly jars the first two and last files but = not the=20 TickerPanel$1.class

 

------=_NextPart_000_00D8_01C0D7AE.B59C13C0--