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 04:08:10 -0500 Organization: A noiseless patient Spider Lines: 23 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 09:00:56 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="qwFw1g9RsQ6TkML5yezG9A"; logging-data="4532"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19I6MVx+PGNW3UUVdcpeuSttkC53cE19cU=" 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:Qa6AGAnFIvxzERyUjYYBV3jB3KQ= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11299 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. Which is apropos the OP, if that is your question, if his process worked when he snagged some binaries and didn't work when he attempted to build from source. Which is one imagined scenario from a world of others.