Return-Path: Delivered-To: apmail-jakarta-taglibs-dev-archive@www.apache.org Received: (qmail 63557 invoked from network); 9 Oct 2003 15:46:04 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Oct 2003 15:46:04 -0000 Received: (qmail 32788 invoked by uid 500); 9 Oct 2003 15:45:49 -0000 Delivered-To: apmail-jakarta-taglibs-dev-archive@jakarta.apache.org Received: (qmail 32774 invoked by uid 500); 9 Oct 2003 15:45:49 -0000 Mailing-List: contact taglibs-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Developers List" Reply-To: "Tag Libraries Developers List" Delivered-To: mailing list taglibs-dev@jakarta.apache.org Received: (qmail 32602 invoked from network); 9 Oct 2003 15:45:47 -0000 Received: from unknown (HELO divine.ultraweblinux.com) (64.62.137.115) by daedalus.apache.org with SMTP; 9 Oct 2003 15:45:47 -0000 Received: (qmail 23914 invoked from network); 9 Oct 2003 15:28:34 -0000 Received: from ptil-21-158-ban.primus-india.net (HELO abey) (203.196.158.21) by dev.oulsnam-online.com with SMTP; 9 Oct 2003 15:28:34 -0000 From: "Abey Mullassery" To: "Tag Libraries Developers List" Subject: RE: How to add the taglib to the sandbox common build? Date: Thu, 9 Oct 2003 21:17:00 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3F85711E.5040500@mail.more.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Glenn, Thanks for pointing it out to me. Actually I had foolishly used the "indexOf()" method on a "StringBuffer" which was introduced in Java 1.4. It did not cross my mind then, maybe because of the familiarity with the "indexOf()" method of "String" :-P Now I replaced the use of indexOf() on StringBuffer with indexOf() on a String to remove dependency on Java 1.4. The PMIW needs ImageIO (from Java 1.4 or otherwise) and Java Advanced Imaging to compile. Hence it is supplied as a binary that would not stop the Image Tag classes compiling. The required implementation is loaded at runtime based on whichever is available or it defaults to a Java2D and AWT implementation. I compiled the code with J2SDK-1.3.1 and tested the Image Tags on J2SDK-1.3.1 and TC-4.1 now. I think now the build should go on without a problem. Thanks, Abey Mullassery W: http://www.mullassery.com ============================== > -----Original Message----- > From: Glenn Nielsen [mailto:glenn@mail.more.net] > Sent: Thursday, October 09, 2003 8:01 PM > To: taglibs-dev@jakarta.apache.org > Subject: Re: How to add the taglib to the sandbox common build? > > > The build fails if you don't build with a JVM >= 1.4. > > I take it pmiw.jar requires 1.4? > > If so please put a test into the build to detect the required JVM version > and report an error if it is not present. > > Currently the nightly build is done using the latest 1.3.1 JVM. > > Regards, > > Glenn > > Abey Mullassery wrote: > > > > I have added the following to the > > jakarta-taglibs-sandbox/build.properties.sample > > > > # The Image Taglib requires pmiw.jar (Poor Man's Imaging Wrapper) > > # Its distributed under the Apache License. > > # http://www.mullassery.com/software/PMIW > > pmiw.jar=${base.dir}/../pmiw-1.0b/pmiw.jar > > > > > > amd commented the following from the > jakarta-taglibs-sandbox/image/build.xml > > > > > > > > The jar file can be downloaded or the file in the image/lib can be used. > > > > Thanks, > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org