DO NOT REPLY [Bug 32944] - FileUtils does not have a method for recursively copying a directory

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Removing interim dated builds from /www/www.apache.org/dist/java-repository

2005-01-04 Thread Mark R. Diggory
Please excuse the cross post. I'm planning to run some commands on the java-repository to remove interim builds and SNAPSHOTS. Specifically, I'll be running: #!/bin/sh > LOCATION=/www/www.apache.org/dist/java-repository > find ${LOCATION} -name '*200[0-4]*' | while read j; do rm -f $j; done f

Re: [daemon] release 1.0.1

2005-01-04 Thread Dion Gillard
The download location for procrun is not very obvious from the web site. The Native Binaries download link ( http://www.apache.org/dist/jakarta/commons/daemon/binaries/ ) doesn't contain subdirectories for win32. Is that to be expected? On Tue, 04 Jan 2005 18:45:08 +0100, jean-frederic clere <[

DO NOT REPLY [Bug 32944] New: - FileUtils does not have a method for recursively copying a directory

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[FileUpload] error in parsing the double-bytes characters name

2005-01-04 Thread jacky
lib: FileUpload 1.0 - 24 Jun 2003 src: FileUploadBase fu = new DiskFileUpload(); List fileItems = null; try { fileItems = fu.parseRequest(request); Iterator iter = fileItems.iterator(); FileItem fileitem = null; while(iter.hasNext())

DO NOT REPLY [Bug 32943] - [net] Compile problem

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [io][lang] FilenameComparator

2005-01-04 Thread Henri Yandell
I offered one of those to Collections a while back but it was turned down as it chose one specific way to do the ordering: http://www.osjava.org/genjava/multiproject/gj-core/xref/com/generationjava/compare/NumericStringComparator.html For your submission, I think as a comparator of Strings to Col

[Jakarta Commons Wiki] Updated: FrontPage

2005-01-04 Thread commons-dev
Date: 2005-01-04T16:50:44 Editor: 68.239.9.178 Wiki: Jakarta Commons Wiki Page: FrontPage URL: http://wiki.apache.org/jakarta-commons/FrontPage no comment Change Log: -- @@ -19,7 +19,7 @@ * [:Configur

Re: [jelly] Bugzilla cleanup

2005-01-04 Thread Emmanuel Bourg
Thank you for migrating the bugs Dion :) Dion Gillard wrote: Zarro Boogs found. On Tue, 14 Dec 2004 13:56:20 +0100, Emmanuel Bourg <[EMAIL PROTECTED]> wrote: Hi, is there a Jelly developper available to take a quick look at the remaining bugs open for Jelly in Bugzilla ? http://issues.apache.org

DO NOT REPLY [Bug 32943] - [net] Compile problem

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31379] - [dbcp] Error in JOCL document in javadoc

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp package.html

2005-01-04 Thread dirkv
dirkv 2005/01/04 16:19:00 Modified:dbcp/src/java/org/apache/commons/dbcp package.html Log: Bugzilla Bug 31379[dbcp] Error in JOCL document in javadoc - remove extra ; Revision ChangesPath 1.5 +2 -2 jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/

DO NOT REPLY [Bug 32940] - [chain] Provide a "dispatch" command

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[io][lang] FilenameComparator

2005-01-04 Thread Emmanuel Bourg
Hi all, I have developped a File comparator to sort properly the files with a number in the name. For example, instead of sorting with the lexicographic order : foo1.txt < foo10.txt < foo2.txt it compares the numbers when the files share the same prefix and returns this order : foo1.txt < foo2

Re: [Jakarta Commons Wiki] New: SigningReleases

2005-01-04 Thread Dirk Verbeeck
Agreed, this wiki page is referred from the commons release page: http://jakarta.apache.org/commons/releases/release.html This page needs an update once we switch to svn maybe then we can make them more generic. -- Dirk Martin Cooper wrote: There's another copy of this page in the incubator wiki.

DO NOT REPLY [Bug 32940] - [chain] Provide a "dispatch" command

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32940] - [chain] Provide a "dispatch" command

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30523] - [dbcp] hands out connections though broken at back end

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/dbcp/src/test/org/apache/commons/dbcp/datasources TestPerUserPoolDataSource.java TestSharedPoolDataSource.java

2005-01-04 Thread dirkv
dirkv 2005/01/04 15:50:10 Modified:dbcp/src/test/org/apache/commons/dbcp/datasources TestPerUserPoolDataSource.java TestSharedPoolDataSource.java Log: remove nagoya reference (component specific) Revision ChangesPath 1.10

Re: [Jakarta Commons Wiki] New: SigningReleases

2005-01-04 Thread Martin Cooper
There's another copy of this page in the incubator wiki. It seems to me that it would be better to have one copy in the ASF-wide wiki, where all projects can refer to it, since otherwise, multiple copies are going to be out of sync. -- Martin Cooper On Tue, 04 Jan 2005 23:38:38 -, commons-de

cvs commit: jakarta-commons/dbcp project.xml

2005-01-04 Thread dirkv
dirkv 2005/01/04 15:45:06 Modified:dbcp project.xml Log: remove nagoya reference Revision ChangesPath 1.35 +2 -2 jakarta-commons/dbcp/project.xml Index: project.xml === RCS file: /hom

cvs commit: jakarta-commons/launcher project.xml

2005-01-04 Thread dirkv
dirkv 2005/01/04 15:44:59 Modified:launcher project.xml Log: remove nagoya reference Revision ChangesPath 1.13 +2 -2 jakarta-commons/launcher/project.xml Index: project.xml === RCS file:

cvs commit: jakarta-commons/pool project.xml

2005-01-04 Thread dirkv
dirkv 2005/01/04 15:44:06 Modified:pool project.xml Log: remove nagoya reference Revision ChangesPath 1.30 +2 -2 jakarta-commons/pool/project.xml Index: project.xml === RCS file: /hom

cvs commit: jakarta-commons/commons-build/xdocs/releases release.xml

2005-01-04 Thread dirkv
dirkv 2005/01/04 15:43:04 Modified:commons-build/xdocs/releases release.xml Log: replace old wiki link with new one Revision ChangesPath 1.14 +1 -1 jakarta-commons/commons-build/xdocs/releases/release.xml Index: release.xml =

[Jakarta Commons Wiki] New: SigningReleases

2005-01-04 Thread commons-dev
Date: 2005-01-04T15:38:37 Editor: DirkVerbeeck Wiki: Jakarta Commons Wiki Page: SigningReleases URL: http://wiki.apache.org/jakarta-commons/SigningReleases Copy from the old wiki http://wiki.apache.org/old/SigningReleases?action=raw New Page: = Signing a release version = Rele

cvs commit: jakarta-commons-sandbox/convert checkstyle.xml

2005-01-04 Thread dirkv
dirkv 2005/01/04 14:56:50 Modified:convert checkstyle.xml Log: build fails with basedir property set (maven 1.0.2) Revision ChangesPath 1.2 +1 -1 jakarta-commons-sandbox/convert/checkstyle.xml Index: checkstyle.xml

DO NOT REPLY [Bug 32943] New: - Compile problem

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32911] - [chain] Suggested enhancement for ChainListener

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons-sandbox buildall.sh

2005-01-04 Thread dirkv
dirkv 2005/01/04 14:20:23 Modified:.buildall.sh Log: update location of bash shell Revision ChangesPath 1.5 +1 -1 jakarta-commons-sandbox/buildall.sh Index: buildall.sh === RCS f

DO NOT REPLY [Bug 32940] - [chain] Provide a "dispatch" command

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32870] - [pipeline] Documentation fixes

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons-sandbox/pipeline/xdocs index.xml

2005-01-04 Thread rwinston
rwinston2005/01/04 13:47:38 Modified:pipeline/xdocs index.xml Log: Applied documentation change Revision ChangesPath 1.2 +20 -8 jakarta-commons-sandbox/pipeline/xdocs/index.xml Index: index.xml =

DO NOT REPLY [Bug 32940] - [chain] Provide a "dispatch" command

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32940] - [chain] Provide a "dispatch" command

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[chain] Need feedback on chain idea

2005-01-04 Thread Sean Schofield
Would anyone care to comment on this idea? http://issues.apache.org/bugzilla/show_bug.cgi?id=32911 Also, I added a patch to someone's issue that still needs to be applied: http://issues.apache.org/bugzilla/show_bug.cgi?id=32894 Regards, sean --

DO NOT REPLY [Bug 32940] New: - [chain] Provide a "dispatch" command

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32936] - [cli] A single char argument equals to an option makes parser to fail.

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: commons-logging auto-detection

2005-01-04 Thread Paul Libbrecht
Le 4 janv. 05, à 19:42, Richard Sitze a écrit : I think that what you are asking for is a way to bind a LogFactory instance to a particular ClassLoader, perhaps immediately following the construction of the ClassLoader instance: Well, if I was in control of the application, that would be true but I

Re: [svn] progress?

2005-01-04 Thread Henri Yandell
The test installation is pretty important. We need to make sure that everybody is able to use svn and we really shouldn't have every committer trying to hit your box and burning your bandwidth. I have every confidence that the migration itself is good; we just need to get people over the hump. Giv

Re: [svn] progress?

2005-01-04 Thread Paul Libbrecht
Le 4 janv. 05, à 19:25, Tim O'Brien a écrit : Alright, I heard back, infrastructure would like to perform the migration and call it done. Does anyone have any objections to the structure of the last migration, and does anyone have any objections to starting a vote thread on this. I wouldn't like t

Re: commons-logging auto-detection

2005-01-04 Thread Richard Sitze
Paul Libbrecht <[EMAIL PROTECTED]> wrote on 01/04/2005 03:26:00 AM: > Hi, > > This may be related but I was fighting recently with embedding Jelly > within jEdit which, of course, has its own class-loading mechanism > because of plugins. > I simply did not manage to have jelly:log messages dire

RE: [svn] progress?

2005-01-04 Thread Tim O'Brien
Alright, I heard back, infrastructure would like to perform the migration and call it done. Does anyone have any objections to the structure of the last migration, and does anyone have any objections to starting a vote thread on this. Infrastructure (Justin) can do this on Friday. Tim O'Brien

DO NOT REPLY [Bug 31613] - [daemon][PATCH] Update Mac support in jsvc

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/daemon/src/native/unix CHANGES.txt

2005-01-04 Thread jfclere
jfclere 2005/01/04 09:45:41 Modified:daemon/src/native/unix CHANGES.txt Log: Nearly ready for Release. Revision ChangesPath 1.3 +6 -2 jakarta-commons/daemon/src/native/unix/CHANGES.txt Index: CHANGES.txt ==

[daemon] release 1.0.1

2005-01-04 Thread jean-frederic clere
Hi, I am thinking of releasing daemon 1.0.1. This release only fixes known problems: +++ Changes with 1.0.1 * Allow enableassertions -ea (PR 304310). * Add -lpthread to LDFLAGS on Linux (PR 30177). * Add support for x86_64 (PR 27523). * Add support for Tru64 (PR 29465). * Remove the pid f

RE: [svn] progress?

2005-01-04 Thread Tim O'Brien
I'm ready for it. I have a bash script that does the migration which takes some time to execute. I'll ping Justin and create test repository on ASF hardware. Then we can discuss the final steps. Tim > -Original Message- > From: Henri Yandell [mailto:[EMAIL PROTECTED] > Sent: Monday,

DO NOT REPLY [Bug 31613] - [daemon][PATCH] Update Mac support in jsvc

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/daemon/src/native/unix INSTALL.txt

2005-01-04 Thread jfclere
jfclere 2005/01/04 08:36:54 Modified:daemon/src/native/unix INSTALL.txt Log: Add a note about Mac OS X. Revision ChangesPath 1.6 +2 -0 jakarta-commons/daemon/src/native/unix/INSTALL.txt Index: INSTALL.txt =

DO NOT REPLY [Bug 32936] - [cli] A single char argument equals to an option makes parser to fail.

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32936] New: - A single char argument equals to an option makes parser to fail.

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/daemon/src/native/unix/native java.c

2005-01-04 Thread jfclere
jfclere 2005/01/04 07:59:59 Modified:daemon/src/native/unix/native java.c Log: Fix location of libjvm_compat.dylib (PR 31613). Revision ChangesPath 1.5 +15 -3 jakarta-commons/daemon/src/native/unix/native/java.c Index: java.c =

[pool] next release?

2005-01-04 Thread Gary Moh
are there plans to release a new version, say 1.3, of the commons pool component? i understand from browsing through the source code in cvs that some changes have been made since the 1.2 release in july. any info is appreciated. gary

Re: Further progress

2005-01-04 Thread Rory Winston
Hi Steve, Sorry for the delay in replying - I have been out of the office till today. In answer to your question re: locale, I feel the same hesitation as you obviously do attempting to map the concept of a locale to the FTP server scenario, which we know do not match up nicely or consistently

DO NOT REPLY [Bug 32318] - [configuration] Implement Java 5.0 XML properties

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: commons-logging auto-detection

2005-01-04 Thread Paul Libbrecht
Hi, This may be related but I was fighting recently with embedding Jelly within jEdit which, of course, has its own class-loading mechanism because of plugins. I simply did not manage to have jelly:log messages directed to my console but it may be not so important. I realized that one thing tha

[jira] Created: (JELLY-184) Using namespace-prefixes breaks Jelly

2005-01-04 Thread dion gillard (JIRA)
Using namespace-prefixes breaks Jelly - Key: JELLY-184 URL: http://issues.apache.org/jira/browse/JELLY-184 Project: jelly Type: Bug Components: core / taglib.core Reporter: dion gillard Using feature "http://xml.org/sax/f

[jira] Updated: (JELLY-183) jelly-ant-tags TaskContainer Support

2005-01-04 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-183?page=history ] dion gillard updated JELLY-183: --- Attachment: taskcontainer.patch > jelly-ant-tags TaskContainer Support > > > Key: JELLY-183 > URL: http:

[jira] Created: (JELLY-183) jelly-ant-tags TaskContainer Support

2005-01-04 Thread dion gillard (JIRA)
jelly-ant-tags TaskContainer Support Key: JELLY-183 URL: http://issues.apache.org/jira/browse/JELLY-183 Project: jelly Type: New Feature Components: taglib.ant Reporter: dion gillard Attachments: taskcontainer.patch -- M

[jira] Updated: (JELLY-186) JellySWT doesn't support the FormLayout

2005-01-04 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-186?page=history ] dion gillard updated JELLY-186: --- Attachment: SWTTagLibrary-2.java SWTTagLibrary.java > JellySWT doesn't support the FormLayout > --- > >

[jira] Created: (JELLY-185) type attribute for any layout other than FillLayout doesn't work in the SWT tag library.

2005-01-04 Thread dion gillard (JIRA)
type attribute for any layout other than FillLayout doesn't work in the SWT tag library. Key: JELLY-185 URL: http://issues.apache.org/jira/browse/JELLY-185 Project: jelly Type:

[jira] Updated: (JELLY-186) JellySWT doesn't support the FormLayout

2005-01-04 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-186?page=history ] dion gillard updated JELLY-186: --- Attachment: LayoutTagSupport-2.java LayoutTagSupport.java > JellySWT doesn't support the FormLayout > --- >

[jira] Created: (JELLY-187) Wrong composite expression evaluation

2005-01-04 Thread dion gillard (JIRA)
Wrong composite expression evaluation - Key: JELLY-187 URL: http://issues.apache.org/jira/browse/JELLY-187 Project: jelly Type: Bug Components: core / taglib.core Reporter: dion gillard I have tried to add the following t