svn commit: r543937 - /jakarta/commons/proper/jelly/trunk/xdocs/style/project.css

2007-06-03 Thread proyal
Author: proyal Date: Sun Jun 3 09:41:18 2007 New Revision: 543937 URL: http://svn.apache.org/viewvc?view=revrev=543937 Log: set eol-style Modified: jakarta/commons/proper/jelly/trunk/xdocs/style/project.css (props changed) Propchange: jakarta/commons/proper/jelly/trunk/xdocs/style

svn commit: r543746 [2/2] - in /jakarta/commons/proper/jelly/trunk: ./ jelly-tags/ jelly-tags/ant/xdocs/ jelly-tags/antlr/xdocs/ jelly-tags/avalon/xdocs/ jelly-tags/bean/xdocs/ jelly-tags/beanshell/xd

2007-06-02 Thread proyal
Modified: jakarta/commons/proper/jelly/trunk/xdocs/navigation.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/xdocs/navigation.xml?view=diffrev=543746r1=543745r2=543746 == ---

svn commit: r543749 - /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/parser/ASTSizeMethod.java

2007-06-02 Thread proyal
Author: proyal Date: Sat Jun 2 08:13:37 2007 New Revision: 543749 URL: http://svn.apache.org/viewvc?view=revrev=543749 Log: make foo.size behave like foo.bar, returning null if foo is null. Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/parser

svn commit: r543750 - in /jakarta/commons/proper/jexl/trunk/src: java/org/apache/commons/jexl/parser/ test/org/apache/commons/jexl/

2007-06-02 Thread proyal
Author: proyal Date: Sat Jun 2 08:25:11 2007 New Revision: 543750 URL: http://svn.apache.org/viewvc?view=revrev=543750 Log: license headers back on generated files Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/parser/ASTMapEntry.java jakarta/commons

svn commit: r543799 - in /jakarta/commons/proper/jelly/trunk/xdocs/style: ./ project.css

2007-06-02 Thread proyal
Author: proyal Date: Sat Jun 2 15:59:58 2007 New Revision: 543799 URL: http://svn.apache.org/viewvc?view=revrev=543799 Log: add new project stylesheet Added: jakarta/commons/proper/jelly/trunk/xdocs/style/ jakarta/commons/proper/jelly/trunk/xdocs/style/project.css Added: jakarta

svn commit: r543702 - in /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl: ./ parser/ util/introspection/

2007-06-01 Thread proyal
Author: proyal Date: Fri Jun 1 20:54:51 2007 New Revision: 543702 URL: http://svn.apache.org/viewvc?view=revrev=543702 Log: JEXL-13 - Allow pluggable Uberspect by supplying one when creating a non-static instance of the ExpressionFactory. The static instance still uses the default Uberspect

svn commit: r543703 - /jakarta/commons/proper/jexl/trunk/project.xml

2007-06-01 Thread proyal
Author: proyal Date: Fri Jun 1 20:59:44 2007 New Revision: 543703 URL: http://svn.apache.org/viewvc?view=revrev=543703 Log: fix my org Modified: jakarta/commons/proper/jexl/trunk/project.xml Modified: jakarta/commons/proper/jexl/trunk/project.xml URL: http://svn.apache.org/viewvc/jakarta

svn commit: r513425 - /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/Introspector.java

2007-03-01 Thread proyal
Author: proyal Date: Thu Mar 1 10:18:37 2007 New Revision: 513425 URL: http://svn.apache.org/viewvc?view=revrev=513425 Log: avoid NPE when params[i] is null Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/introspection/Introspector.java Modified: jakarta

svn commit: r239434 - /jakarta/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/impl/StaticTagScript.java

2005-08-23 Thread proyal
Author: proyal Date: Tue Aug 23 09:55:26 2005 New Revision: 239434 URL: http://svn.apache.org/viewcvs?rev=239434view=rev Log: fix regression from JELLY-213 -- NPE and CCE Modified: jakarta/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/impl/StaticTagScript.java Modified

svn commit: r227285 - in /jakarta/commons/proper/jelly/trunk: src/java/org/apache/commons/jelly/JellyContext.java src/java/org/apache/commons/jelly/impl/TagScript.java src/test/org/apache/commons/jelly/core/BaseMemoryLeakTest.java xdocs/changes.xml

2005-08-03 Thread proyal
Author: proyal Date: Wed Aug 3 18:26:19 2005 New Revision: 227285 URL: http://svn.apache.org/viewcvs?rev=227285view=rev Log: Restore JellyContext.isCacheTags to fix regression Modified: jakarta/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/JellyContext.java jakarta

svn commit: r220023 - /jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/core/TestUnexpectedTagCaching.java

2005-07-21 Thread proyal
Author: proyal Date: Thu Jul 21 02:10:02 2005 New Revision: 220023 URL: http://svn.apache.org/viewcvs?rev=220023view=rev Log: Test case to illustrate regression first noted by Kristofer Eriksson in that tags will expect to start from a baseline state upon each invocation Added: jakarta

svn commit: r157762 - in jakarta/commons/proper/email/trunk/src/java/org/apache/commons/mail: HtmlEmail.java MultiPartEmail.java

2005-03-16 Thread proyal
Author: proyal Date: Wed Mar 16 07:19:36 2005 New Revision: 157762 URL: http://svn.apache.org/viewcvs?view=revrev=157762 Log: Modify HTML message construction to always put the test/html before any attachments Modified: jakarta/commons/proper/email/trunk/src/java/org/apache/commons/mail

cvs commit: jakarta-commons/jexl/src/test/org/apache/commons/jexl JexlTest.java

2004-05-19 Thread proyal
proyal 2004/05/19 08:22:46 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Add test for map['size'] and a commented out test that maybe we want to support map.size as property access Revision ChangesPath 1.36 +12 -1 jakarta-commons/jexl/src

cvs commit: jakarta-commons/jexl jexl.ipr

2003-12-30 Thread proyal
proyal 2003/12/30 12:45:11 Removed: jexl jexl.ipr Log: Remove the IDEA project file from CVS - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/jexl .cvsignore

2003-12-30 Thread proyal
proyal 2003/12/30 12:46:45 Modified:jexl .cvsignore Log: Ignore IDEA project files Revision ChangesPath 1.3 +3 -0 jakarta-commons/jexl/.cvsignore Index: .cvsignore === RCS file

cvs commit: jakarta-commons/jexl/src/test/org/apache/commons/jexl JexlTest.java

2003-12-30 Thread proyal
proyal 2003/12/30 12:47:53 Modified:jexl/src/java/org/apache/commons/jexl/parser ASTEmptyFunction.java jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Testcase and fix for bug where the empty() function didn't work on bean.subitem

cvs commit: jakarta-commons/jexl/src/java/org/apache/commons/jexl/parser ASTMethod.java

2003-09-03 Thread proyal
proyal 2003/09/03 17:36:15 Modified:jexl/src/java/org/apache/commons/jexl/parser ASTMethod.java Log: 20729: Patch from Mark Wilkinson to remove unneeded e.printStackTrace() Revision ChangesPath 1.5 +4 -10 jakarta-commons/jexl/src/java/org/apache/commons/jexl

cvs commit: jakarta-commons/jexl/src/test/org/apache/commons/jexl JexlTest.java

2003-09-03 Thread proyal
proyal 2003/09/03 18:06:29 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: * Remove unused variables * Add test for empty(dotted.param) that Ryan Hoegg reported Revision ChangesPath 1.30 +10 -5 jakarta-commons/jexl/src/test/org/apache

cvs commit: jakarta-commons/jelly/jelly-tags/util/src/java/org/apache/commons/jelly/tags/util ReplaceTag.java

2003-09-03 Thread proyal
proyal 2003/09/03 18:22:14 Modified:jelly/jelly-tags/util/src/java/org/apache/commons/jelly/tags/util ReplaceTag.java Log: [JELLY-77] Correct javadocs Patch from Paul O'Fallon Revision ChangesPath 1.3 +1 -1 jakarta-commons/jelly

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly JellyContext.java

2003-09-03 Thread proyal
proyal 2003/09/03 18:25:51 Modified:jelly/src/java/org/apache/commons/jelly JellyContext.java Log: [JELLY-74] Obey scope inheritance when using getVariable() Patch from Scott Howlett Revision ChangesPath 1.47 +2 -3 jakarta-commons/jelly/src/java/org

cvs commit: jakarta-commons/jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing GbcTag.java

2003-09-03 Thread proyal
proyal 2003/09/03 18:39:35 Modified:jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing GbcTag.java Log: [JELLY-72] Allow gbc tag to inherit properties and allow insets to be easily specified Patch from Scott Howlett Revision

cvs commit: jakarta-commons/jelly/jelly-tags/jface/src/java/org/apache/commons/jelly/tags/jface/preference PreferenceDialogTag.java

2003-09-03 Thread proyal
proyal 2003/09/03 18:52:28 Modified: jelly/jelly-tags/jface/src/java/org/apache/commons/jelly/tags/jface/preference PreferenceDialogTag.java Log: [JELLY-39] Allow specification of a preferenceDialog's parent Patch from Christiaan ten Klooster

cvs commit: jakarta-commons/jelly build-all.xml build-legacy.xml build.xml

2003-09-03 Thread proyal
proyal 2003/09/03 18:57:15 Removed: jellybuild-all.xml build-legacy.xml build.xml Log: Remove ant build scripts since they are not maintained - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly XMLOutput.java

2003-09-03 Thread proyal
proyal 2003/09/03 19:05:46 Modified:jelly/src/java/org/apache/commons/jelly XMLOutput.java Log: [JELLY-69] Test to make sure ContentHandler is an XMLWriter before casting Patch from Willie Vu Revision ChangesPath 1.11 +11 -7 jakarta-commons/jelly/src/java

cvs commit: jakarta-commons/jelly project.xml

2003-09-03 Thread proyal
proyal 2003/09/03 19:00:54 Modified:jellyproject.xml Log: [JELLY-64] Remove maven POM inheritance to simply project checkouts Revision ChangesPath 1.131 +35 -1 jakarta-commons/jelly/project.xml Index: project.xml

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core ImportTag.java RemoveTag.java

2003-09-03 Thread proyal
proyal 2003/09/03 18:54:27 Modified:jelly/src/java/org/apache/commons/jelly/tags/core ImportTag.java RemoveTag.java Log: [JELLY-87] Allow var of RemoveTag to be an expression Patch from Robert McIntosh Revision ChangesPath 1.7 +7 -7

cvs commit: jakarta-commons/jelly maven.xml

2003-07-27 Thread proyal
proyal 2003/07/27 11:28:21 Modified:jellymaven.xml Log: Make default jar:jar Revision ChangesPath 1.62 +1 -3 jakarta-commons/jelly/maven.xml Index: maven.xml === RCS file: /home/cvs

cvs commit: jakarta-commons/jelly maven.xml project.xml

2003-07-27 Thread proyal
proyal 2003/07/27 16:44:00 Modified:jellymaven.xml project.xml Log: * Remove postgoals and use native maven features now. it has been long enough * Add explicit sourceDirectory and unitTestSourceDirectory Revision ChangesPath 1.63 +4 -31 jakarta-commons

cvs commit: jakarta-commons/jelly/jelly-tags project.xml

2003-07-27 Thread proyal
proyal 2003/07/27 16:52:57 Modified:jelly/jelly-tags project.xml Log: JELLY-64: Add ${basedir} to build/Directory elements. Revision ChangesPath 1.2 +2 -2 jakarta-commons/jelly/jelly-tags/project.xml Index: project.xml

cvs commit: jakarta-commons/jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing KeyListenerTag.java FocusListenerTag.java SwingTagLibrary.java ComponentTag.java

2003-07-27 Thread proyal
proyal 2003/07/27 17:34:11 Modified:jelly/jelly-tags/swing maven.xml jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing SwingTagLibrary.java ComponentTag.java Added: jelly/jelly-tags/swing/src/java/org/apache/commons/jelly

cvs commit: jakarta-commons/jelly/jelly-tags/email maven.xml

2003-07-27 Thread proyal
proyal 2003/07/27 17:41:10 Modified:jelly/jelly-tags/email maven.xml Log: Use 'jar:jar' now. Revision ChangesPath 1.2 +1 -1 jakarta-commons/jelly/jelly-tags/email/maven.xml Index: maven.xml

cvs commit: jakarta-commons/jelly/jelly-tags/email/src/java/org/apache/commons/jelly/tags/email EmailTag.java

2003-07-27 Thread proyal
proyal 2003/07/27 17:43:23 Modified:jelly/jelly-tags/email/src/java/org/apache/commons/jelly/tags/email EmailTag.java Log: [JELLY-63] email Tag Library Allow email tag attributes to accept expressions Patch from Willie Vu Revision Changes

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly/impl DynamicBeanTag.java

2003-07-27 Thread proyal
proyal 2003/07/27 17:47:41 Modified:jelly/src/java/org/apache/commons/jelly/impl DynamicBeanTag.java Log: [JELLY-61] Throw correct exception when using DynamicBeanTag Patch from Brian Ewins Revision ChangesPath 1.12 +1 -1 jakarta

cvs commit: jakarta-commons/jelly/jelly-tags/fmt maven.xml

2003-07-27 Thread proyal
proyal 2003/07/27 17:48:46 Modified:jelly/jelly-tags/fmt maven.xml Log: Update to jar:jar Revision ChangesPath 1.2 +1 -1 jakarta-commons/jelly/jelly-tags/fmt/maven.xml Index: maven.xml

cvs commit: jakarta-commons/jelly/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt BundleTag.java

2003-07-27 Thread proyal
proyal 2003/07/27 17:51:34 Modified:jelly/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt BundleTag.java Log: [JELLY-62] FMT Tag Library BundleTag will now load resources from the JellyContext classloader Patch from Willie Vu

cvs commit: jakarta-commons/jexl project.xml STATUS.html

2003-06-22 Thread proyal
proyal 2003/06/22 12:35:56 Modified:jexl project.xml STATUS.html Log: Add self to status file Revision ChangesPath 1.12 +6 -0 jakarta-commons/jexl/project.xml Index: project.xml

cvs commit: jakarta-commons/jexl/src/java/org/apache/commons/jexl/util/introspection UberspectImpl.java

2003-06-22 Thread proyal
proyal 2003/06/22 12:40:40 Modified:jexl/src/java/org/apache/commons/jexl/parser ASTMethod.java jexl/src/java/org/apache/commons/jexl/util/introspection UberspectImpl.java Log: Fix 20729 - Rethrow exceptions from method execution rather than

cvs commit: jakarta-commons/jexl/src/test/org/apache/commons/jexl JexlTest.java

2003-06-22 Thread proyal
proyal 2003/06/22 12:43:01 Modified:jexl/src/java/org/apache/commons/jexl/parser ASTGENode.java ASTGTNode.java ASTLENode.java ASTLTNode.java jexl/src/java/org/apache/commons/jexl/util Coercion.java jexl/src/test/org/apache/commons

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly/expression/jexl JexlExpressionFactory.java

2003-06-22 Thread proyal
proyal 2003/06/22 13:25:53 Modified:jelly/src/java/org/apache/commons/jelly/expression/jexl JexlExpressionFactory.java Log: bugzilla 20730 - Be more descriptive when unable to create an expression Revision ChangesPath 1.15 +6 -6

cvs commit: jakarta-commons/jelly/src/test/org/apache/commons/jelly TestJellyContext.java

2003-06-22 Thread proyal
proyal 2003/06/22 17:40:21 Modified:jelly/src/test/org/apache/commons/jelly TestJellyContext.java Log: Add license :) Revision ChangesPath 1.2 +62 -1 jakarta-commons/jelly/src/test/org/apache/commons/jelly/TestJellyContext.java

cvs commit: jakarta-commons/jelly commonDependencies.ent

2003-06-22 Thread proyal
proyal 2003/06/22 19:05:15 Modified:jellycommonDependencies.ent Log: Upgrade dependencies to fix JELLY-26 Revision ChangesPath 1.7 +2 -2 jakarta-commons/jelly/commonDependencies.ent Index: commonDependencies.ent

cvs commit: jakarta-commons/jelly/xdocs faq.xml gettingstarted.xml index.xml powered.xml

2003-06-22 Thread proyal
proyal 2003/06/22 19:30:49 Modified:jelly/xdocs faq.xml gettingstarted.xml index.xml powered.xml Log: Fix links to point to new top-level projects Revision ChangesPath 1.8 +1 -1 jakarta-commons/jelly/xdocs/faq.xml Index: faq.xml

cvs commit: jakarta-commons/jelly/src/test/org/apache/commons/jelly/core testChooseTag.jelly TestChooseTag.java

2003-06-22 Thread proyal
proyal 2003/06/22 19:32:10 Added: jelly/src/test/org/apache/commons/jelly/core testChooseTag.jelly TestChooseTag.java Log: Additional unit tests from Ben Walding Revision ChangesPath 1.1 jakarta-commons/jelly/src/test/org