[jira] Créée: (JELLY-164) New Tag for parallel iteration

2004-11-18 Thread Marc DeXeT (JIRA)
New Tag for parallel iteration -- Key: JELLY-164 URL: http://nagoya.apache.org/jira/browse/JELLY-164 Project: jelly Type: New Feature Components: core / taglib.core Versions: 1.0-beta-5 Environment: JDK 1.4_02 Windows XP

[jira] Mis-à-jour: (JELLY-164) New Tag for parallel iteration

2004-11-18 Thread Marc DeXeT (JIRA)
[ http://nagoya.apache.org/jira/browse/JELLY-164?page=history ] Marc DeXeT updated JELLY-164: - Attachment: TestIterateTag.java Unit test New Tag for parallel iteration -- Key: JELLY-164 URL:

[jira] Mis-à-jour: (JELLY-164) New Tag for parallel iteration

2004-11-18 Thread Marc DeXeT (JIRA)
[ http://nagoya.apache.org/jira/browse/JELLY-164?page=history ] Marc DeXeT updated JELLY-164: - Attachment: testIterateTag.jelly unit test jelly script New Tag for parallel iteration -- Key: JELLY-164 URL:

[jira] Mis-à-jour: (JELLY-164) New Tag for parallel iteration

2004-11-18 Thread Marc DeXeT (JIRA)
[ http://nagoya.apache.org/jira/browse/JELLY-164?page=history ] Marc DeXeT updated JELLY-164: - Attachment: patchIterateTag.txt Core tag library path New Tag for parallel iteration -- Key: JELLY-164 URL:

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

2004-11-18 Thread Marc DeXeT (JIRA)
[ http://nagoya.apache.org/jira/browse/JELLY-1?page=comments#action_55640 ] Marc DeXeT commented on JELLY-1: I agree with this feature. With this, we could also isolate script parts by scoping to avoid var name collisions. see also

[jira] Commenté: (JELLY-164) New Tag for parallel iteration

2004-11-18 Thread Marc DeXeT (JIRA)
[ http://nagoya.apache.org/jira/browse/JELLY-164?page=comments#action_55659 ] Marc DeXeT commented on JELLY-164: -- Maybe his place could be in 'util' ? New Tag for parallel iteration -- Key: JELLY-164

[jira] Créée: (JELLY-165) CatchTag closest from java tryCatch block (with expected exceptions list)

2004-11-19 Thread Marc DeXeT (JIRA)
CatchTag closest from java tryCatch block (with expected exceptions list) - Key: JELLY-165 URL: http://nagoya.apache.org/jira/browse/JELLY-165 Project: jelly Type: Improvement Components: core

[jira] Mis-à-jour: (JELLY-165) CatchTag closest from java tryCatch block (with expected exceptions list)

2004-11-19 Thread Marc DeXeT (JIRA)
[ http://nagoya.apache.org/jira/browse/JELLY-165?page=history ] Marc DeXeT updated JELLY-165: - Attachment: CatchTag.java Source CatchTag closest from java tryCatch block (with expected exceptions list)

[jira] Mis-à-jour: (JELLY-165) CatchTag closest from java tryCatch block (with expected exceptions list)

2004-11-19 Thread Marc DeXeT (JIRA)
[ http://nagoya.apache.org/jira/browse/JELLY-165?page=history ] Marc DeXeT updated JELLY-165: - Attachment: catchTagTest.zip unit Test CatchTag closest from java tryCatch block (with expected exceptions list)

[jira] Mis-à-jour: (JELLY-165) CatchTag closest from java tryCatch block (with expected exceptions list)

2004-11-19 Thread Marc DeXeT (JIRA)
[ http://nagoya.apache.org/jira/browse/JELLY-165?page=history ] Marc DeXeT updated JELLY-165: - Attachment: catchTagTest.zip Replace former zip file. CatchTag closest from java tryCatch block (with expected exceptions list)

[jira] Mis-à-jour: (JELLY-165) CatchTag closest from java tryCatch block (with expected exceptions list)

2004-11-19 Thread Marc DeXeT (JIRA)
[ http://nagoya.apache.org/jira/browse/JELLY-165?page=history ] Marc DeXeT updated JELLY-165: - Attachment: patchCatchTag.txt Patch file for catchTag improvement CatchTag closest from java tryCatch block (with expected exceptions list)

[jira] Créée: (JELLY-167) add 'public JellyContext newEmptyJellyContext()' to JellyContext

2004-11-25 Thread Marc DeXeT (JIRA)
add 'public JellyContext newEmptyJellyContext()' to JellyContext Key: JELLY-167 URL: http://nagoya.apache.org/jira/browse/JELLY-167 Project: jelly Type: Wish Components: core / taglib.core

[jira] Updated: (JELLY-165) CatchTag closest from java tryCatch block (with expected exceptions list)

2004-12-03 Thread Marc DeXeT (JIRA)
[ http://nagoya.apache.org/jira/browse/JELLY-165?page=history ] Marc DeXeT updated JELLY-165: - Attachment: patchCatchTag2.txt Improvement : Get real exception wrapped in JellyTagException even if exception is not catched. CatchTag closest from java

[jira] Commented: (JELLY-177) In JellyServlet, the procedure used to determine the script's location is too simplistic

2004-12-16 Thread Marc DeXeT (JIRA)
[ http://nagoya.apache.org/jira/browse/JELLY-177?page=comments#action_56763 ] Marc DeXeT commented on JELLY-177: -- Could we have some unit test about ? In JellyServlet, the procedure used to determine the script's location is too simplistic

[jira] Commented: (JELLY-177) In JellyServlet, the procedure used to determine the script's location is too simplistic

2004-12-18 Thread Marc DeXeT (JIRA)
[ http://nagoya.apache.org/jira/browse/JELLY-177?page=comments#action_56841 ] Marc DeXeT commented on JELLY-177: -- I use your modification for a couple of days. It's working fine indeed. It solves suffix context mapping problem I have encoutered by

[jira] Created: (JELLY-178) jetty tag lib can't be used with jetty 5.0

2004-12-18 Thread Marc DeXeT (JIRA)
jetty tag lib can't be used with jetty 5.0 --- Key: JELLY-178 URL: http://nagoya.apache.org/jira/browse/JELLY-178 Project: jelly Type: New Feature Versions: 1.0-beta-5 Environment: JDK 1.4.2_04 XP Reporter: Marc

[jira] Updated: (JELLY-178) jetty tag lib can't be used with jetty 5.0

2004-12-18 Thread Marc DeXeT (JIRA)
[ http://nagoya.apache.org/jira/browse/JELLY-178?page=history ] Marc DeXeT updated JELLY-178: - Attachment: patch.jetty.passage.5.0.-2.txt Patch with updated build.xml. All unit tests go through. jetty tag lib can't be used with jetty 5.0

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

2004-12-19 Thread Marc DeXeT (JIRA)
[ http://nagoya.apache.org/jira/browse/JELLY-1?page=comments#action_56857 ] Marc DeXeT commented on JELLY-1: What about this feature ? Needs for plug in scope strategy are here. It seems to me this feature is not a minor but rather major one :) break

[jira] Created: (JELLY-190) CLONE -New Tag for parallel iteration

2005-01-06 Thread Marc DeXeT (JIRA)
CLONE -New Tag for parallel iteration - Key: JELLY-190 URL: http://issues.apache.org/jira/browse/JELLY-190 Project: jelly Type: New Feature Components: core / taglib.core Versions: 1.0-beta-5 Environment: JDK 1.4_02

[jira] Commented: (JELLY-190) CLONE -New Tag for parallel iteration

2005-01-06 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-190?page=comments#action_57342 ] Marc DeXeT commented on JELLY-190: -- Clone issue to put this to utils library. How to move to utils component in jira (Ooops ! I've done something bad ?!) CLONE -New Tag

[jira] Created: (JELLY-191) FileTag must allow to append to flat file

2005-01-07 Thread Marc DeXeT (JIRA)
FileTag must allow to append to flat file - Key: JELLY-191 URL: http://issues.apache.org/jira/browse/JELLY-191 Project: jelly Type: Improvement Components: core / taglib.core Versions: 1.0-beta-4 Reporter: Marc

[jira] Created: (JELLY-192) Graphical jelly script viewer

2005-01-07 Thread Marc DeXeT (JIRA)
Graphical jelly script viewer - Key: JELLY-192 URL: http://issues.apache.org/jira/browse/JELLY-192 Project: jelly Type: New Feature Reporter: Marc DeXeT Priority: Minor Jelly script can be very hard to read if there several

[jira] Commented: (JELLY-192) Graphical jelly script viewer

2005-01-08 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-192?page=comments#action_57418 ] Marc DeXeT commented on JELLY-192: -- Jelly editor in the mevenide eclipse plugin it's what I use, not what I mean. Mevenide jelly editor help you (a lot) on very little scope

[jira] Created: (JELLY-193) Custom Function Tag

2005-01-08 Thread Marc DeXeT (JIRA)
Custom Function Tag --- Key: JELLY-193 URL: http://issues.apache.org/jira/browse/JELLY-193 Project: jelly Type: Improvement Components: taglib.util Versions: 1.0 Reporter: Marc DeXeT Priority: Minor Attachments:

[jira] Updated: (JELLY-193) Custom Function Tag

2005-01-08 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-193?page=history ] Marc DeXeT updated JELLY-193: - Attachment: patch.function.txt Patch for util lib. Custom Function Tag --- Key: JELLY-193 URL:

[jira] Updated: (JELLY-193) Custom Function Tag

2005-01-08 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-193?page=history ] Marc DeXeT updated JELLY-193: - Attachment: patch.function.test.txt Unit tests Custom Function Tag --- Key: JELLY-193 URL:

[jira] Commented: (JELLY-193) Custom Function Tag

2005-01-08 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-193?page=comments#action_57435 ] Marc DeXeT commented on JELLY-193: -- Paul, It's late but... :) Function Tag seems to me more explicit : - you can define several function without defining lib. - each

[jira] Commented: (JELLY-193) Custom Function Tag

2005-01-08 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-193?page=comments#action_57436 ] Marc DeXeT commented on JELLY-193: -- I mean : ** function var=f result j:arg value=wooki j:arg value=Laura j:useBean var=book class=org.foo.Book

[jira] Commented: (JELLY-192) Graphical jelly script viewer

2005-01-09 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-192?page=comments#action_57438 ] Marc DeXeT commented on JELLY-192: -- The main difficulty is about jexl expression parsing. If you create expression with a factory, you have just access to text or sub

[jira] Created: (JELLY-195) Janino compiler tag library

2005-01-11 Thread Marc DeXeT (JIRA)
Janino compiler tag library --- Key: JELLY-195 URL: http://issues.apache.org/jira/browse/JELLY-195 Project: jelly Type: New Feature Components: submissions Versions: 1.0 Reporter: Marc DeXeT Janino is a pretty embedded

[jira] Updated: (JELLY-195) Janino compiler tag library

2005-01-11 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-195?page=history ] Marc DeXeT updated JELLY-195: - Attachment: janino-0.0.zip Source and unit tests. You can get janino library at http://www.janino.net/download/janino-2.2.0.zip IMPORTANT : note you need

[jira] Commented: (JELLY-195) Janino compiler tag library

2005-01-11 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-195?page=comments#action_57522 ] Marc DeXeT commented on JELLY-195: -- Correction to message : It is : compile var=janinoClassLoader !-- java source code -- package foo.Test; public class Item {

[jira] Commented: (JELLY-195) Janino compiler tag library

2005-01-12 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-195?page=comments#action_57568 ] Marc DeXeT commented on JELLY-195: -- Jelly needs JSP processing java block instruction scriptlet-like mixed XML and java code. % for (int i=0; i

[jira] Created: (JELLY-196) SwitchTag can not be reused if default encountered

2005-01-18 Thread Marc DeXeT (JIRA)
SwitchTag can not be reused if default encountered -- Key: JELLY-196 URL: http://issues.apache.org/jira/browse/JELLY-196 Project: jelly Type: Bug Components: core / taglib.core Versions: 1.0 Environment:

[jira] Updated: (JELLY-196) SwitchTag can not be reused if default encountered

2005-01-18 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-196?page=history ] Marc DeXeT updated JELLY-196: - Attachment: patch_2005.01.18_switchTag.txt SwitchTag can not be reused if default encountered -- Key:

[jira] Updated: (JELLY-196) SwitchTag can not be reused if default encountered

2005-01-18 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-196?page=history ] Marc DeXeT updated JELLY-196: - Attachment: patch_2005.01.18_switchTag.test.txt SwitchTag can not be reused if default encountered --

[jira] Commented: (JELLY-196) SwitchTag can not be reused if default encountered

2005-01-18 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-196?page=comments#action_57741 ] Marc DeXeT commented on JELLY-196: -- Patch file are attached with one unit test case TestSeveralSwitchCall. Standard TestSwitchTag unit tests have been checked and are clear

[jira] Created: (JELLY-197) groundless unit tests suite.

2005-01-21 Thread Marc DeXeT (JIRA)
groundless unit tests suite. Key: JELLY-197 URL: http://issues.apache.org/jira/browse/JELLY-197 Project: jelly Type: Bug Components: core / taglib.core Versions: 1.0-RC2 Reporter: Marc DeXeT Priority: Blocker Core

[jira] Updated: (JELLY-197) groundless unit tests suite.

2005-01-21 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-197?page=history ] Marc DeXeT updated JELLY-197: - Attachment: patch.jelly-tag.bean.suite.jelly.txt groundless unit tests suite. Key: JELLY-197 URL:

[jira] Updated: (JELLY-197) groundless unit tests suite.

2005-01-21 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-197?page=history ] Marc DeXeT updated JELLY-197: - Attachment: patch.suite.jelly.txt groundless unit tests suite. Key: JELLY-197 URL:

[jira] Updated: (JELLY-195) Janino compiler tag library

2005-01-21 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-195?page=history ] Marc DeXeT updated JELLY-195: - Attachment: janino-alpha.2005.01.21.19h00.zip New janino tag implementation. Reproduces jelly-tag bean suite test. Includes new (alpha) Design framework to

[jira] Created: (JELLY-198) more accurate test/xml test non existent tag

2005-01-22 Thread Marc DeXeT (JIRA)
more accurate test/xml test non existent tag - Key: JELLY-198 URL: http://issues.apache.org/jira/browse/JELLY-198 Project: jelly Type: Improvement Versions: 1.0-RC2 Reporter: Marc DeXeT Priority: Trivial

[jira] Updated: (JELLY-198) more accurate test/xml test non existent tag

2005-01-22 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-198?page=history ] Marc DeXeT updated JELLY-198: - Attachment: patch_2005.01.22_nonexistentTag.txt more accurate test/xml test non existent tag Key:

[jira] Commented: (JELLY-167) add 'public JellyContext newEmptyJellyContext()' to JellyContext

2005-01-22 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-167?page=comments#action_57953 ] Marc DeXeT commented on JELLY-167: -- Hans Gilde said : I'm not in favor of adding this method to JellyContext because it's not used by the core Jelly API. If you want to

[jira] Commented: (JELLY-167) add 'public JellyContext newEmptyJellyContext()' to JellyContext

2005-01-23 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-167?page=comments#action_57961 ] Marc DeXeT commented on JELLY-167: -- Hans Gilde said : Could you give an example of an existing piece of code that would be improved? I have done a lot a thing based upon

[jira] Updated: (JELLY-167) add 'public JellyContext newEmptyJellyContext()' to JellyContext

2005-01-23 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-167?page=history ] Marc DeXeT updated JELLY-167: - Attachment: patch.function.2.txt new version RC2 compatible. add 'public JellyContext newEmptyJellyContext()' to JellyContext

[jira] Commented: (JELLY-167) add 'public JellyContext newEmptyJellyContext()' to JellyContext

2005-01-23 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-167?page=comments#action_57965 ] Marc DeXeT commented on JELLY-167: -- Sorry, it's the very right issue, but for Hans, it's a good example of what I mean. :) add 'public JellyContext

[jira] Updated: (JELLY-193) Custom Function Tag

2005-01-23 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-193?page=history ] Marc DeXeT updated JELLY-193: - Attachment: patch.functionRC_.2.txt New version compatible with RC2 Custom Function Tag --- Key: JELLY-193 URL:

[jira] Commented: (JELLY-167) add 'public JellyContext newEmptyJellyContext()' to JellyContext

2005-01-23 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-167?page=comments#action_57979 ] Marc DeXeT commented on JELLY-167: -- Hans said : From your unit test, it seems like you want to create a new JellyContext that's blank but contains the parent's tag cache

[jira] Commented: (JELLY-167) add 'public JellyContext newEmptyJellyContext()' to JellyContext

2005-01-23 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-167?page=comments#action_57993 ] Marc DeXeT commented on JELLY-167: -- Hans Gilde said I'm not sure about the TagCache, though. Do you have an example where you need to inherit the tag cache? Sure. If

[jira] Commented: (JELLY-177) In JellyServlet, the procedure used to determine the script's location is too simplistic

2005-01-24 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-177?page=comments#action_57998 ] Marc DeXeT commented on JELLY-177: -- hans Gilde said : Marc, could you give me an example of someting that works after this change but not before? Sure. It's about url

[jira] Commented: (JELLY-206) cannot nest catch tags

2005-03-29 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-206?page=comments#action_61747 ] Marc DeXeT commented on JELLY-206: -- I have put here a patch never taken into account (I suppose) for this kind of problem. See