Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Jeff Higgins Newsgroups: comp.lang.java.programmer Subject: Re: Strange problem with .jar and .class files Date: Fri, 13 Jan 2012 12:55:25 -0500 Organization: A noiseless patient Spider Lines: 27 Message-ID: References: <86312e3c-b1cd-47d6-819f-5337ac665d00@t13g2000yqg.googlegroups.com> <27275044.412.1326404555131.JavaMail.geo-discussion-forums@prok2> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 13 Jan 2012 17:48:05 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="qwFw1g9RsQ6TkML5yezG9A"; logging-data="13834"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ij2qHsNwiT/uuDD5qB90h9AJJEu/kZ0o=" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20111110 Icedove/3.0.11 In-Reply-To: Cancel-Lock: sha1:+nQ35DKugIhMzIlidDRHfmziWXo= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11308 On 01/13/2012 10:40 AM, Lew wrote: > On 01/13/2012 01:08 AM, Jeff Higgins wrote: >> On 01/13/2012 03:41 AM, Jeff Higgins wrote: >>> On 01/13/2012 12:05 AM, Lew wrote: >>>> Jeff Higgins wrote: >>>>> If I look at for instance Javolution library, their build process >>>>> includes a >>>>> non-standard text substitution step to include or not Java generics. >>>> >>>> ??! >>>> >>> A method signature in the .templates.javolution.text package: >>> public final Appendable/*TextBuilder*/ append(char c) >>> becomes >>> public final Appendable append(char c) >>> in the javolution.text package before compilation. >>> >> or not, depending upon the build parameters. > > And again I say, > > ??! > I don't understand the question(exclamation).