Re: [VOTE] Release [net] version 2.0

2006-09-13 Thread Rory Winston
Stephen I'm afraid I dont really get waht you're asking? Surely this would be a problem with any project that produces a non-backwards-compatible release? As for the API, it is 99% backwards compatible - so far, there are little changes to the public interface. Stephen Colebourne wrote: My

Re: [VOTE] Release [net] version 2.0

2006-09-13 Thread Stephen Colebourne
Perhaps you could run a clirr report, and publish the result? That way we can all see what the amount of change in the API is. And yes, this cold potentially be a problem with any non backwards-compatible release. As I said before, I'm driving to find out how this release will sit within the

Re: [VOTE] Release [net] version 2.0

2006-09-13 Thread Rory Winston
Sure, I can output a clirr report in text or xml, is there any predefined templates to convert it to a more readable format (i.e. HTML)? Rory Stephen Colebourne wrote: Perhaps you could run a clirr report, and publish the result? That way we can all see what the amount of change in the

Re: [VOTE] Release [net] version 2.0

2006-09-13 Thread Simon Kitching
Sorry, text and xml are the only clirr formats supported as far as I know (last time I looked). The text output is fairly readable though not pretty I agree. I'm not sure how well clirr handles java 1.5. Cheers, Simon On Wed, 2006-09-13 at 11:14 +0100, Rory Winston wrote: Sure, I can

Re: [VOTE] Release [net] version 2.0

2006-09-13 Thread Steve Cohen
Thank you, Rory. I'm now officially +1 Rory Winston wrote: Steve Sorry, I should have been more specific 1) Yes, there will be two separate branches of development. At the moment, the trunk is the 1.x branch, whereas there is a separate branch for JDK 5.0 dev. We can keep this the way it

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

2006-09-13 Thread commons-jelly-tags-jsl 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-tags-jsl-test has an issue affecting its community integration.

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

2006-09-13 Thread commons-jelly-tags-jsl 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-tags-jsl-test has an issue affecting its community integration.

svn commit: r442959 - in /jakarta/commons/proper/validator/trunk: build.xml xdocs/changes.xml

2006-09-13 Thread niallp
Author: niallp Date: Wed Sep 13 05:24:58 2006 New Revision: 442959 URL: http://svn.apache.org/viewvc?view=revrev=442959 Log: Fix for VALIDATOR-199 - The ant build.xml doesn't include validator_1_1_3.dtd in the jar - reported by Tim Mulligan Modified:

[nightly build] finder failed.

2006-09-13 Thread psteitz
Failed build logs: http://people.apache.org/~psteitz/commons-nightlies/20060913/finder.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Resolved: (VALIDATOR-199) Commons Validator 1.3.0 source distribution's build.xml neglects to include validator_1_1_3.dtd in JAR

2006-09-13 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-199?page=all ] Niall Pemberton resolved VALIDATOR-199. --- Fix Version/s: 1.3.1 Resolution: Fixed Assignee: Niall Pemberton Maven is the primary build mechanism for Commons Validator -

Re: [VOTE] Release [net] version 2.0

2006-09-13 Thread Rory Winston
Daniel I think most of the changes that were previously talked about re: [net] were lower-level changes, like a change of threading or I/O model in use. I think we could incorporate these changes in pretty seamlessly at some stage, maybe by providing two underlying implementations of a

Re: [VOTE] Release [net] version 2.0

2006-09-13 Thread Rory Winston
It seems to handle Java 5 ok ... it generated a report for me, at least. INFO: 8000: examples.FTPExample: Class examples.FTPExample added INFO: 8000: examples.FTPSExample: Class examples.FTPSExample added INFO: 8000: examples.IOUtil: Class examples.IOUtil added INFO: 8000: examples.NetClient:

Re: [Configuration] Developer Activity in Configuration?

2006-09-13 Thread Mark Diggory
Yes I am, I've been off on other projects for awhile, but finding new areas to be involved with Apache lately. In terms of involvement I just want to take a diplomatic road into the project. The project I now work on (www.dspace.org) needs to overhaul its configuration loading to be more

[configuration] Surprising large dependency graph

2006-09-13 Thread Boris Unckel
Hello, I just wanted to have a look at the structure and the design of commons configuration. Most time I just use eclipse, create a new project and download head from svn. This time it was hard: 13 dependent libraries to get src and tests compile clean. I know I just could use maven

Re: [VOTE] Release [net] version 2.0

2006-09-13 Thread Stephen Colebourne
Can you analyse which of the ERROR lines are the removal of deprecated methods (the rest being specific incompatibilities). The INFO lines are obviously fine. thanks Stephen Rory Winston wrote: It seems to handle Java 5 ok ... it generated a report for me, at least. INFO: 8000:

Re: [configuration] Surprising large dependency graph

2006-09-13 Thread Oliver Heger
Boris Unckel wrote: Hello, I just wanted to have a look at the structure and the design of commons configuration. Most time I just use eclipse, create a new project and download head from svn. This time it was hard: 13 dependent libraries to get src and tests compile clean. I know I just

svn commit: r443105 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/event/ConfigurationEvent.java xdocs/howto_events.xml

2006-09-13 Thread oheger
Author: oheger Date: Wed Sep 13 13:04:01 2006 New Revision: 443105 URL: http://svn.apache.org/viewvc?view=revrev=443105 Log: Documentation update about configuration events; related to CONFIGURATION-225 Modified:

[jira] Resolved: (CONFIGURATION-225) Document exactly what's returned by ConfigurationEvent.getPropertyValue() after EVENT_ADD_PROPERTY.

2006-09-13 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-225?page=all ] Oliver Heger resolved CONFIGURATION-225. Fix Version/s: Nightly Builds Resolution: Fixed I added some notes to the javadoc of ConfigurationEvent and to the user's guide.

[jira] Commented: (CONFIGURATION-224) BaseConfiguration.getProperty() returns reference to intenal store collection object instead of a clone

2006-09-13 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-224?page=comments#action_12434537 ] Oliver Heger commented on CONFIGURATION-224: I am still reluctant to add this copy operation to getProperty(). The getter methods that deal

[jira] Created: (JEXL-20) Fix checkstyle issues in 1.1

2006-09-13 Thread Rahul Akolkar (JIRA)
Fix checkstyle issues in 1.1 Key: JEXL-20 URL: http://issues.apache.org/jira/browse/JEXL-20 Project: Commons JEXL Issue Type: Task Affects Versions: 1.1 Reporter: Rahul Akolkar Fix

[jira] Updated: (SCXML-19) Need to resume a state machine from a specified state

2006-09-13 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-19?page=all ] Rahul Akolkar updated SCXML-19: --- Fix Version/s: 1.0 Need to resume a state machine from a specified state - Key: SCXML-19

[jira] Updated: (SCXML-20) A Suggestion to enhance SCXMLExecutor and SCInstance class to support state persistence

2006-09-13 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-20?page=all ] Rahul Akolkar updated SCXML-20: --- Fix Version/s: 0.6 A Suggestion to enhance SCXMLExecutor and SCInstance class to support state persistence

Re: [ANNOUNCEMENT] Commons JEXL 1.1 released

2006-09-13 Thread Rahul Akolkar
On 9/11/06, Dion Gillard [EMAIL PROTECTED] wrote: Woohoo!! snip/ Thanks to you for all the work that went into it! -Rahul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] Release Commons Configuration 1.3

2006-09-13 Thread Rahul Akolkar
On 9/9/06, Oliver Heger [EMAIL PROTECTED] wrote: This is a vote for releasing version 1.3 of Commons Configuration based on the second release candidate snip/ --- [X] +1 I support this release [ ] +0 [ ] -0 [ ] -1 I oppose this release because... snap/ I

[jira] Created: (SCXML-21) Send an event by delay attribute, with the targettype attribute is absent

2006-09-13 Thread Raimundo Santos Moura (JIRA)
Send an event by delay attribute, with the targettype attribute is absent - Key: SCXML-21 URL: http://issues.apache.org/jira/browse/SCXML-21 Project: Commons SCXML

[jira] Updated: (SCXML-21) Send an event by delay attribute, with the targettype attribute is absent

2006-09-13 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-21?page=all ] Rahul Akolkar updated SCXML-21: --- Fix Version/s: 0.6 Send an event by delay attribute, with the targettype attribute is absent

svn commit: r443241 - /jakarta/commons/proper/fileupload/trunk/xdocs/faq.fml

2006-09-13 Thread bayard
Author: bayard Date: Wed Sep 13 22:27:26 2006 New Revision: 443241 URL: http://svn.apache.org/viewvc?view=revrev=443241 Log: Modifying the FAQ to cover a lack of the Commons IO jar - #FILEUPLOAD-114 Modified: jakarta/commons/proper/fileupload/trunk/xdocs/faq.fml Modified: