[PATCH] [website] small fix in lang.xml

2003-09-04 Thread mark
Spotted a wrong date in the resources section of the Lang homepage. Attached is a patch to change Oct 17, 2003 to Oct 17, 2002...a much more sensible date. :) mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[jira] Commented: (JELLY-66) tag body as unescaped xml

2003-09-04 Thread jira
The following comment has been added to this issue: Author: Knut Wannheden Created: Thu, 4 Sep 2003 2:33 AM Body: I suppose this is really two problems then. The first being that j:set sets the value of the variable to a String value even though the body is XML. And the second

[jira] Commented: (JELLY-66) tag body as unescaped xml

2003-09-04 Thread jira
The following comment has been added to this issue: Author: Knut Wannheden Created: Thu, 4 Sep 2003 2:37 AM Body: Also note that changing XMLOutput's default behaviour would also make the patch of JELLY-55 unnecessary. Or should there maybe be a global attribute escapexml to

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/math NumberUtilsTest.java

2003-09-04 Thread psteitz
psteitz 2003/09/04 00:27:12 Modified:lang/src/java/org/apache/commons/lang/math NumberUtils.java lang/src/test/org/apache/commons/lang/math NumberUtilsTest.java Log: Added stringToFloat to NumberUtils Patch contributed by Fredrik Westermarck

Re: [lang] [patch] Conversion of String to float

2003-09-04 Thread Phil Steitz
Fredrik Westermarck wrote: Hi! Here is a patch that adds stringToFloat(String) and stringToFloat(String, float) in o.a.c.lang.math.NumberUtils (including testcases in NumberUtilsTest). Patch applied. Thanks. Similar methods for doubles and longs would also be nice ;-) Phil

RE: Wanted: Regex[Input|Output]Stream

2003-09-04 Thread Noel J. Bergman
Leo Sutic observed: Just a comment: Instead of using exceptions, how about this: public interface MatchObserver { public void onMatch (long offset, byte b, String pattern); } Excellent comment; even better. :-) And since we're not interrupting the I/O stream with the

RE: Wanted: Regex[Input|Output]Stream

2003-09-04 Thread Henri Yandell
Any reason why this wouldn't be better served if it were on the ORO or Regexp lists? Am just assuming they'd be the experts here. Hen On Thu, 4 Sep 2003, Noel J. Bergman wrote: Leo Sutic observed: Just a comment: Instead of using exceptions, how about this: public interface

[jira] Commented: (JELLY-64) Current Jelly doesn't compile with maven b10

2003-09-04 Thread jira
The following comment has been added to this issue: Author: Paul Libbrecht Created: Thu, 4 Sep 2003 9:27 AM Body: Actually, this might mean the time for a soon release. Just of jelly. Indeed, the tests run fine in jelly so there's few reasons except the patches of the

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/math IntRangeTest.java

2003-09-04 Thread psteitz
psteitz 2003/09/04 09:25:56 Modified:lang/src/test/org/apache/commons/lang/math IntRangeTest.java Log: Added missing constructor calls to complete path coverage in IntRangeTest. Suggested by Janek Bogucki. Revision ChangesPath 1.6 +7 -1

Re: [lang] Should IntRangeTest use variables fiveL, tenL?

2003-09-04 Thread Phil Steitz
Stephen Colebourne wrote: Looks like nr = new IntRange(fiveL, tenL); is missing. Stephen Yes. Fixed now in CVS. Path coverage is now 100%. Thanks, Janek. Phil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[lang] [patch] Conversion of String to long/double

2003-09-04 Thread Fredrik Westermarck
Hi! Here is the patch that adds stringToLong(String str), stringToLong(String str, long), stringToDouble(String str) and stringToDouble(String str, double), testcases are also included. I have also improved the testcase for stringToFloat(String). Hopefully I managed to get the diff right. I

Re: [lang] [patch] Conversion of String to long/double

2003-09-04 Thread Henri Yandell
On Thu, 4 Sep 2003, Fredrik Westermarck wrote: Hopefully I managed to get the diff right. I had to remove several lines by hand because of differences in the indentation (space vs tabs?). Is there any document that describes what codestyle commons-lang is supposed to use? In the long term,

[HiveMind] Why was overridable reomved from service?

2003-09-04 Thread Christian Essl
As I see the option to override the contribution to a service was removed. The cvs log just states that this was a bad idea. Why was override a bad idea?. I thing it was a good idea. Especially in an api which requires a service a default working implementation could be defined (without

Re: [RESULT] Re: [VOTE] New committer - Matthew Hawthorne

2003-09-04 Thread Thom May
* Stephen Colebourne ([EMAIL PROTECTED]) wrote : Please can a new Apache committer account be created for Matthew: Requested username: matth Name: Matthew Hawthorne Email: [EMAIL PROTECTED] As soon as we get a signed CLA on file for him, sure. -Thom

[lang] Codestyle (Was: [lang] [patch] Conversion of String to long/double)

2003-09-04 Thread Fredrik Westermarck
Henri Yandell wrote: Hopefully I managed to get the diff right. I had to remove several lines by hand because of differences in the indentation (space vs tabs?). Is there any document that describes what codestyle commons-lang is supposed to use? In the long term, a maven site and checkstyle

[General] Moving a component from sandbox to proper

2003-09-04 Thread Shapira, Yoav
Howdy, Is there a defined (and dare I ask, documented? ;)) process somewhere for moving a component from the commons sandbox into the commons proper. I imagine a CVS admin needs to move the files across the repositories, and someone (e.g. me) would update the commons web site, but I must be

[jira] Created: (JELLY-81) TagSupport doesn't compile

2003-09-04 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-81 Here is an overview of the issue:

Re: [General] Moving a component from sandbox to proper

2003-09-04 Thread Henri Yandell
Anyone with commit rights to sandbox and proper can move the files across repositories. Anyone with the usual site ones would handle changing things on the site. I don't think there's a documented process yet though, and I'm not sure how much is needed other than what you list. Bugzilla is the

[jira] Created: (JELLY-80) GbcTag doesn't compile

2003-09-04 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-80 Here is an overview of the issue:

RE: Wanted: Regex[Input|Output]Stream

2003-09-04 Thread Noel J. Bergman
Henri, Any reason why this wouldn't be better served if it were on the ORO or Regexp lists? I cc'd dfs, and embarrassingly, I forgot at the time that regex isn't in Commons. Irony is that ORO is talking about moving to Commons, AIUI. --- Noel

[jira] Created: (JELLY-82) Add UseVector tag

2003-09-04 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-82 Here is an overview of the issue:

[jira] Updated: (JELLY-82) Add UseVector tag

2003-09-04 Thread jira
The following issue has been updated: Updater: Sean Ferguson (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 1:00 PM Comment: Patch to the core tag library registering the UseVector tag. Changes: Attachment changed to CoreTagLibrary-patch.txt

[jira] Updated: (JELLY-82) Add UseVector tag

2003-09-04 Thread jira
The following issue has been updated: Updater: Sean Ferguson (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 1:00 PM Comment: The UseVector tag Changes: Attachment changed to UseVectorTag.java

[jira] Created: (JELLY-83) ExpressionTableModel now extends DefaultTableModel

2003-09-04 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-83 Here is an overview of the issue:

[jira] Updated: (JELLY-83) ExpressionTableModel now extends DefaultTableModel

2003-09-04 Thread jira
The following issue has been updated: Updater: Sean Ferguson (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 1:04 PM Comment: Updated expression table model. Changes: Attachment changed to ExpressionTableModel-patch.txt

Re: [lang] Codestyle (Was: [lang] [patch] Conversion of String to long/double)

2003-09-04 Thread Phil Steitz
Fredrik Westermarck wrote: Henri Yandell wrote: Hopefully I managed to get the diff right. I had to remove several lines by hand because of differences in the indentation (space vs tabs?). Is there any document that describes what codestyle commons-lang is supposed to use? In the long term, a

Re: [lang] [patch] Conversion of String to long/double

2003-09-04 Thread Phil Steitz
Henri Yandell wrote: On Thu, 4 Sep 2003, Fredrik Westermarck wrote: Hopefully I managed to get the diff right. I had to remove several lines by hand because of differences in the indentation (space vs tabs?). Is there any document that describes what codestyle commons-lang is supposed to use? In

[jira] Updated: (JELLY-60) [SOAP] InvokeRaw tag and Username/Password features for Invoke tag

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 1:10 PM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Component changed to taglib.soap

[Daemon] Moving from commons-sandbox to commons CVS repository

2003-09-04 Thread Shapira, Yoav
Howdy, Per the recent promotion, I will move the daemon component's files from the jakarta-commons-sandbox CVS tree to the jakarta-commons one tonight around 10pm EST. If you have files checked out for daemon, please check them back in. I plan on doing the simplest move: $ cd /home/cvs $ mv

[Jelly] Moving some bugs around

2003-09-04 Thread Morgan Delagrange
Hey all, I'm going to move some bugs around into some more coherent buckets in jira. I'll be adding new taglib component categories where we don't have any, and I'll probably delete the generic tags component once it is empty. Does it make sense to have distinct core and taglib.core buckets, or

RE: [General] Moving a component from sandbox to proper

2003-09-04 Thread Shapira, Yoav
Howdy, OK... I'll do the CVS moves and site updates, send out an announcement before and after... Thanks ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 1:34 PM To: Jakarta Commons Developers

Re: [Jelly] Moving some bugs around

2003-09-04 Thread Peter Royal
On Thursday, September 4, 2003, at 02:01 PM, Morgan Delagrange wrote: Does it make sense to have distinct core and taglib.core buckets, or should they be combined? They are somewhat independent, but still part of the same distribution. I say combine them.. -pete

[jira] Updated: (JELLY-38) [JFAce taglib] remove dependency + fix examples

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 1:20 PM Changes: description changed to environment changed to timeoriginalestimate changed from 0 timeestimate

[jira] Updated: (JELLY-40) [JFace taglib] PreferenceDialogTag handleSave event

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 1:21 PM Changes: environment changed to timeoriginalestimate changed from 0 timeestimate changed from 0 minutes

[jira] Updated: (JELLY-42) [SWT taglib] add cTabFolder + cTabItem widgets

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 1:21 PM Changes: description changed to environment changed to timeoriginalestimate changed from 0 timeestimate

[jira] Updated: (JELLY-59) multi-part mime http request

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 1:23 PM Changes: Component changed to taglib.http - For a full history of the

[jira] Updated: (JELLY-43) [jelly] Bug in TransformTag with nested ImportTag

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 1:27 PM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Component changed to taglib.xml

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang StringUtils.java

2003-09-04 Thread ggregory
ggregory2003/09/04 11:18:18 Modified:lang/src/test/org/apache/commons/lang StringUtilsEqualsIndexOfTest.java lang/src/java/org/apache/commons/lang StringUtils.java Log: Added ordinalIndexOf() and associated unit tests. Revision Changes

[lang] StringUtils.ordinalIndexOf() and INDEX_NOT_FOUND

2003-09-04 Thread Gary Gregory
Hello All, I've added StringUtils.ordinalIndexOf() and introduced a new constant StringUtils.INDEX_NOT_FOUND = -1. Currently, only ordinalIndexOf uses this constant. I would like to get a fell if folks think that replacing (where appropriate), the -1 magic number usage in StringUtils with this

Re: [General] Moving a component from sandbox to proper

2003-09-04 Thread robert burrell donkin
would you mind creating a document (as you go along)? it will probably be of little use to you but those that come after you will certainly appreciate it. - robert On Thursday, September 4, 2003, at 06:16 PM, Shapira, Yoav wrote: Howdy, Is there a defined (and dare I ask, documented? ;))

[jira] Updated: (JELLY-48) [SWT Taglibrary] dialog tag

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 1:17 PM Changes: Component changed to taglib.swt - For a full history of the issue,

[jira] Updated: (JELLY-41) [JFace taglib] set size applicationWindow

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 1:25 PM Changes: Component changed to taglib.jface Component changed from tags

[jira] Updated: (JELLY-83) ExpressionTableModel now extends DefaultTableModel

2003-09-04 Thread jira
The following issue has been updated: Updater: Sean Ferguson (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 1:21 PM Comment: This is the correct patch, previous one was missing the isEditable returning false. Changes: Attachment changed to

[jira] Updated: (JELLY-77) [patch] Update jelly:util replace tag to replace entire strings

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 1:25 PM Changes: Component changed to taglib.util Component changed from tags

[jira] Updated: (JELLY-57) support encoding parameter for util:loadText

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 1:19 PM Changes: Component changed to taglib.util - For a full history of the

RE: [General] Moving a component from sandbox to proper

2003-09-04 Thread Shapira, Yoav
Howdy, No problem. I'll document the process, and put the document where? Yoav Shapira Millennium ChemInformatics -Original Message- From: robert burrell donkin [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 2:40 PM To: Jakarta Commons Developers List Subject: Re:

RE: [HiveMind] Why was overridable reomved from service?

2003-09-04 Thread Howard M. Lewis Ship
As I see the option to override the contribution to a service was removed. The cvs log just states that this was a bad idea. Why was override a bad idea?. It led to a lot of ambiguities as I was adding new service models. I found other, better ways to accomplish the same kind of thing.

RE: [General] Moving a component from sandbox to proper

2003-09-04 Thread Henri Yandell
Could just start by documenting in Wiki, then migrating to the site later? That's how I feel Wiki should be used. To draft up documents that later get declared authentic and moved into the xdocs. Hen On Thu, 4 Sep 2003, Shapira, Yoav wrote: Howdy, No problem. I'll document the process,

RE: [General] Moving a component from sandbox to proper

2003-09-04 Thread Shapira, Yoav
Howdy, Alright... Seems reasonable ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 3:03 PM To: Jakarta Commons Developers List Subject: RE: [General] Moving a component from sandbox to proper

RE: [hivemind] Getting Registry in Initilizable

2003-09-04 Thread Howard M. Lewis Ship
Sorry for delay in responding; it's hard to pick out the HiveMind stuff in this list; I need to add a filter. -- Howard M. Lewis Ship Creator, Tapestry: Java Web Components http://jakarta.apache.org/tapestry http://jakarta.apache.org/commons/sandbox/hivemind/ http://javatapestry.blogspot.com

RE: [HiveMind] Question about snapshot or releas

2003-09-04 Thread Howard M. Lewis Ship
Javassist 2.6 is in ibiblio.com/maven, so it is possible to build HiveMind with no issues. -- Howard M. Lewis Ship Creator, Tapestry: Java Web Components http://jakarta.apache.org/tapestry http://jakarta.apache.org/commons/sandbox/hivemind/ http://javatapestry.blogspot.com -Original

RE: [HiveMind] Proposal for adding Interceptors to a set of Services

2003-09-04 Thread Howard M. Lewis Ship
This is an interesting idea; I'll take a peek when I get the chance. Some other ideas I've considered: a) Defining interceptor sets and identify one or more sets for a service. This is more of a drag in approach than a push in approach you described. b) Having a hivemind.InterceptorConsultant

[net] Re: UnixFTPEntryParser - small fix (?)

2003-09-04 Thread Matthieu Recouly
Hi, I'm posting this message here on demand from Daniel who is very busy for the moment From: Matthieu Recouly [EMAIL PROTECTED] To : dfs [EMAIL PROTECTED] Date: Tue, 26 Aug 2003 10:12:44 +0200 Subject : Re: UnixFTPEntryParser - small fix (?) Hi :) First many thanks for having

Re: [PROPOSAL] retiring old release directory

2003-09-04 Thread robert burrell donkin
i've now completed this work. - robert On Monday, September 1, 2003, at 10:19 PM, robert burrell donkin wrote: http://jakarta.apache.org/builds/jakarta-commons/release is the old, unmirrored directory. most (all?) new releases have been created in the mirrored directories (good work!) but

cvs commit: jakarta-commons/net/xdocs changes.xml

2003-09-04 Thread dfs
dfs 2003/09/04 13:32:43 Modified:net/src/java/org/apache/commons/net/nntp NNTP.java NNTPClient.java NNTPCommand.java NNTPReply.java net/xdocs changes.xml Added: net/src/java/examples ExtendedNNTPOps.java Log: Applied patch (albeit

[net] Re: NNTP Patches

2003-09-04 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], R ory Winston writes: Sorry to send this to you directly - I just wanted to find out if you had any problems applying the NNTP patch that I sent to you? I'm behind on many Jakarta obligations. Thanks for the resend. I was able to apply it today (sending it as an

[jira] Updated: (JELLY-83) ExpressionTableModel now extends DefaultTableModel

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:01 PM Changes: Component changed to taglib.swing Component changed from tags

[jira] Updated: (JELLY-82) Add UseVector tag

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:02 PM Changes: Component changed to taglib.core Component changed from tags

[jira] Updated: (JELLY-24) Release Issue 2 - Jelly public API

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:08 PM Changes: Component changed to documentation - For a full history of the

[jira] Updated: (JELLY-54) enhance documentation (gettingstarted.html) and fix errors.

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:09 PM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Component changed to documentation

[jira] Updated: (JELLY-11) The Tag Reference should understand tags like JellySwing

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:12 PM Changes: environment changed to timeoriginalestimate changed from 0 timeestimate changed from 0 minutes

[jira] Updated: (JELLY-25) Release Issue 3 - Exception handling

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:10 PM Changes: environment changed to timeoriginalestimate changed from 0 timeestimate changed from 0 minutes

[jira] Updated: (JELLY-66) tag body as unescaped xml

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:11 PM Changes: Component changed from tags - For a full history of the issue,

[jira] Updated: (JELLY-80) GbcTag doesn't compile

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:13 PM Changes: Component changed to taglib.swing Component changed from tags

[jira] Updated: (JELLY-28) Bad entity processing

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:12 PM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Component changed to core / taglib.core

[jira] Reopened: (JELLY-39) [JFace taglib] PreferenceDialogTag parent patch

2003-09-04 Thread jira
Message: The following issue has been reopened. Reopener: Morgan Delagrange Date: Thu, 4 Sep 2003 4:15 PM moving to jface category - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-39

[jira] Updated: (JELLY-1) break variable storage away from the JellyContext

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:14 PM Changes: environment changed to Component changed to core / taglib.core

[jira] Updated: (JELLY-39) [JFace taglib] PreferenceDialogTag parent patch

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:15 PM Changes: Component changed to taglib.jface Component changed from tags

[jira] Closed: (JELLY-39) [JFace taglib] PreferenceDialogTag parent patch

2003-09-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-39 Here is an overview of the issue:

[jira] Updated: (JELLY-45) resource lookup in compiled scripts does not work properly

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:15 PM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Component changed to core / taglib.core

[jira] Updated: (JELLY-8) jexl parse error

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:17 PM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Component changed to core / taglib.core

[jira] Updated: (JELLY-55) support escapeText attribute in body tag from http taglib

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:19 PM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Component changed to taglib.http

[jira] Reopened: (JELLY-67) core RemoveTag

2003-09-04 Thread jira
Message: The following issue has been reopened. Reopener: Morgan Delagrange Date: Thu, 4 Sep 2003 4:21 PM moving category - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-67 Here is

[jira] Updated: (JELLY-67) core RemoveTag

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:21 PM Changes: Component changed to core / taglib.core Component changed from tags

[jira] Reopened: (JELLY-18) XMLOutput with OutputFormat.setExpandEmptyElements(false) still expands empty elements

2003-09-04 Thread jira
Message: The following issue has been reopened. Reopener: Morgan Delagrange Date: Thu, 4 Sep 2003 4:23 PM moving category - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-18 Here is

[jira] Closed: (JELLY-34) [SWT JFace] start of JFace taglib

2003-09-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-34 Here is an overview of the issue:

[jira] Updated: (JELLY-18) XMLOutput with OutputFormat.setExpandEmptyElements(false) still expands empty elements

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:23 PM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Component changed to core / taglib.core

[jira] Closed: (JELLY-18) XMLOutput with OutputFormat.setExpandEmptyElements(false) still expands empty elements

2003-09-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-18 Here is an overview of the issue:

[jira] Reopened: (JELLY-70) fmt:message tag does not accept param subtag when key is specified as an attribute

2003-09-04 Thread jira
Message: The following issue has been reopened. Reopener: Morgan Delagrange Date: Thu, 4 Sep 2003 4:25 PM moving category - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-70 Here is

[jira] Updated: (JELLY-70) fmt:message tag does not accept param subtag when key is specified as an attribute

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:26 PM Changes: Component changed to taglib.fmt Component changed from tags

[jira] Closed: (JELLY-70) fmt:message tag does not accept param subtag when key is specified as an attribute

2003-09-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-70 Here is an overview of the issue:

[jira] Updated: (JELLY-26) xml:file produces very bad output

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:26 PM Changes: Component changed to taglib.xml Component changed from tags

[jira] Reopened: (JELLY-29) SWT image tag

2003-09-04 Thread jira
Message: The following issue has been reopened. Reopener: Morgan Delagrange Date: Thu, 4 Sep 2003 4:26 PM moving category - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-29 Here is

[jira] Updated: (JELLY-29) SWT image tag

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:26 PM Changes: description changed to environment changed to timeoriginalestimate changed from 0 timeestimate

[jira] Closed: (JELLY-29) SWT image tag

2003-09-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-29 Here is an overview of the issue:

[jira] Reopened: (JELLY-32) [SWt taglib] set colors of widgets

2003-09-04 Thread jira
Message: The following issue has been reopened. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-32 Here is an overview of the issue:

[jira] Updated: (JELLY-32) [SWt taglib] set colors of widgets

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:27 PM Changes: environment changed to timeoriginalestimate changed from 0 timeestimate changed from 0 minutes

[jira] Updated: (JELLY-20) Create new taglib that mimics JSTL fmt for i18n Formatting

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:28 PM Changes: description changed to environment changed to timeoriginalestimate changed from 0 timeestimate

[jira] Reopened: (JELLY-20) Create new taglib that mimics JSTL fmt for i18n Formatting

2003-09-04 Thread jira
Message: The following issue has been reopened. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-20 Here is an overview of the issue:

[jira] Updated: (JELLY-63) email tag attributes do not accept Expression.

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:31 PM Changes: Component changed to taglib.email Component changed from tags

[jira] Closed: (JELLY-63) email tag attributes do not accept Expression.

2003-09-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-63 Here is an overview of the issue:

[jira] Closed: (JELLY-79) HttpTagSupport defaults setFollowRedirects to true

2003-09-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-79 Here is an overview of the issue:

[jira] Updated: (JELLY-30) SWT size attribute

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:32 PM Changes: environment changed to Component changed to taglib.swt Component changed from tags

[jira] Closed: (JELLY-33) [SWT libtag] Imagetag add image for decorations

2003-09-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-33 Here is an overview of the issue:

[jira] Reopened: (JELLY-30) SWT size attribute

2003-09-04 Thread jira
Message: The following issue has been reopened. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-30 Here is an overview of the issue:

[jira] Closed: (JELLY-36) [JFace taglib] JFace preferences support

2003-09-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-36 Here is an overview of the issue:

[jira] Updated: (JELLY-36) [JFace taglib] JFace preferences support

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:33 PM Changes: description changed from Basically provides a gui for a java.util.Properties object, see

[jira] Reopened: (JELLY-3) Can no longer run two define:tag scripts consecutively

2003-09-04 Thread jira
Message: The following issue has been reopened. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-3 Here is an overview of the issue:

[jira] Updated: (JELLY-3) Can no longer run two define:tag scripts consecutively

2003-09-04 Thread jira
The following issue has been updated: Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED]) Date: Thu, 4 Sep 2003 4:34 PM Changes: description changed from I have a maven.xml file that has the following: goal name=forehead prereqs=init-texen-tag texen:generate

[jira] Closed: (JELLY-3) Can no longer run two define:tag scripts consecutively

2003-09-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-3 Here is an overview of the issue:

  1   2   >