Re: svn commit: r233505 - in /jakarta/commons/proper/configuration/trunk/src:

2005-08-21 Thread Brett Porter
I'm a little lost on this criticism also... a test that doesn't catch an uncaught exception will error out. An error with a trace would be more obvious to me than the assertEquals below, and much easier to read. Henning P. Schmiedehausen wrote: >[EMAIL PROTECTED] writes: > > > >>+try >>

Re: svn commit: r233505 - in /jakarta/commons/proper/configuration/trunk/src:

2005-08-21 Thread Brett Porter
How? if keyBuffer is null (which it isn't, the constructor initialises it), String.valueOf( keyBuffer ) would be an NPE as well. toString() should not return null and won't for a StringBuffer. - Brett Henning P. Schmiedehausen wrote: >[EMAIL PROTECTED] writes: > > > >>public int hashCode(

Re: [email] status?

2005-08-21 Thread Henning P. Schmiedehausen
robert burrell donkin <[EMAIL PROTECTED]> writes: >where are we now on the 1.0 roadmap? >what work's remaining before we can roll another candidate? I think that Dion wanted to look into the "different exceptions thrown" issue that hit Turbine. IMHO this is just a minor nit, though. There is al

Re: svn commit: r233505 - in /jakarta/commons/proper/configuration/trunk/src:

2005-08-21 Thread Henning P. Schmiedehausen
[EMAIL PROTECTED] writes: >+try >+{ >+it.next(); >+fail("Could iterate over the iteration's end!"); >+} >+catch(NoSuchElementException nex) >+{ >+//ok >+} This allows it.next() to throw another exception which lea

Re: svn commit: r233505 - in /jakarta/commons/proper/configuration/trunk/src:

2005-08-21 Thread Henning P. Schmiedehausen
[EMAIL PROTECTED] writes: > public int hashCode() > { >-return keyBuffer.hashCode(); >+return keyBuffer.toString().hashCode(); > } This screams "NullPointerException" all over the place. How about public int hashCode() { return String.valueOf(keyBuffer).hashC

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

2005-08-21 Thread Tony Robertson (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-184?page=comments#action_12319540 ] Tony Robertson commented on JELLY-184: -- Here is an example jelly script that still doesn't work because of this bug:

Re: [io] release?

2005-08-21 Thread Henri Yandell
On 6/26/05, Torsten Curdt <[EMAIL PROTECTED]> wrote: > >>> The main tasks for a release are all the release notes, clirr, jdiff, > >>> release candidates, votes etc > >> > >> > >> > >> Is the process docoumented somewhere? > > > > > > See http://jakarta.apache.org/commons/releases/index.html > > T

Re: [FileUpload] JSR-168 support in 1.1-dev: can we get a release (plan)?

2005-08-21 Thread Henri Yandell
On 8/21/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > On 8/21/05, Ate Douma <[EMAIL PROTECTED]> wrote: > > I'm working (as committer) on Jetspeed-2, Portals Bridges and Wicket > > (wicket.sf.net). > > For all these projects I need to provide some form of JSR-168 based > > FileUpload. > > Althoug

svn commit: r234418 - in /jakarta/commons/sandbox/proxy/trunk: ./ src/java/org/apache/commons/proxy/provider/ src/test/org/apache/commons/proxy/util/

2005-08-21 Thread jcarman
Author: jcarman Date: Sun Aug 21 19:33:10 2005 New Revision: 234418 URL: http://svn.apache.org/viewcvs?rev=234418&view=rev Log: Removing unnecessary project dependencies. Removed: jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/AbstractProvider.java Modified:

[PROPOSAL] Commons Proxy

2005-08-21 Thread James Carman
Proposal for Commons Proxy (0) rationale Many projects require the use of proxies in order to support such features as method interception/decoration, lazy loading, dependency injection, etc. There are many different techniques for creating proxy objects which delegate to other objects (

[Jakarta-commons Wiki] Update of "TheSandbox" by RahulAkolkar

2005-08-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by RahulAkolkar: http://wiki.apache.org/jakarta-commons/TheSandbox The comment on the change is: Published SCXML, website patches needing Pr

Re: [SCXML][ALL][BUILD][SITE] Publishing Commons (Sandbox) SCXML

2005-08-21 Thread Martin Cooper
On 8/18/05, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > Martin (or anyone else who can help get a new sandbox component going) - > > The initial scxml code is in sandbox [1], I'm now eager to get the > nightlies cranking and the scxml site deployed. I need help with: > > Repository: > * I wanted

[Jakarta-commons Wiki] Trivial Update of "SCXML/HomePage" by RahulAkolkar

2005-08-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by RahulAkolkar: http://wiki.apache.org/jakarta-commons/SCXML/HomePage The comment on the change is: SCXML has been published, update websit

Re: [FileUpload] JSR-168 support in 1.1-dev: can we get a release (plan)?

2005-08-21 Thread Martin Cooper
On 8/21/05, Ate Douma <[EMAIL PROTECTED]> wrote: > I'm working (as committer) on Jetspeed-2, Portals Bridges and Wicket > (wicket.sf.net). > For all these projects I need to provide some form of JSR-168 based > FileUpload. > Although I found the 1.1-dev release in cvs.apache.org/repository I'd ra

[Jakarta-commons Wiki] Trivial Update of "SCXML" by RahulAkolkar

2005-08-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by RahulAkolkar: http://wiki.apache.org/jakarta-commons/SCXML The comment on the change is: SCXML has been published, update URL --

svn commit: r234413 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/BitFieldTest.java

2005-08-21 Thread stevencaswell
Author: stevencaswell Date: Sun Aug 21 18:25:29 2005 New Revision: 234413 URL: http://svn.apache.org/viewcvs?rev=234413&view=rev Log: corrected isAllSet test on zero value Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/BitFieldTest.java Modified: jakarta/commo

Re: Archiving Commons Sandbox components

2005-08-21 Thread Henri Yandell
On 8/21/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > On 8/21/05, Henri Yandell <[EMAIL PROTECTED]> wrote: > > As per the Sandbox pruning proposal > > (http://wiki.apache.org/jakarta-commons/ProposalSandboxPruning), I > > propose to archive the following 'inactive' components (ie nothing > > ch

svn commit: r234412 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/SystemUtils.java

2005-08-21 Thread ggregory
Author: ggregory Date: Sun Aug 21 18:20:12 2005 New Revision: 234412 URL: http://svn.apache.org/viewcvs?rev=234412&view=rev Log: Removed extra () layer. Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/SystemUtils.java Modified: jakarta/commons/proper/lang/trunk

DO NOT REPLY [Bug 36058] - [daemon] jsvc.support for setting umask

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

svn commit: r234411 - in /jakarta/commons/sandbox/scxml/trunk: project.xml xdocs/changes.xml xdocs/images/ xdocs/images/scxml-logo-white.png

2005-08-21 Thread rahul
Author: rahul Date: Sun Aug 21 18:15:24 2005 New Revision: 234411 URL: http://svn.apache.org/viewcvs?rev=234411&view=rev Log: 1) Couple of POM changes according to [ http://jakarta.apache.org/commons/building.html ] 2) Getting ready to publish Commons SCXML - added changes.xml and a logo (well,

Re: [lang] StrTokenizer.getCSVXxx and getTSVXxx method names.

2005-08-21 Thread Steven Caswell
I agree, I prefer this naming convention also. On 8/21/05, Gary Gregory <[EMAIL PROTECTED]> wrote: > Hello All: > > I would prefer that the methods StrTokenizer.getCSVXxx and getTSVXxx > method be camel-cased like getCsvXxx and getTsvXxx. In general I prefer > to camel case acronyms to help reada

svn commit: r234410 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LangTestSuite.java

2005-08-21 Thread stevencaswell
Author: stevencaswell Date: Sun Aug 21 17:58:53 2005 New Revision: 234410 URL: http://svn.apache.org/viewcvs?rev=234410&view=rev Log: added tests to increase test coverage Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LangTestSuite.java Modified: jakarta/comm

svn commit: r234409 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/StringUtilsTest.java

2005-08-21 Thread stevencaswell
Author: stevencaswell Date: Sun Aug 21 17:58:24 2005 New Revision: 234409 URL: http://svn.apache.org/viewcvs?rev=234409&view=rev Log: increase StringUtils test coverage as reported by clover Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/StringUtilsTest.java Mo

svn commit: r234408 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/WordUtilsTest.java

2005-08-21 Thread stevencaswell
Author: stevencaswell Date: Sun Aug 21 17:57:19 2005 New Revision: 234408 URL: http://svn.apache.org/viewcvs?rev=234408&view=rev Log: increase WordUtils test coverage as reported by clover Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/WordUtilsTest.java Modifi

svn commit: r234407 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/ValidateTest.java

2005-08-21 Thread stevencaswell
Author: stevencaswell Date: Sun Aug 21 17:55:37 2005 New Revision: 234407 URL: http://svn.apache.org/viewcvs?rev=234407&view=rev Log: increase Validate test coverage as reported by clover Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/ValidateTest.java Modified

svn commit: r234406 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/SerializationUtilsTest.java

2005-08-21 Thread stevencaswell
Author: stevencaswell Date: Sun Aug 21 17:54:27 2005 New Revision: 234406 URL: http://svn.apache.org/viewcvs?rev=234406&view=rev Log: increase SerializationUtils test coverage as reported by clover Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/SerializationUtil

svn commit: r234405 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/NotImplementedExceptionTest.java

2005-08-21 Thread stevencaswell
Author: stevencaswell Date: Sun Aug 21 17:53:08 2005 New Revision: 234405 URL: http://svn.apache.org/viewcvs?rev=234405&view=rev Log: increase NotImplementedException test coverage as reported by clover Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/NotImplement

svn commit: r234404 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/IntHashMapTest.java

2005-08-21 Thread stevencaswell
Author: stevencaswell Date: Sun Aug 21 17:52:20 2005 New Revision: 234404 URL: http://svn.apache.org/viewcvs?rev=234404&view=rev Log: increase IntHashMap test coverage as reported by clover Added: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/IntHashMapTest.java Added:

svn commit: r234403 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/IllegalClassExceptionTest.java

2005-08-21 Thread stevencaswell
Author: stevencaswell Date: Sun Aug 21 17:51:50 2005 New Revision: 234403 URL: http://svn.apache.org/viewcvs?rev=234403&view=rev Log: increase IllegalClassException test coverage as reported by clover Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/IllegalClassEx

svn commit: r234402 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/EntitiesTest.java

2005-08-21 Thread stevencaswell
Author: stevencaswell Date: Sun Aug 21 17:51:14 2005 New Revision: 234402 URL: http://svn.apache.org/viewcvs?rev=234402&view=rev Log: increase Entities test coverage as reported by clover Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/EntitiesTest.java Modified

svn commit: r234401 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/CharUtilsTest.java

2005-08-21 Thread stevencaswell
Author: stevencaswell Date: Sun Aug 21 17:50:53 2005 New Revision: 234401 URL: http://svn.apache.org/viewcvs?rev=234401&view=rev Log: increase CharUtils test coverage as reported by clover Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/CharUtilsTest.java Modifi

svn commit: r234400 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/CharRangeTest.java

2005-08-21 Thread stevencaswell
Author: stevencaswell Date: Sun Aug 21 17:50:30 2005 New Revision: 234400 URL: http://svn.apache.org/viewcvs?rev=234400&view=rev Log: increase CharRange test coverage as reported by clover Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/CharRangeTest.java Modifi

svn commit: r234399 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/BitFieldTest.java

2005-08-21 Thread stevencaswell
Author: stevencaswell Date: Sun Aug 21 17:49:57 2005 New Revision: 234399 URL: http://svn.apache.org/viewcvs?rev=234399&view=rev Log: increase BitField test coverage as reported by clover Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/BitFieldTest.java Modified

DO NOT REPLY [Bug 36243] - [compress] TarInputStream returns negative value for read() [PATCH]

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

svn commit: r234394 - in /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang: ArrayUtilsAddTest.java ArrayUtilsTest.java

2005-08-21 Thread stevencaswell
Author: stevencaswell Date: Sun Aug 21 17:16:03 2005 New Revision: 234394 URL: http://svn.apache.org/viewcvs?rev=234394&view=rev Log: increase ArrayUtils test coverage as reported by clover Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/ArrayUtilsAddTest.java

Re: Archiving Commons Sandbox components

2005-08-21 Thread Craig McClanahan
On 8/21/05, Henri Yandell <[EMAIL PROTECTED]> wrote: > As per the Sandbox pruning proposal > (http://wiki.apache.org/jakarta-commons/ProposalSandboxPruning), I > propose to archive the following 'inactive' components (ie nothing > changed in over 6 months): > > periodicity_1 > resources > joran >

Re: Archiving Commons Sandbox components

2005-08-21 Thread Henri Yandell
I'll be doing this in 2 weeks time. Saturday 3rd September; presuming the thread is not still active at that point. On 8/21/05, Henri Yandell <[EMAIL PROTECTED]> wrote: > As per the Sandbox pruning proposal > (http://wiki.apache.org/jakarta-commons/ProposalSandboxPruning), I > propose to archive t

Archiving Commons Sandbox components

2005-08-21 Thread Henri Yandell
As per the Sandbox pruning proposal (http://wiki.apache.org/jakarta-commons/ProposalSandboxPruning), I propose to archive the following 'inactive' components (ie nothing changed in over 6 months): periodicity_1 resources joran uid launcher bzip2 morphos jdbc2pool cjan cadastre amend They will be

[Jakarta-commons Wiki] Update of "TheSandbox" by HenriYandell

2005-08-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by HenriYandell: http://wiki.apache.org/jakarta-commons/TheSandbox The comment on the change is: Reformatted into a tabular structure.

svn commit: r234387 - /jakarta/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/read/TestReadData.java

2005-08-21 Thread rdonkin
Author: rdonkin Date: Sun Aug 21 16:09:09 2005 New Revision: 234387 URL: http://svn.apache.org/viewcvs?rev=234387&view=rev Log: Fix for mysterious issue which causes test to fail on some platforms. Modified: jakarta/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/read/Tes

svn commit: r234385 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java

2005-08-21 Thread ggregory
Author: ggregory Date: Sun Aug 21 15:55:52 2005 New Revision: 234385 URL: http://svn.apache.org/viewcvs?rev=234385&view=rev Log: Improve unit test coverage, eating own dog food. TODO: Missing tests for many constructors. Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/common

Re: lang] Maven 1.1 beta?

2005-08-21 Thread Brett Porter
I get the same compile errors I get with 1.0.2 and Ant. As for using 1.1 in general - it should be fine, though note that the XDoc plugin that it comes with has problems with the commons site as Phil pointed out previously. You can downgrade that individual plugin though. - Brett Gary Gregory wr

[math] FFT package/directory

2005-08-21 Thread Zhang
Should the FFT files be in a new package/directory or a part of the existing package/directory such as analysis, linear, or util? Xiaogang Zhang __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.c

[lang] StrTokenizer.getCSVXxx and getTSVXxx method names.

2005-08-21 Thread Gary Gregory
Hello All: I would prefer that the methods StrTokenizer.getCSVXxx and getTSVXxx method be camel-cased like getCsvXxx and getTsvXxx. In general I prefer to camel case acronyms to help readability when more than one acronym is used, as in getIbmSoapXml() instead of getIBMSOAPXM(). Onions? Thanks,

RE: svn commit: r234327 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java

2005-08-21 Thread Gary Gregory
Fixed in SVN and added a unit test to match. My bad for not checking that a unit test was in place before mod'ing. Thanks Stephen for catching this. Gary > -Original Message- > From: Stephen Colebourne [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 21, 2005 12:51 PM > To: Jakarta Comm

svn commit: r234360 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/text/StrTokenizer.java test/org/apache/commons/lang/text/StrTokenizerTest.java

2005-08-21 Thread ggregory
Author: ggregory Date: Sun Aug 21 14:57:01 2005 New Revision: 234360 URL: http://svn.apache.org/viewcvs?rev=234360&view=rev Log: Fix clone() and add a unit test. Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java jakarta/commons/proper/la

Legalities of importing code Was: Sandbox Project Proposal: Commons-Proxy...

2005-08-21 Thread Henri Yandell
Sounds like something we have to get a lot better at. At a guess, about 90% of the code at the ASF that I've written began life outside of the ASF Infrastructure. Rule-wise, what's the definition of this: * Single class by ASF CLA authors to add to Apache, developed outside of the ASF. * Single p

Bug report for Commons [2005/08/21]

2005-08-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[FileUpload] JSR-168 support in 1.1-dev: can we get a release (plan)?

2005-08-21 Thread Ate Douma
I'm working (as committer) on Jetspeed-2, Portals Bridges and Wicket (wicket.sf.net). For all these projects I need to provide some form of JSR-168 based FileUpload. Although I found the 1.1-dev release in cvs.apache.org/repository I'd rather see a real 1.1 release. The current codebase hasn't b

Re: Sandbox Project Proposal: Commons-Proxy...

2005-08-21 Thread Rahul Akolkar
On 8/21/05, James Carman <[EMAIL PROTECTED]> wrote: > So, if I would like to start a sandbox project for this, how would I go > about it? FWIW, having done some of this recently, this is what I followed / am following [ http://wiki.apache.org/jakarta-commons/SCXML ]. On 8/21/05, James Carman <[E

Re: Commons Status document

2005-08-21 Thread Oliver Zeigermann
Sounds good and useful. Oliver On 8/21/05, Henri Yandell <[EMAIL PROTECTED]> wrote: > How about making a wiki page which lists every Commons component > (proper and sandbox) with a status. Something like my > http://www.generationjava.com/article/apache/StateOfTheSandbox.shtml > but not 18 months

[proxy] vs proxytoys

2005-08-21 Thread Jörg Schaible
Hi James, can you tell me, what you are missing with proxytoys? You announced to have a closer look , but did not write anything further. - Jörg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

Re: svn commit: r234327 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java

2005-08-21 Thread Stephen Colebourne
[EMAIL PROTECTED] wrote: Unnecessary cast from char[] to char[]. StrTokenizer cloned = (StrTokenizer) super.clone(); if (cloned.chars != null) { -cloned.chars = (char[]) cloned.chars; +cloned.chars = cloned.chars; }

svn commit: r234327 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java

2005-08-21 Thread ggregory
Author: ggregory Date: Sun Aug 21 12:38:56 2005 New Revision: 234327 URL: http://svn.apache.org/viewcvs?rev=234327&view=rev Log: Unnecessary cast from char[] to char[]. Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java Modified: jakarta/com

svn commit: r234325 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/LocaleUtils.java

2005-08-21 Thread ggregory
Author: ggregory Date: Sun Aug 21 12:32:28 2005 New Revision: 234325 URL: http://svn.apache.org/viewcvs?rev=234325&view=rev Log: Javadoc. Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/LocaleUtils.java Modified: jakarta/commons/proper/lang/trunk/src/java/org/a

lang] Maven 1.1 beta?

2005-08-21 Thread Gary Gregory
Hello: Has anyone tried building [lang] with the Maven 1.1 beta 1? Gary - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [jci] Handling compilation errors

2005-08-21 Thread Joerg Heinicke
> My use case is a "development mode" for Struts Ti. One of the key > features I'm going for in this mode is the ability to modify the > source code, the refresh your browser to see the changes. For > example, if the user added an action method, but they made a typo that > would cause the compila

svn commit: r234322 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/LocaleUtils.java

2005-08-21 Thread ggregory
Author: ggregory Date: Sun Aug 21 12:25:21 2005 New Revision: 234322 URL: http://svn.apache.org/viewcvs?rev=234322&view=rev Log: Javadoc fix. Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/LocaleUtils.java Modified: jakarta/commons/proper/lang/trunk/src/java/o

Commons Status document

2005-08-21 Thread Henri Yandell
How about making a wiki page which lists every Commons component (proper and sandbox) with a status. Something like my http://www.generationjava.com/article/apache/StateOfTheSandbox.shtml but not 18 months out of date. It'd include things like: Working on 2.1 Releasing 1.0 Inactive Stable with N

RE: Sandbox Project Proposal: Commons-Proxy...

2005-08-21 Thread Noel J. Bergman
> Well, since nobody answered me, I went ahead and just tried > importing the code into the sandbox SVN repository What is this code and do we have the appropriate docs filed? As I understand it, and we have been through this before with even a Director's own code, if this is a new codebase that

svn commit: r234308 - /jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/BeanProvider.java

2005-08-21 Thread jcarman
Author: jcarman Date: Sun Aug 21 11:38:58 2005 New Revision: 234308 URL: http://svn.apache.org/viewcvs?rev=234308&view=rev Log: Renamed variable. Modified: jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/BeanProvider.java Modified: jakarta/commons/sandbox/pro

svn commit: r234309 - /jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/BeanProvider.java

2005-08-21 Thread jcarman
Author: jcarman Date: Sun Aug 21 11:39:48 2005 New Revision: 234309 URL: http://svn.apache.org/viewcvs?rev=234309&view=rev Log: Renamed variable. Modified: jakarta/commons/sandbox/proxy/trunk/src/java/org/apache/commons/proxy/provider/BeanProvider.java Modified: jakarta/commons/sandbox/pro

RE: Sandbox Project Proposal: Commons-Proxy...

2005-08-21 Thread James Carman
This software was entirely written by me. The code was developed originally as part of my "Syringe" project (http://syringe.dev.java.net/). Do we still need to get a software grant filed? -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED] Sent: Sunday, August 21, 2005

Re: [jci] Handling compilation errors

2005-08-21 Thread Don Brown
My use case is a "development mode" for Struts Ti. One of the key features I'm going for in this mode is the ability to modify the source code, the refresh your browser to see the changes. For example, if the user added an action method, but they made a typo that would cause the compilation to fa

[proxy] Javassist Help Wanted...

2005-08-21 Thread James Carman
The "Commons Proxy" (unless someone has come up with a better name) project needs a little help from a Javassist guru. I started work on the JavassistProxyFactory class, but couldn't quite get the interceptor proxy creation logic working (I'm not an expert with Javassist). There's already a test

RE: Sandbox Project Proposal: Commons-Proxy...

2005-08-21 Thread James Carman
Well, since nobody answered me, I went ahead and just tried importing the code into the sandbox SVN repository and it worked (guess I had more karma than I thought). So, it's in there now. -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Sunday, August 21, 2005 11:

svn commit: r234287 - /jakarta/commons/sandbox/proxy/trunk/build.xml

2005-08-21 Thread jcarman
Author: jcarman Date: Sun Aug 21 10:49:09 2005 New Revision: 234287 URL: http://svn.apache.org/viewcvs?rev=234287&view=rev Log: Fixed classpath for test target. Modified: jakarta/commons/sandbox/proxy/trunk/build.xml Modified: jakarta/commons/sandbox/proxy/trunk/build.xml URL: http://svn.ap

svn commit: r234286 - /jakarta/commons/sandbox/proxy/trunk/

2005-08-21 Thread jcarman
Author: jcarman Date: Sun Aug 21 10:45:01 2005 New Revision: 234286 URL: http://svn.apache.org/viewcvs?rev=234286&view=rev Log: Updating ignore list. Modified: jakarta/commons/sandbox/proxy/trunk/ (props changed) Propchange: jakarta/commons/sandbox/proxy/trunk/

svn commit: r234284 - /jakarta/commons/sandbox/proxy/trunk/

2005-08-21 Thread jcarman
Author: jcarman Date: Sun Aug 21 10:43:13 2005 New Revision: 234284 URL: http://svn.apache.org/viewcvs?rev=234284&view=rev Log: Ignoring *.iws (IDEA workspace) files Modified: jakarta/commons/sandbox/proxy/trunk/ (props changed) Propchange: jakarta/commons/sandbox/proxy/trunk/ ---

svn commit: r234283 - /jakarta/commons/sandbox/proxy/trunk/commons-proxy.iws

2005-08-21 Thread jcarman
Author: jcarman Date: Sun Aug 21 10:39:21 2005 New Revision: 234283 URL: http://svn.apache.org/viewcvs?rev=234283&view=rev Log: Removed file/folder Removed: jakarta/commons/sandbox/proxy/trunk/commons-proxy.iws - To unsubsc

DO NOT REPLY [Bug 35772] - [configuration] ConfigurationUtils.copy() does not work for XMLConfigurations with repeated keys

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

DO NOT REPLY [Bug 35316] - [configuration] ConfigurationFactory not working as expected with include path resolution

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

svn commit: r234275 - in /jakarta/commons/proper/configuration/trunk: conf/ src/java/org/apache/commons/configuration/ src/test/org/apache/commons/configuration/ xdocs/

2005-08-21 Thread oheger
Author: oheger Date: Sun Aug 21 10:13:01 2005 New Revision: 234275 URL: http://svn.apache.org/viewcvs?rev=234275&view=rev Log: Fixed a bug in the handling of relative file names in ConfigurationFactory (issue 35316) Modified: jakarta/commons/proper/configuration/trunk/conf/testDigesterConfi

DO NOT REPLY [Bug 36233] - [math][patch] Solver Source Files

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

DO NOT REPLY [Bug 36233] - [math][patch] Solver Source Files

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

DO NOT REPLY [Bug 36233] - [math][patch] Solver Source Files

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

DO NOT REPLY [Bug 36233] - [math][patch] Solver Source Files

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

DO NOT REPLY [Bug 35316] - [configuration] ConfigurationFactory not working as expected with include path resolution

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

RE: Sandbox Project Proposal: Commons-Proxy...

2005-08-21 Thread James Carman
So, if I would like to start a sandbox project for this, how would I go about it? I'm sure some of my fellow HiveMind committers would be interested in this code. HiveMind has taken quite a bit of flak for not lending itself to configuration via code (the "less XML is good" mantra). -Origina

RE: Sandbox Project Proposal: Commons-Proxy...

2005-08-21 Thread James Carman
Well, the one thing that ProxyToys doesn't do is base itself on a well-accepted API (AOP Alliance) for method interception. Jakarta commons proxy (or whatever we call it) will use the AOP Alliance API for "intercepted proxy" generation. The JCP (Jakarta Commons Proxy) library's ProxyFactory inter

Re: [jci] Handling compilation errors

2005-08-21 Thread Joerg Heinicke
Don Brown gmail.com> writes: > As I integrate jci into Struts Ti, I'm faced with how to display the > compilation errors to the user. What general strategy does Cocoon or > any other web framework use to do this? The asynchronous nature of > the compiler makes it difficult to display the errors

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

2005-08-21 Thread James Strachan
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-betwixt has an issue affecting its community integration. This issue affe

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

2005-08-21 Thread James Strachan
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-betwixt has an issue affecting its community integration. This issue affe

Re: [SCXML][ALL] Adding scxml to svn:externals

2005-08-21 Thread robert burrell donkin
On Sat, 2005-08-20 at 22:23 -0400, Rahul Akolkar wrote: > On 8/20/05, robert burrell donkin <[EMAIL PROTECTED]> wrote: > > On Wed, 2005-08-17 at 15:49 -0400, Rahul Akolkar wrote: > > > Hi - > > > > > > It seems I can work with commons/sandbox but not > > > commons/trunks-sandbox. Could somone pleas

svn commit: r234171 - /jakarta/commons/trunks-sandbox/

2005-08-21 Thread rdonkin
Author: rdonkin Date: Sun Aug 21 03:05:15 2005 New Revision: 234171 URL: http://svn.apache.org/viewcvs?rev=234171&view=rev Log: Should have been htts Modified: jakarta/commons/trunks-sandbox/ (props changed) Propchange: jakarta/commons/trunks-sandbox/ --

[email] status?

2005-08-21 Thread robert burrell donkin
where are we now on the 1.0 roadmap? what work's remaining before we can roll another candidate? - robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]