RE: [logging] Logger.getName

2005-09-29 Thread Jörg Schaible
Hi Jörg,

Joerg Hohwiller wrote on Wednesday, September 28, 2005 8:36 PM:

[snip]

 So the question still is if I should implement getName() or
 kick it out.

Well, *my* use case for the getName() was creating a child logger. Originally I 
had just the idea, that getName() would be easier to implement from a 
portability view.

- Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [logging] log4j 1.3 support

2005-09-29 Thread Boris Unckel
Hello
 Hi there,
 
 it seems that log4j from version 1.3 supports the loglevel Trace.
 As suggested by Bugzilla #34437 this new loglevel should be used by
 commons-logging. It seems that therefore the new class Log4J13Logger was
 invented.
 
Level.Trace was introduced in 1.2.12
http://logging.apache.org/log4j/docs/api/org/apache/log4j/Level.html#TRACE

Regards
Boris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36856] New: - not support content charset gb2312

2005-09-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36856.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36856

   Summary: not support content  charset gb2312
   Product: Commons
   Version: 1.0 Final
  Platform: Other
OS/Version: other
Status: NEW
  Keywords: APIBug
  Severity: normal
  Priority: P2
 Component: Email
AssignedTo: commons-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


when i try the example :
Email email=new SimpleEmail();
email.setHostName(129.1.1.129);
email.setAuthentication(admin,1);
email.addTo([EMAIL PROTECTED], wjq);
email.setFrom([EMAIL PROTECTED], Me);
email.setCharset(gb2312);
email.setSubject(²âÊÔ¼òµ¥Óʼþ);
email.setMsg(ÕâÊDzâÊÔ¼òµ¥Óʼþ);   
email.send();   

the received mail content like    ,when change Email.TEXT_PLAIN 
= text/plain to  TEXT_PLAIN = text/plain;charset=gb2312  , all are right

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36856] - [email] not support content charset gb2312

2005-09-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36856.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36856


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|not support content  charset|[email] not support content
   |gb2312  |charset gb2312




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36857] New: - Unary Minus + Float not supported

2005-09-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36857.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36857

   Summary: Unary Minus + Float not supported
   Product: Commons
   Version: unspecified
  Platform: Other
OS/Version: other
Status: NEW
  Severity: major
  Priority: P2
 Component: JEXL
AssignedTo: commons-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


Unary Minus is only supported for Integers. See the attached patch to solve the
problem.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36857] - Unary Minus + Float not supported

2005-09-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36857.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36857





--- Additional Comments From [EMAIL PROTECTED]  2005-09-29 10:19 ---
Created an attachment (id=16549)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=16549action=view)
adds Float support for Unary Minus operator


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33264] - [pool] GenericObjectPool is a LIFO, not a FIFO implementation

2005-09-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=33264.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33264





--- Additional Comments From [EMAIL PROTECTED]  2005-09-29 14:19 ---
Looks good to me. Thanks!

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33265] - [pool] Number of tested objects in eviction runs of GenericObjectPool

2005-09-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=33265.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33265





--- Additional Comments From [EMAIL PROTECTED]  2005-09-29 14:33 ---
If the eviction cursor has been closed and has been re-created (because there
was no previous item), then after that there *is* a previous item, so the
timestamp comparison works. There must be a previous item, because the pool has
been tested not to be empty.

So it should be safe to always execute the ELSE body in each iteration (after
the hasPrevious() check, of course).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE][RESULT] New Committer - Jörg Schaible

2005-09-29 Thread Phil Steitz
This vote has passed, with 9 binding +1, one non-binding +1 and no +0, -0 or -1.

Welcome, Jörg!

Phil

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36857] - [jexl] Unary Minus + Float not supported

2005-09-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36857.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36857


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|Unary Minus + Float not |[jexl] Unary Minus + Float
   |supported   |not supported




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [VOTE][RESULT] New Committer - Jörg Schaib le

2005-09-29 Thread Jörg Schaible
Hello guys,

Phil Steitz wrote on Thursday, September 29, 2005 2:59 PM:

 This vote has passed, with 9 binding +1, one non-binding +1
 and no +0, -0 or -1.
 
 Welcome, Jörg!

thank you for all your sincere comments and I am really honored to get voted 
into the Apache community. I am really looking forward to work with you at some 
of the components and improve their functionality and quality - just as time 
and family permits ;-)

Cheers,
Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r292445 - in /jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env: MockJspContext.java RootContextTest.java

2005-09-29 Thread rahul
Author: rahul
Date: Thu Sep 29 08:21:25 2005
New Revision: 292445

URL: http://svn.apache.org/viewcvs?rev=292445view=rev
Log:
Organize imports

Modified:

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/MockJspContext.java

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/RootContextTest.java

Modified: 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/MockJspContext.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/MockJspContext.java?rev=292445r1=292444r2=292445view=diff
==
--- 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/MockJspContext.java
 (original)
+++ 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/MockJspContext.java
 Thu Sep 29 08:21:25 2005
@@ -15,20 +15,14 @@
  */
 package org.apache.commons.scxml.env;
 
-import java.net.URL;
-
 import java.util.Enumeration;
 import java.util.HashMap;
 import java.util.Map;
-import javax.servlet.jsp.el.ExpressionEvaluator;
-import javax.servlet.jsp.el.VariableResolver;
+
 import javax.servlet.jsp.JspContext;
 import javax.servlet.jsp.JspWriter;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-import junit.textui.TestRunner;
+import javax.servlet.jsp.el.ExpressionEvaluator;
+import javax.servlet.jsp.el.VariableResolver;
 
 /**
  * A placeholder for a JspContext, to run tests against.

Modified: 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/RootContextTest.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/RootContextTest.java?rev=292445r1=292444r2=292445view=diff
==
--- 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/RootContextTest.java
 (original)
+++ 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/RootContextTest.java
 Thu Sep 29 08:21:25 2005
@@ -17,8 +17,6 @@
 
 import java.net.URL;
 
-import java.util.HashMap;
-import java.util.Map;
 import javax.servlet.jsp.JspContext;
 
 import junit.framework.Test;
@@ -26,7 +24,6 @@
 import junit.framework.TestSuite;
 import junit.textui.TestRunner;
 
-import org.apache.commons.scxml.env.ELEvaluator;
 import org.apache.commons.scxml.SCXMLExecutor;
 import org.apache.commons.scxml.SCXMLTestHelper;
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r292452 - in /jakarta/commons/sandbox/scxml/trunk/src: main/java/org/apache/commons/scxml/env/jsp/ test/java/org/apache/commons/scxml/env/jsp/

2005-09-29 Thread rahul
Author: rahul
Date: Thu Sep 29 08:43:09 2005
New Revision: 292452

URL: http://svn.apache.org/viewcvs?rev=292452view=rev
Log:
New env.jsp packages, distributing the current contents of the env package so 
each supported environment can get its own package space in the source tree.

Added:

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r292472 - in /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env: ELContext.java jsp/ELContext.java

2005-09-29 Thread rahul
Author: rahul
Date: Thu Sep 29 09:51:31 2005
New Revision: 292472

URL: http://svn.apache.org/viewcvs?rev=292472view=rev
Log:
Moving to new env.jsp packages as-is, incorrect package declarations et al.

Added:

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/ELContext.java
  - copied unchanged from r292471, 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/ELContext.java
Removed:

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/ELContext.java


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r292475 - in /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env: ELEvaluator.java jsp/ELEvaluator.java

2005-09-29 Thread rahul
Author: rahul
Date: Thu Sep 29 09:55:24 2005
New Revision: 292475

URL: http://svn.apache.org/viewcvs?rev=292475view=rev
Log:
Moving to new env.jsp packages as-is, incorrect package declarations et al.

Added:

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/ELEvaluator.java
  - copied unchanged from r292474, 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/ELEvaluator.java
Removed:

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/ELEvaluator.java


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r292476 - in /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env: RootContext.java jsp/RootContext.java

2005-09-29 Thread rahul
Author: rahul
Date: Thu Sep 29 09:56:05 2005
New Revision: 292476

URL: http://svn.apache.org/viewcvs?rev=292476view=rev
Log:
Moving to new env.jsp packages as-is, incorrect package declarations et al.

Added:

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/RootContext.java
  - copied unchanged from r292475, 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/RootContext.java
Removed:

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/RootContext.java


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r292477 - in /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env: Standalone.java jsp/Standalone.java

2005-09-29 Thread rahul
Author: rahul
Date: Thu Sep 29 09:56:41 2005
New Revision: 292477

URL: http://svn.apache.org/viewcvs?rev=292477view=rev
Log:
Moving to new env.jsp packages as-is, incorrect package declarations et al.

Added:

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/Standalone.java
  - copied unchanged from r292476, 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/Standalone.java
Removed:

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/Standalone.java


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r292478 - in /jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env: MockJspContext.java jsp/MockJspContext.java

2005-09-29 Thread rahul
Author: rahul
Date: Thu Sep 29 09:58:33 2005
New Revision: 292478

URL: http://svn.apache.org/viewcvs?rev=292478view=rev
Log:
Moving to new env.jsp packages as-is, incorrect package declarations et al.

Added:

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/MockJspContext.java
  - copied unchanged from r292477, 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/MockJspContext.java
Removed:

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/MockJspContext.java


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r292479 - in /jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env: RootContextTest.java jsp/RootContextTest.java

2005-09-29 Thread rahul
Author: rahul
Date: Thu Sep 29 09:59:20 2005
New Revision: 292479

URL: http://svn.apache.org/viewcvs?rev=292479view=rev
Log:
Moving to new env.jsp packages as-is, incorrect package declarations et al.

Added:

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/RootContextTest.java
  - copied unchanged from r292478, 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/RootContextTest.java
Removed:

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/RootContextTest.java


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r292480 - in /jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env: jsp-rootctx-test.xml jsp/jsp-rootctx-test.xml

2005-09-29 Thread rahul
Author: rahul
Date: Thu Sep 29 10:00:13 2005
New Revision: 292480

URL: http://svn.apache.org/viewcvs?rev=292480view=rev
Log:
Moving to new env.jsp packages as-is, incorrect package declarations et al.

Added:

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/jsp-rootctx-test.xml
  - copied unchanged from r292479, 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp-rootctx-test.xml
Removed:

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp-rootctx-test.xml


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r292489 - in /jakarta/commons/sandbox/scxml/trunk: ./ src/main/java/org/apache/commons/scxml/env/ src/main/java/org/apache/commons/scxml/env/jsp/ src/test/java/org/apache/commons/scxml/env

2005-09-29 Thread rahul
Author: rahul
Date: Thu Sep 29 10:37:28 2005
New Revision: 292489

URL: http://svn.apache.org/viewcvs?rev=292489view=rev
Log:
Completing the env.jsp package creations.

Added:

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/package.html
   (with props)

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/EnvJspTestSuite.java
   (with props)
Modified:
jakarta/commons/sandbox/scxml/trunk/project.xml

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/ELContext.java

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/ELEvaluator.java

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/RootContext.java

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/Standalone.java

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/package.html

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/EnvTestSuite.java

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/MockJspContext.java

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/RootContextTest.java

Modified: jakarta/commons/sandbox/scxml/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/project.xml?rev=292489r1=292488r2=292489view=diff
==
--- jakarta/commons/sandbox/scxml/trunk/project.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/project.xml Thu Sep 29 10:37:28 2005
@@ -118,9 +118,10 @@
 unitTestSourceDirectorysrc/test/java/unitTestSourceDirectory
 unitTest
   includes
+includeorg/apache/commons/scxml/SCXMLTestSuite.java/include
 includeorg/apache/commons/scxml/env/EnvTestSuite.java/include
+
includeorg/apache/commons/scxml/env/jsp/EnvJspTestSuite.java/include
 includeorg/apache/commons/scxml/model/ModelTestSuite.java/include
-includeorg/apache/commons/scxml/SCXMLTestSuite.java/include
   /includes
   resources
 resource

Modified: 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/ELContext.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/ELContext.java?rev=292489r1=292488r2=292489view=diff
==
--- 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/ELContext.java
 (original)
+++ 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/ELContext.java
 Thu Sep 29 10:37:28 2005
@@ -15,7 +15,7 @@
  *  limitations under the License.
  *
  */
-package org.apache.commons.scxml.env;
+package org.apache.commons.scxml.env.jsp;
 
 import java.util.HashMap;
 import java.util.Iterator;

Modified: 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/ELEvaluator.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/ELEvaluator.java?rev=292489r1=292488r2=292489view=diff
==
--- 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/ELEvaluator.java
 (original)
+++ 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/ELEvaluator.java
 Thu Sep 29 10:37:28 2005
@@ -15,7 +15,7 @@
  *  limitations under the License.
  *
  */
-package org.apache.commons.scxml.env;
+package org.apache.commons.scxml.env.jsp;
 
 import java.lang.reflect.Method;
 import java.util.Iterator;

Modified: 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/RootContext.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/RootContext.java?rev=292489r1=292488r2=292489view=diff
==
--- 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/RootContext.java
 (original)
+++ 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/RootContext.java
 Thu Sep 29 10:37:28 2005
@@ -15,7 +15,7 @@
  *  limitations under the License.
  *
  */
-package org.apache.commons.scxml.env;
+package org.apache.commons.scxml.env.jsp;
 
 import java.util.Iterator;
 

Modified: 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/Standalone.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/Standalone.java?rev=292489r1=292488r2=292489view=diff

svn commit: r292492 - in /jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml: AllSCXMLTestSuite.java SCXMLTestHelper.java model/ActionsTest.java

2005-09-29 Thread rahul
Author: rahul
Date: Thu Sep 29 10:47:18 2005
New Revision: 292492

URL: http://svn.apache.org/viewcvs?rev=292492view=rev
Log:
Connect the new env.jsp test suite to AllSCXMLTestSuite

Modified:

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/AllSCXMLTestSuite.java

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/SCXMLTestHelper.java

jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/model/ActionsTest.java

Modified: 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/AllSCXMLTestSuite.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/AllSCXMLTestSuite.java?rev=292492r1=292491r2=292492view=diff
==
--- 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/AllSCXMLTestSuite.java
 (original)
+++ 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/AllSCXMLTestSuite.java
 Thu Sep 29 10:47:18 2005
@@ -21,6 +21,7 @@
 import junit.textui.TestRunner;
 
 import org.apache.commons.scxml.env.EnvTestSuite;
+import org.apache.commons.scxml.env.jsp.EnvJspTestSuite;
 import org.apache.commons.scxml.model.ModelTestSuite;
 
 /**
@@ -52,6 +53,7 @@
 suite.setName(Commons-SCXML (all) Tests);
 suite.addTest(SCXMLTestSuite.suite());
 suite.addTest(EnvTestSuite.suite());
+suite.addTest(EnvJspTestSuite.suite());
 suite.addTest(ModelTestSuite.suite());
 return suite;
 }

Modified: 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/SCXMLTestHelper.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/SCXMLTestHelper.java?rev=292492r1=292491r2=292492view=diff
==
--- 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/SCXMLTestHelper.java
 (original)
+++ 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/SCXMLTestHelper.java
 Thu Sep 29 10:47:18 2005
@@ -19,8 +19,8 @@
 
 import junit.framework.Assert;
 
-import org.apache.commons.scxml.env.ELEvaluator;
-import org.apache.commons.scxml.env.ELContext;
+import org.apache.commons.scxml.env.jsp.ELEvaluator;
+import org.apache.commons.scxml.env.jsp.ELContext;
 import org.apache.commons.scxml.env.SimpleDispatcher;
 import org.apache.commons.scxml.env.Tracer;
 import org.apache.commons.scxml.model.SCXML;

Modified: 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/model/ActionsTest.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/model/ActionsTest.java?rev=292492r1=292491r2=292492view=diff
==
--- 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/model/ActionsTest.java
 (original)
+++ 
jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/model/ActionsTest.java
 Thu Sep 29 10:47:18 2005
@@ -22,8 +22,8 @@
 import junit.framework.TestSuite;
 import junit.textui.TestRunner;
 
-import org.apache.commons.scxml.env.ELEvaluator;
-import org.apache.commons.scxml.env.ELContext;
+import org.apache.commons.scxml.env.jsp.ELEvaluator;
+import org.apache.commons.scxml.env.jsp.ELContext;
 import org.apache.commons.scxml.SCXMLExecutor;
 import org.apache.commons.scxml.SCXMLTestHelper;
 /**



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE][RESULT] New Committer - Jörg Schaible

2005-09-29 Thread Henri Yandell
Phil, I assume you're handling the account request etc, or is Jorg an
ASF committer already?

Hen

On 9/29/05, Phil Steitz [EMAIL PROTECTED] wrote:
 This vote has passed, with 9 binding +1, one non-binding +1 and no +0, -0 or 
 -1.

 Welcome, Jörg!

 Phil

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[configuration] Release 1.2

2005-09-29 Thread Oliver Heger
A while ago we discussed the possibility of a new release of 
commons-configuration. Now back from my vacations I could spend some 
time on this task.


Following is a Todo list with things I would like to get done before a 
release. So this can be considered as a simple release plan. Feel free 
to comment or add further points.


- Bugzilla:
There are three tickets in the need info state, which can be closed 
because of lack of feedback. For 35858 we can decide whether the 
subset() implementation of HierarchicalConfiguration can be dropped. For 
other tickets I feel no urgent need to address any before the release.


- Ensure binary compatibility
A Clirr or JDiff report should be created as mentioned in the Releasing 
Components section.


- Documentation
Some improvements of our user guide won't be wrong.

- Code quality
Address errors and warnings displayed by Checkstyle, Javadoc, and other 
reports. Maybe try to further increase test coverage.
Apropos: What's the state of the new plist package? Test coverage is 
quite low (maybe because a failing unit test was disabled), and the 
Eclipse compiler outputs several warnings (e.g. about unused variables). 
Is it yet mature?


Any other points?

Oliver

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36773] - [digester] [PATCH] NodeCreateRule does not correctly handle namespaced attributes

2005-09-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36773.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36773





--- Additional Comments From [EMAIL PROTECTED]  2005-09-29 20:51 ---
Hi Kurt

Please understand's not quite as simple as that.

1. Digester is used extensively where loosy binding is perfectly accceptable. 
2. Digester is old and flexible enough to have to worry about maintaining
compatibility with parsers which are not namespace aware.

However, in this case I've taken a look at the DOM specification and believe
that the passage of code in question is just buggy. DOM expects the qualified
(and not the local) name. I suspect that this is so that it can extract the
prefix for it's own uses. My reading of the API implies that the Element parses
the qualified name to extract the local name itself. Therefore, applying this
patch should not change the existing behaviour and so will do no harm.

Probably worth creating a unit test for the case where there is no namespace,
though. 

Opinions?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[logging] tests

2005-09-29 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there,

I am through with my changes but when I run ant test I get

...
[junit] Tests FAILED

BUILD FAILED
...

But none of the individual tests failed (see below).

I started reading the build.xml file but got a little lost.
Can somebody give me a hint for this.

Take care
  Jörg

[EMAIL PROTECTED]:~/projects/commons-logging$ ant test | grep Failures:
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,033 sec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,02 sec
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0,029 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,569 sec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,009 sec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,003 sec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,006 sec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,007 sec
[junit] Tests run: 7, Failures: 2, Errors: 0, Time elapsed: 0,06 sec
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,048 sec
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,032 sec
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,006 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,072 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,061 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,061 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,089 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,024 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,018 sec
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0,045 sec
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0,048 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,026 sec
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDPEzDmPuec2Dcv/8RAs42AJ9wZzISqtz64zZoncyPvwcLM7tvSQCeIQao
5bAvNhQQm/kORoFthcisPxA=
=a3bt
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36870] New: - BeanUtilsBean.setProperty incorrectly parses the property name

2005-09-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36870.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36870

   Summary: BeanUtilsBean.setProperty incorrectly parses the
property name
   Product: Commons
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Bean Utilities
AssignedTo: commons-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]


BeanUtilsBean.copyProperty() incorrectly strips the 
delimiters.

For example, if the property specified is 
prop(Name with parantheses(xyz))

the name part after the first occurrance of ')' is ignored.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [logging] Logger.getName

2005-09-29 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jörg Schaible wrote:
 Hi Jörg,
Hi Jörg :)
 
 Joerg Hohwiller wrote on Wednesday, September 28, 2005 8:36 PM:
 
 [snip]
 
 
So the question still is if I should implement getName() or
kick it out.
 
 
 Well, *my* use case for the getName() was creating a child logger. 
 Originally I had just the idea, that getName() would
 be easier to implement from a portability view.
I am through with my changes without taking care of the caching of the
LogFactory (solution 2).
The only Problem was/is that the AvalonLogger has a constructor that
takes a single org.apache.avalon.framework.logger.Logger as argument.
If that constructor is used, I can not get the name of the Logger back.
Therefore I assume that it is  and documented that the constructor
should only be used with a root-logger instance.
Additionally I added a constructor with
org.apache.avalon.framework.logger.Logger and String to specify the
name of the initial logger.
When the test issue is clearified, I will provide the full patch.
 
 - Jörg
dito
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDPE5omPuec2Dcv/8RAhC2AJ9sELbpH87R4KLpiV5GqQ4SkZtuKgCfdaoS
3l5e5+1aB9DemRk95Xcteec=
=c/RX
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36870] - [beanutils] BeanUtilsBean.setProperty incorrectly parses the property name

2005-09-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36870.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36870


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|BeanUtilsBean.setProperty   |[beanutils]
   |incorrectly parses the  |BeanUtilsBean.setProperty
   |property name   |incorrectly parses the
   ||property name




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [logging] log4j 1.3 support

2005-09-29 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Boris Unckel wrote:
 Hello
Hi Boris,
 
Hi there,

it seems that log4j from version 1.3 supports the loglevel Trace.
As suggested by Bugzilla #34437 this new loglevel should be used by
commons-logging. It seems that therefore the new class Log4J13Logger was
invented.

 
 Level.Trace was introduced in 1.2.12
 http://logging.apache.org/log4j/docs/api/org/apache/log4j/Level.html#TRACE
You are right. Thanks!
And 1.2.12 is released. As soon as it is in the ibiblio, I will update the
version in project.xml
Only a little confusing that Log4J13Logger is for Log4j 1.2.12+
I will also add this as comment to the Log4J13Logger.
 
 Regards
 Boris
Take care
  Jörg
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDPE+BmPuec2Dcv/8RAruWAKCV66la2YTkse9JJeHWulJa9FCrywCeNL+k
txKyq1reRz4r45nJ+Z3D8zA=
=w6be
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Classloading regression between commons-digester-1.0 and later versions

2005-09-29 Thread Jan Luehe
This may be an old topic, but it seems a classloading regression was
introduced between commons-digester-1.0 and later versions (including
the most recent).

In commons-digester-1.0, a class was loaded as follows:

Class clazz = null;

// Check to see if the context class loader is set,
// and if so, use it, as it may be set in server-side
// environments and Class.forName() may cause issues
ClassLoader ctxLoader =
Thread.currentThread().getContextClassLoader();
if (ctxLoader == null) {
clazz = Class.forName(realClassName);
} else {
clazz = ctxLoader.loadClass(realClassName);
}

that is, if a context classloader had been set, it was used
(unconditionally).

In contrast, commons-digester-1.1 (and up) loads a class as follows:

Class clazz = digester.getClassLoader().loadClass(realClassName);

where Digester.getClassLoader() is implemented as follows:

/**
 * Return the class loader to be used for instantiating application
objects
 * when required.  This is determined based upon the following rules:
 * ul
 * liThe class loader set by codesetClassLoader()/code, if
any/li
 * liThe thread context class loader, if it exists and the
 * codeuseContextClassLoader/code property is set to true/li
 * liThe class loader used to load the Digester class itself.
 * /ul
 */
public ClassLoader getClassLoader() {

if (this.classLoader != null)
return (this.classLoader);
if (this.useContextClassLoader) {
ClassLoader classLoader =
Thread.currentThread().getContextClassLoader();
if (classLoader != null)
return (classLoader);
}
return (this.getClass().getClassLoader());

}

that is, the context classloader is used only if it exists *AND*
the useContextClassLoader property has been set to TRUE. Unfortunately,
useContextClassLoader is FALSE by default, preventing the digester to
load any classes further down in the classloading hierarchy (e.g., in
WEB-INF/lib).

Can someone explain to me the motivation for setting the
useContextClassLoader property to FALSE by default?

We can easily restore the commons-digester-1.0 behaviour in our own
code by setting useContextClassLoader to TRUE on the Digester
instances we acquire. However, this is not possible on foreign code
that we bundle.

It would be useful if Digester.getClassLoader() would also consider a
system property (in addition to its own useContextClassLoader
property) when determining whether to use the context classloader.

Any comments appreciated.


Jan




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[logging] log4j-1.2.12 at ibiblio?

2005-09-29 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there log4j-community,

Log4j 1.2.12 was released and invented the loglevel Trace.
We from commons-logging have been asked to use this level
if available for tracing if log4j is the underlying native logger 
implementation.

This has been done now and will be in the upcomming 1.0.5 release
of jcl.

Could someone of you guyz be so neat and updload the log4j 1.2.12
jar at ibiblio so we can update our maven dependencies and the
current state will build properly?

Thank you!
  Jörg
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDPFiPmPuec2Dcv/8RAuSbAJ988+63WxHhZ/rHEBpbSdPfB6igvQCfYTr9
YpAwGTccIgwlibnPbD2z5uU=
=V92f
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [logging] log4j-1.2.12 at ibiblio?

2005-09-29 Thread Arnaud HERITIER
It was done some days ago

http://www.ibiblio.org/maven/log4j/jars/

Arnaud
 

 -Message d'origine-
 De : Joerg Hohwiller [mailto:[EMAIL PROTECTED] 
 Envoyé : jeudi 29 septembre 2005 23:12
 À : log4j-dev@logging.apache.org
 Cc : Jakarta Commons Developers List
 Objet : [logging] log4j-1.2.12 at ibiblio?
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi there log4j-community,
 
 Log4j 1.2.12 was released and invented the loglevel Trace.
 We from commons-logging have been asked to use this level if 
 available for tracing if log4j is the underlying native 
 logger implementation.
 
 This has been done now and will be in the upcomming 1.0.5 
 release of jcl.
 
 Could someone of you guyz be so neat and updload the log4j 
 1.2.12 jar at ibiblio so we can update our maven dependencies 
 and the current state will build properly?
 
 Thank you!
   Jörg
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.1 (GNU/Linux)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
 iD8DBQFDPFiPmPuec2Dcv/8RAuSbAJ988+63WxHhZ/rHEBpbSdPfB6igvQCfYTr9
 YpAwGTccIgwlibnPbD2z5uU=
 =V92f
 -END PGP SIGNATURE-
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [logging] log4j-1.2.12 at ibiblio?

2005-09-29 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Arnaud HERITIER wrote:
 It was done some days ago
 
 http://www.ibiblio.org/maven/log4j/jars/
 
 Arnaud
Hi Arnaud,

you are right. I quickly checked again before writing the mail,
but it seems I am blind or stupid (actually I used another browser
that does plain-alphabetical ordering :))

Thanks
  Jörg
  
 
 
-Message d'origine-
De : Joerg Hohwiller [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 29 septembre 2005 23:12
À : log4j-dev@logging.apache.org
Cc : Jakarta Commons Developers List
Objet : [logging] log4j-1.2.12 at ibiblio?

 Hi there log4j-community,
 
 Log4j 1.2.12 was released and invented the loglevel Trace.
 We from commons-logging have been asked to use this level if 
 available for tracing if log4j is the underlying native 
 logger implementation.
 
 This has been done now and will be in the upcomming 1.0.5 
 release of jcl.
 
 Could someone of you guyz be so neat and updload the log4j 
 1.2.12 jar at ibiblio so we can update our maven dependencies 
 and the current state will build properly?
 
 Thank you!
   Jörg

- -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDPFvPmPuec2Dcv/8RAi+LAJ9ZLeTO2GpYdlG0Hty9CU0Mqe26MgCgkPNZ
5fWu6dk9Jt4z0BnZJZnCs4Q=
=UMwd
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r292567 - in /jakarta/commons/proper/configuration/trunk: ./ src/java/org/apache/commons/configuration/plist/ src/test/org/apache/commons/configuration/plist/

2005-09-29 Thread ebourg
Author: ebourg
Date: Thu Sep 29 15:24:16 2005
New Revision: 292567

URL: http://svn.apache.org/viewcvs?rev=292567view=rev
Log:
Improved the test coverage on the plist package

Added:

jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/plist/TestPropertyListParser.java
Modified:
jakarta/commons/proper/configuration/trunk/project.properties

jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/PropertyListConfiguration.java

jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/PropertyListParser.java

jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/PropertyListParser.jj

jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/PropertyListParserTokenManager.java

jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/SimpleCharStream.java

jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/XMLPropertyListConfiguration.java

jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/plist/TestPropertyListConfiguration.java

jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/plist/TestXMLPropertyListConfiguration.java

Modified: jakarta/commons/proper/configuration/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/project.properties?rev=292567r1=292566r2=292567view=diff
==
--- jakarta/commons/proper/configuration/trunk/project.properties (original)
+++ jakarta/commons/proper/configuration/trunk/project.properties Thu Sep 29 
15:24:16 2005
@@ -35,6 +35,4 @@
 
 maven.compile.source = 1.3
 
-maven.clover.license.path=src/conf/clover.license
-
 
maven.javacc.javacc.grammar=src/java/org/apache/commons/configuration/plist/PropertyListParser.jj

Modified: 
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/PropertyListConfiguration.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/PropertyListConfiguration.java?rev=292567r1=292566r2=292567view=diff
==
--- 
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/PropertyListConfiguration.java
 (original)
+++ 
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/PropertyListConfiguration.java
 Thu Sep 29 15:24:16 2005
@@ -173,13 +173,14 @@
 printNode(out, indentLevel + 1, child);

 

 // add a semi colon for elements that are not dictionaries

-if (child.getValue() != null)

+Object value = child.getValue();

+if (value != null  !(value instanceof Map)  !(value 
instanceof Configuration))

 {

 out.println(;);

 }

 

 // skip a line after arrays and dictionaries

-if (it.hasNext()  (child.getValue() == null || 
child.getValue() instanceof List))

+if (it.hasNext()  (value == null || value instanceof List))

 {

 out.println();

 }

@@ -229,6 +230,7 @@
 else if (value instanceof Configuration)

 {

 // display a flat Configuration as a dictionary

+out.println();

 out.println(padding + {);

 

 Configuration config = (Configuration) value;

@@ -240,11 +242,7 @@
 node.setValue(config.getProperty(key));

 

 printNode(out, indentLevel + 1, node);

-

-if (it.hasNext())

-{

-out.println();

-}

+out.println(;);

 }

 out.println(padding + });

 }

@@ -281,7 +279,7 @@
  *   lifoo;bar - foo;bar/li

  * /ul

  */

-private String quoteString(String s)

+String quoteString(String s)

 {

 if (s == null)

 {


Modified: 
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/PropertyListParser.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/PropertyListParser.java?rev=292567r1=292566r2=292567view=diff
==
--- 
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/PropertyListParser.java
 (original)
+++ 
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/PropertyListParser.java
 Thu 

svn commit: r292589 - in /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml: SCXMLSemantics.java env/jsp/Standalone.java

2005-09-29 Thread rahul
Author: rahul
Date: Thu Sep 29 17:35:16 2005
New Revision: 292589

URL: http://svn.apache.org/viewcvs?rev=292589view=rev
Log:
Enhance the Standalone testing functionality to enable value change events on 
the current Context, and firing dummy events to re-evaluate conditionals on 
event-less transitions.

Modified:

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLSemantics.java

jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/Standalone.java

Modified: 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLSemantics.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLSemantics.java?rev=292589r1=292588r2=292589view=diff
==
--- 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLSemantics.java
 (original)
+++ 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLSemantics.java
 Thu Sep 29 17:35:16 2005
@@ -727,8 +727,9 @@
 Iterator i = eventOccurrences.iterator();
 while (i.hasNext()) {
 String evt = (String) i.next();
-if (evt.equals(transEvent) || evt.startsWith(transEventDot)) {
-return true;
+if (evt == null || evt.equals(transEvent) //null for Standalone
+|| evt.startsWith(transEventDot)) {
+return true;
 }
 }
 return false;

Modified: 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/Standalone.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/Standalone.java?rev=292589r1=292588r2=292589view=diff
==
--- 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/Standalone.java
 (original)
+++ 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/jsp/Standalone.java
 Thu Sep 29 17:35:16 2005
@@ -29,6 +29,7 @@
 import org.apache.commons.scxml.EventDispatcher;
 import org.apache.commons.scxml.SCXMLDigester;
 import org.apache.commons.scxml.SCXMLExecutor;
+import org.apache.commons.scxml.SCXMLHelper;
 import org.apache.commons.scxml.TriggerEvent;
 import org.apache.commons.scxml.env.SimpleDispatcher;
 import org.apache.commons.scxml.env.Tracer;
@@ -36,8 +37,20 @@
 import org.apache.commons.scxml.model.SCXML;
 
 /**
- * Standalone SCXML Interpreter.
- * Useful for command-line testing and debugging.
+ * Standalone SCXML interpreter, useful for command-line testing and
+ * debugging.
+ *
+ * pbUSAGE:/b/p
+ * pcodejava org.apache.commons.scxml.env.jsp.Standalone url/code/p
+ * por/p
+ * pcodejava org.apache.commons.scxml.env.jsp.Standalone filename/code
+ * /p
+ *
+ * pbRUNNING:/b/p
+ * pEnter a space-separated list of events/p
+ * pTo quit, enter quit/p
+ * pTo populate a variable in the current context, type name=value/p
+ * pTo reset state machine, enter reset/p
  *
  */
 public final class Standalone {
@@ -77,15 +90,32 @@
 while ((event = br.readLine()) != null) {
 event = event.trim();
 if (event.equalsIgnoreCase(help) || event.equals(?)) {
-System.out.println(enter a space-separated list of 
+System.out.println(Enter a space-separated list of 
 + events);
-System.out.println(to quit, enter \quit\);
-System.out.println(to reset state machine, enter 
+System.out.println(To populate a variable in the 
++ current context, type \name=value\);
+System.out.println(To quit, enter \quit\);
+System.out.println(To reset state machine, enter 
 + \reset\);
 } else if (event.equalsIgnoreCase(quit)) {
 break;
 } else if (event.equalsIgnoreCase(reset)) {
 exec.reset();
+} else if (event.indexOf('=') != -1) {
+int marker = event.indexOf('=');
+String name = event.substring(0, marker);
+String value = event.substring(marker + 1);
+rootCtx.setLocal(name, value);
+System.out.println(Set variable  + name +  to  +
+value);
+} else if (SCXMLHelper.isStringEmpty(event)
+   || event.equalsIgnoreCase(null)) {
+TriggerEvent[] evts = { new TriggerEvent(null,
+TriggerEvent.SIGNAL_EVENT, null) };
+exec.triggerEvents(evts);
+if 

svn commit: r292593 - /jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml

2005-09-29 Thread rahul
Author: rahul
Date: Thu Sep 29 17:49:36 2005
New Revision: 292593

URL: http://svn.apache.org/viewcvs?rev=292593view=rev
Log:
Today's changes.

Modified:
jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml

Modified: jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml?rev=292593r1=292592r2=292593view=diff
==
--- jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml Thu Sep 29 17:49:36 
2005
@@ -31,6 +31,21 @@
   /ul
 /section
 
+release version=beta-1.0-SNAPSHOT-002 date=09-29-2005 
description=Distributing the env package
+  action dev=rahul type=update
+The scxml.env package has a new child jsp package, to distribute the 
current
+contents of the env package such that each supported environment can 
get its own
+package in the source.
+  /action
+  action dev=rahul type=update
+Enhanced the Standalone testing functionality to enable:
+ol
+  liValue change events on the current Context./li
+  liDummy events to re-evaluate conditionals on event-less 
transitions./li
+/ol
+  /action
+/release
+
 release version=beta-1.0-SNAPSHOT-001 date=09-15-2005 
description=SCXML WD section 3.4 update
   action dev=jaroslav type=update
 Now handling outgoing transitions from a Parallel (Section 3.4 SCXML 
WD)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED]: Project commons-jelly (in module commons-jelly) failed

2005-09-29 Thread commons-jelly development
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project commons-jelly has an issue affecting its community integration.
This issue affects 43 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-jelly :  Commons Jelly
- commons-jelly-tags-ant :  Commons Jelly
- commons-jelly-tags-antlr :  Commons Jelly
- commons-jelly-tags-avalon :  Commons Jelly
- commons-jelly-tags-bean :  Commons Jelly
- commons-jelly-tags-beanshell :  Commons Jelly
- commons-jelly-tags-betwixt :  Commons Jelly
- commons-jelly-tags-bsf :  Commons Jelly
- commons-jelly-tags-define :  Commons Jelly
- commons-jelly-tags-dynabean :  Commons Jelly
- commons-jelly-tags-email :  Commons Jelly
- commons-jelly-tags-fmt :  Commons Jelly
- commons-jelly-tags-html :  Commons Jelly
- commons-jelly-tags-http :  Commons Jelly
- commons-jelly-tags-interaction :  Commons Jelly
- commons-jelly-tags-jetty :  Commons Jelly
- commons-jelly-tags-jface :  Commons Jelly
- commons-jelly-tags-jms :  Commons Jelly
- commons-jelly-tags-jmx :  Commons Jelly
- commons-jelly-tags-jsl :  Commons Jelly
- commons-jelly-tags-junit :  Commons Jelly
- commons-jelly-tags-log :  Commons Jelly
- commons-jelly-tags-memory :  Commons Jelly
- commons-jelly-tags-ojb :  Commons Jelly
- commons-jelly-tags-quartz :  Commons Jelly
- commons-jelly-tags-regexp :  Commons Jelly
- commons-jelly-tags-sql :  Commons Jelly
- commons-jelly-tags-swing :  Commons Jelly
- commons-jelly-tags-swt :  Commons Jelly
- commons-jelly-tags-threads :  Commons Jelly
- commons-jelly-tags-util :  Commons Jelly
- commons-jelly-tags-validate :  Commons Jelly
- commons-jelly-tags-velocity :  Commons Jelly
- commons-jelly-tags-xml :  Commons Jelly
- commons-jelly-tags-xmlunit :  Commons Jelly
- commons-latka :  Functional Testing Suite
- geronimo :  Apache Geronimo, the J2EE server project of the Apache 
Softw...
- jaxme2
- jaxmeapi
- jaxmepm
- jaxmexs
- maven :  Project Management Tools
- maven-bootstrap :  Project Management Tools


Full details are available at:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-jelly-29092005.jar] identifier set to project name
 -DEBUG- Dependency on jakarta-servletapi-5-servlet exists, no need to add for 
property maven.jar.servletapi.
 -DEBUG- Dependency on jakarta-taglibs-standard exists, no need to add for 
property maven.jar.jstl.
 -DEBUG- Dependency on xml-xerces exists, no need to add for property 
maven.jar.xerces.
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/commons-jelly/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/commons-jelly/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/commons-jelly/project.properties
 -INFO- Project Reports in: 
/usr/local/gump/public/workspace/commons-jelly/target/test-reports
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly/gump_work/build_commons-jelly_commons-jelly.html
Work Name: build_commons-jelly_commons-jelly (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 min 1 sec
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/commons-jelly]
CLASSPATH: 

[EMAIL PROTECTED]: Project commons-jelly (in module commons-jelly) failed

2005-09-29 Thread commons-jelly development
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project commons-jelly has an issue affecting its community integration.
This issue affects 43 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-jelly :  Commons Jelly
- commons-jelly-tags-ant :  Commons Jelly
- commons-jelly-tags-antlr :  Commons Jelly
- commons-jelly-tags-avalon :  Commons Jelly
- commons-jelly-tags-bean :  Commons Jelly
- commons-jelly-tags-beanshell :  Commons Jelly
- commons-jelly-tags-betwixt :  Commons Jelly
- commons-jelly-tags-bsf :  Commons Jelly
- commons-jelly-tags-define :  Commons Jelly
- commons-jelly-tags-dynabean :  Commons Jelly
- commons-jelly-tags-email :  Commons Jelly
- commons-jelly-tags-fmt :  Commons Jelly
- commons-jelly-tags-html :  Commons Jelly
- commons-jelly-tags-http :  Commons Jelly
- commons-jelly-tags-interaction :  Commons Jelly
- commons-jelly-tags-jetty :  Commons Jelly
- commons-jelly-tags-jface :  Commons Jelly
- commons-jelly-tags-jms :  Commons Jelly
- commons-jelly-tags-jmx :  Commons Jelly
- commons-jelly-tags-jsl :  Commons Jelly
- commons-jelly-tags-junit :  Commons Jelly
- commons-jelly-tags-log :  Commons Jelly
- commons-jelly-tags-memory :  Commons Jelly
- commons-jelly-tags-ojb :  Commons Jelly
- commons-jelly-tags-quartz :  Commons Jelly
- commons-jelly-tags-regexp :  Commons Jelly
- commons-jelly-tags-sql :  Commons Jelly
- commons-jelly-tags-swing :  Commons Jelly
- commons-jelly-tags-swt :  Commons Jelly
- commons-jelly-tags-threads :  Commons Jelly
- commons-jelly-tags-util :  Commons Jelly
- commons-jelly-tags-validate :  Commons Jelly
- commons-jelly-tags-velocity :  Commons Jelly
- commons-jelly-tags-xml :  Commons Jelly
- commons-jelly-tags-xmlunit :  Commons Jelly
- commons-latka :  Functional Testing Suite
- geronimo :  Apache Geronimo, the J2EE server project of the Apache 
Softw...
- jaxme2
- jaxmeapi
- jaxmepm
- jaxmexs
- maven :  Project Management Tools
- maven-bootstrap :  Project Management Tools


Full details are available at:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-jelly-29092005.jar] identifier set to project name
 -DEBUG- Dependency on jakarta-servletapi-5-servlet exists, no need to add for 
property maven.jar.servletapi.
 -DEBUG- Dependency on jakarta-taglibs-standard exists, no need to add for 
property maven.jar.jstl.
 -DEBUG- Dependency on xml-xerces exists, no need to add for property 
maven.jar.xerces.
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/commons-jelly/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/commons-jelly/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/commons-jelly/project.properties
 -INFO- Project Reports in: 
/usr/local/gump/public/workspace/commons-jelly/target/test-reports
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly/gump_work/build_commons-jelly_commons-jelly.html
Work Name: build_commons-jelly_commons-jelly (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 min 1 sec
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/commons-jelly]
CLASSPATH: 

Re: svn commit: r290313 - /jakarta/commons/proper/fileupload/trunk/project.properties

2005-09-29 Thread Martin Cooper
On 9/19/05, Don Brown [EMAIL PROTECTED] wrote:

 Whoops, right after I hit enter, I realized I'm not officially on this
 project :) I forget the procedure, but anyone mind if I join the
 fileupload
 fun?


Not in the slightest. :-)

The rules[0] say that you need to add yourself to the status file, but you
should also add yourself as a developer in project.xml.

--
Martin Cooper

[0]: http://jakarta.apache.org/commons/charter.html, Guidelines, #14


Don

 On 9/19/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
  Author: mrdon
  Date: Mon Sep 19 16:49:15 2005
  New Revision: 290313
 
  URL: http://svn.apache.org/viewcvs?rev=290313view=rev
  Log:
  Setting source and target for Java 1.3
 
  Modified:
  jakarta/commons/proper/fileupload/trunk/project.properties
 
  Modified: jakarta/commons/proper/fileupload/trunk/project.properties
  URL:
 
 http://svn.apache.org/viewcvs/jakarta/commons/proper/fileupload/trunk/project.properties?rev=290313r1=290312r2=290313view=diff
 
 
 ==
  --- jakarta/commons/proper/fileupload/trunk/project.properties
 (original)
  +++ jakarta/commons/proper/fileupload/trunk/project.properties Mon Sep
 19
  16:49:15 2005
  @@ -22,6 +22,9 @@
  compile.optimize = off
  compile.deprecation = off
 
  +maven.compile.source=1.4
  +maven.compile.target=1.4
  +
  maven.checkstyle.header.file=${basedir}/license-header.txt
  maven.javadoc.additionalparam=-tag todo:a:To Do:
  maven.linkcheck.enable=true
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]