Re: [Modeler] Resync and Release for commons-modeler

2006-06-05 Thread Bill Barker
"Dennis Lundberg" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've done some issue-management on modeler. > > Bill Barker wrote: >> As I remarked in http://svn.apache.org/viewvc?rev=411629&view=rev, >> resyncing with Tomcat's version of Modeler will never get accepted by the >

[jira] Resolved: (LANG-260) StringEscapeUtils should expose escape*() methods taking Writer argument

2006-06-05 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-260?page=all ] Henri Yandell resolved LANG-260: Resolution: Fixed svn ci -m "Exposing the unescapeXml and escapeXml methods that take Writers - LANG-260. A recent thread did point out that there are prob

svn commit: r412009 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/StringEscapeUtils.java test/org/apache/commons/lang/StringEscapeUtilsTest.java

2006-06-05 Thread bayard
Author: bayard Date: Mon Jun 5 22:23:37 2006 New Revision: 412009 URL: http://svn.apache.org/viewvc?rev=412009&view=rev Log: Exposing the unescapeXml and escapeXml methods that take Writers - LANG-260. A recent thread did point out that there are problems with the concept of escaping Xml as a s

[chain] Version 1.1 release candidate 1

2006-06-05 Thread Niall Pemberton
Release candidate 1 for Chain 1,1 is available for review: http://people.apache.org/~niallp/commons-chain/ Release notes for version 1.1 are here: http://people.apache.org/~niallp/commons-chain/site/changes-report.html New version of the chain site: http://people.apache.org/~niallp/commons-chain

svn commit: r411974 - in /jakarta/commons/proper/chain/tags/CHAIN_1_1_RC1: ./ project.xml xdocs/changes.xml

2006-06-05 Thread niallp
Author: niallp Date: Mon Jun 5 19:37:54 2006 New Revision: 411974 URL: http://svn.apache.org/viewvc?rev=411974&view=rev Log: Tag Chain 1.1 RC1 Added: jakarta/commons/proper/chain/tags/CHAIN_1_1_RC1/ - copied from r411973, jakarta/commons/proper/chain/trunk/ Modified: jakarta/common

svn commit: r411973 - in /jakarta/commons/proper/chain/trunk: RELEASE-NOTES.txt project.properties

2006-06-05 Thread niallp
Author: niallp Date: Mon Jun 5 19:34:58 2006 New Revision: 411973 URL: http://svn.apache.org/viewvc?rev=411973&view=rev Log: Remove xdoc.copy.excludes and point RELEASE-NOTES.txt to changes-report.html Modified: jakarta/commons/proper/chain/trunk/RELEASE-NOTES.txt jakarta/commons/proper/

Re: vmbuild.apache.org now available

2006-06-05 Thread Brett Porter
Can you be more specific? - Brett Paul Libbrecht wrote: Would that run visual unit tests ?? paul Brett Porter wrote: Hi, Berin has setup a VMWare machine for general build stuff. I have setup httpd, java, continuum and maven 2 on there. Who was interested on working on nightly builds/CI f

[jira] Resolved: (CHAIN-28) [Chain] Provide a Map of Cookies in WebContext Interface

2006-06-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/CHAIN-28?page=all ] Niall Pemberton resolved CHAIN-28: -- Fix Version: 1.1 Resolution: Fixed Assign To: Niall Pemberton > [Chain] Provide a Map of Cookies in WebContext Interface > ---

svn commit: r411948 - in /jakarta/commons/proper/chain/trunk: src/java/org/apache/commons/chain/web/ src/java/org/apache/commons/chain/web/faces/ src/java/org/apache/commons/chain/web/portlet/ src/jav

2006-06-05 Thread niallp
Author: niallp Date: Mon Jun 5 16:29:02 2006 New Revision: 411948 URL: http://svn.apache.org/viewvc?rev=411948&view=rev Log: CHAIN-28 - Provide a Map of Cookies in the WebContext Added: jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/servlet/ServletCookieMap.java

Re: [ANNOUNCE] Commons Collections 3.2 released

2006-06-05 Thread Wendy Smoak
On 5/15/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote: The Commons Collections team is pleased to announce the release of commons-collections-3.2. I see it in dist/java-repository, but the jar for Collections 3.2 hasn't been added to ibiblio yet: http://www.ibiblio.org/maven2/commons-coll

Re: [all] change group id? [WAS Re: [logging] RC on ibiblio ?]

2006-06-05 Thread Dennis Lundberg
Brett, I did the test that you suggested. 1. Installed commons-lang 1.0.1 into my local repo with groupId=org.apache.commons mvn install:install-file -DgroupId=org.apache.commons -DartifactId=commons-lang -Dversion=1.0.1 -Dpackaging=jar -Dfile=/path/to/commons-lang-1.0.1.jar 2. Created Mav

[jira] Resolved: (LANG-21) [lang] escapeXML() -> Not escaping low characters

2006-06-05 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-21?page=all ] Henri Yandell resolved LANG-21: --- Resolution: Won't Fix We have two reports currently, one that we don't escape low characters and should do; and one that we do escape high characters and shoul

[jira] Commented: (LANG-226) [lang] Using ReflectionToStringBuilder and excluding secure fields

2006-06-05 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-226?page=comments#action_12414839 ] Henri Yandell commented on LANG-226: Biggest problem here is that we have two exclusion mechanisms in there with different styles (my fault for committing a contributor patc

Re: vmbuild.apache.org now available

2006-06-05 Thread Henri Yandell
On 6/4/06, Brett Porter <[EMAIL PROTECTED]> wrote: Hi, Berin has setup a VMWare machine for general build stuff. I have setup httpd, java, continuum and maven 2 on there. Who was interested on working on nightly builds/CI for commons-*? - Brett *puts up hand* Though away for a month (must g

[jira] Updated: (LANG-65) [lang] Expose DateIterator or add DateUtils.iterator(startDate, endDate)

2006-06-05 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-65?page=all ] Henri Yandell updated LANG-65: -- Bugzilla Id: (was: 39254) Fix Version: 3.0 (was: 2.2) I'm modifying the fixVersion of this to 3.0 as a general move to get enhancements wit

[jira] Resolved: (CHAIN-29) Remove static Log instances

2006-06-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/CHAIN-29?page=all ] Niall Pemberton resolved CHAIN-29: -- Fix Version: 1.1 Resolution: Fixed Assign To: Niall Pemberton > Remove static Log instances > --- > > Key: CH

[jira] Commented: (LANG-65) [lang] Expose DateIterator or add DateUtils.iterator(startDate, endDate)

2006-06-05 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-65?page=comments#action_12414833 ] Henri Yandell commented on LANG-65: --- Generally we're avoiding adding too much as as you get deeper into the java.time stuff you quickly start wanting to rewrite the whole thing

DO NOT REPLY [Bug 39254] - [lang] Expose DateIterator or add DateUtils.iterator(startDate, endDate)

2006-06-05 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

[jira] Updated: (LANG-238) [lang] Add equals(type[]) to NumberUtils

2006-06-05 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-238?page=all ] Henri Yandell updated LANG-238: --- Bugzilla Id: (was: 39550) Fix Version: 3.0 (was: 2.2) Setting the fixVersion as 3.0 as I'm embracing a general policy that enhancements

[jira] Resolved: (LANG-261) Error in an example in the javadoc of the StringUtils.splitPreserveAllTokens() method

2006-06-05 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-261?page=all ] Henri Yandell resolved LANG-261: Resolution: Fixed Taken care of. Threw a unit test in because it's a Monday and they're half price: svn ci -m "Fixing Javadoc and adding Unit Test for the

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

2006-06-05 Thread bayard
Author: bayard Date: Mon Jun 5 12:37:19 2006 New Revision: 411898 URL: http://svn.apache.org/viewvc?rev=411898&view=rev Log: Fixing Javadoc and adding Unit Test for the example for #LANG-261. Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java

[jira] Updated: (LANG-263) [lang] Add StringUtils.containsIgnoreCase(...)

2006-06-05 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-263?page=all ] Henri Yandell updated LANG-263: --- Version: (was: 3.0) > [lang] Add StringUtils.containsIgnoreCase(...) > -- > > Key: LANG-263 > URL:

[jira] Updated: (LANG-263) [lang] Add StringUtils.containsIgnoreCase(...)

2006-06-05 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-263?page=all ] Henri Yandell updated LANG-263: --- Fix Version: 3.0 Version: (was: 2.2) Seems like a fair feature. Feel free to submit a patch + unit test and it'll make its way into 2.2 :) > [lang] A

svn commit: r411893 - in /jakarta/commons/proper/chain/trunk: src/java/org/apache/commons/chain/ src/java/org/apache/commons/chain/web/ xdocs/

2006-06-05 Thread niallp
Author: niallp Date: Mon Jun 5 11:59:05 2006 New Revision: 411893 URL: http://svn.apache.org/viewvc?rev=411893&view=rev Log: Fix for CHAIN-29 - Remove static Log instances Modified: jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/CatalogFactory.java jakarta/commons

[jira] Created: (LANG-263) [lang] Add StringUtils.containsIgnoreCase(...)

2006-06-05 Thread analogue (JIRA)
[lang] Add StringUtils.containsIgnoreCase(...) -- Key: LANG-263 URL: http://issues.apache.org/jira/browse/LANG-263 Project: Commons Lang Type: New Feature Versions: 2.2, 3.0 Reporter: analogue Priority: Min

Re: vmbuild.apache.org now available

2006-06-05 Thread Paul Libbrecht
Would that run visual unit tests ?? paul Brett Porter wrote: Hi, Berin has setup a VMWare machine for general build stuff. I have setup httpd, java, continuum and maven 2 on there. Who was interested on working on nightly builds/CI for commons-*? - Brett

Re: [site] FAQ css issue

2006-06-05 Thread Dennis Lundberg
Henri Yandell wrote: On 6/3/06, Martin Cooper <[EMAIL PROTECTED]> wrote: On 6/3/06, Henri Yandell <[EMAIL PROTECTED]> wrote: > It looks like something weird has happened to the FAQ plugin. The item titles are now showing up as (inoperative) links instead of bold text. Very strange, but I do

Re: [VOTE] Release FileUpload 1.1.1-RC1 (take two)

2006-06-05 Thread Rahul Akolkar
On 6/3/06, Henri Yandell <[EMAIL PROTECTED]> wrote: I've prepared a release for FileUpload; http://people.apache.org/~bayard/fileupload/ [X] +1, looks good. [ ] -1, nope, something needs fixing. -Rahul - To unsubscribe,

[jira] Closed: (MODELER-6) [modeler] wiki page is immutable and out-of-date

2006-06-05 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/MODELER-6?page=all ] Dennis Lundberg closed MODELER-6: - > [modeler] wiki page is immutable and out-of-date > > > Key: MODELER-6 > URL: http://issue

svn commit: r411870 - /jakarta/commons/proper/modeler/trunk/project.xml

2006-06-05 Thread dennisl
Author: dennisl Date: Mon Jun 5 10:45:35 2006 New Revision: 411870 URL: http://svn.apache.org/viewvc?rev=411870&view=rev Log: Add Bill Barker as developer. Use a specified version of the changelog plugin. Remove developer and file activity reports as per previous discussions on the dev list. Mo

svn commit: r411867 - /jakarta/commons/proper/modeler/trunk/project.properties

2006-06-05 Thread dennisl
Author: dennisl Date: Mon Jun 5 10:42:46 2006 New Revision: 411867 URL: http://svn.apache.org/viewvc?rev=411867&view=rev Log: Configure the changelog plugin. Modified: jakarta/commons/proper/modeler/trunk/project.properties Modified: jakarta/commons/proper/modeler/trunk/project.properties U

[jira] Commented: (MODELER-6) [modeler] wiki page is immutable and out-of-date

2006-06-05 Thread Kevin Brown (JIRA)
[ http://issues.apache.org/jira/browse/MODELER-6?page=comments#action_12414792 ] Kevin Brown commented on MODELER-6: --- I beleive the links were broken at the time I reported this. They work now. I didn't realize I could fix them if I were logged in. > [

svn commit: r411858 - /jakarta/commons/proper/modeler/trunk/

2006-06-05 Thread dennisl
Author: dennisl Date: Mon Jun 5 09:58:45 2006 New Revision: 411858 URL: http://svn.apache.org/viewvc?rev=411858&view=rev Log: Ignore generated files and IDE files. Modified: jakarta/commons/proper/modeler/trunk/ (props changed) Propchange: jakarta/commons/proper/modeler/trunk/ ---

[jira] Updated: (LANG-262) Use of enum prevents a classloader from being garbage collected resuling in out of memory exceptions.

2006-06-05 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-262?page=all ] Henri Yandell updated LANG-262: --- Fix Version: 2.2 > Use of enum prevents a classloader from being garbage collected resuling in > out of memory exceptions. > --

[jira] Created: (MATH-151) MathUtils.round incorrect result

2006-06-05 Thread JIRA
MathUtils.round incorrect result Key: MATH-151 URL: http://issues.apache.org/jira/browse/MATH-151 Project: Commons Math Type: Bug Versions: 1.1 Final Environment: Win2K, Sun JDK1.5.0_05 b05 Reporter: Buza Zoltán MathUt

Re: [VOTE] Release FileUpload 1.1.1-RC1 (take two)

2006-06-05 Thread Phil Steitz
+1 Phil On 6/5/06, Henri Yandell <[EMAIL PROTECTED]> wrote: +1 from me. On 6/5/06, Niall Pemberton <[EMAIL PROTECTED]> wrote: > +1 from me. > > Niall > > On 6/3/06, Henri Yandell <[EMAIL PROTECTED]> wrote: > > Repeating this vote call because the last one got a bit lost in > > getting the site

Re: [all] Maven changes plugin and Bugzilla -> Jira migration

2006-06-05 Thread Phil Steitz
OK, went ahead and scripted this. Here's what I did after setting maven.changes.issue.template=http://issues.apache.org/jira/browse/%ISSUE% No laughing at my Perl Phil # # Script to replace Bugzilla IDs with JIRA. # $file needs to be csv with jira ID first, then B

svn commit: r411810 - /jakarta/commons/proper/math/trunk/xdocs/changes.xml

2006-06-05 Thread psteitz
Author: psteitz Date: Mon Jun 5 08:11:28 2006 New Revision: 411810 URL: http://svn.apache.org/viewvc?rev=411810&view=rev Log: Changed issue ids from BZ to Jira. Modified: jakarta/commons/proper/math/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/math/trunk/xdocs/changes.xml URL:

Re: [site] FAQ css issue

2006-06-05 Thread Henri Yandell
On 6/5/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote: --- Henri Yandell <[EMAIL PROTECTED]> wrote: > The jakarta-maven.css file has a couple of bits of > css that cause the > to be underlined and on hover to have > a red background. > However removing those bits still leave it with a > blue b

Re: [VOTE] Release FileUpload 1.1.1-RC1 (take two)

2006-06-05 Thread Henri Yandell
+1 from me. On 6/5/06, Niall Pemberton <[EMAIL PROTECTED]> wrote: +1 from me. Niall On 6/3/06, Henri Yandell <[EMAIL PROTECTED]> wrote: > Repeating this vote call because the last one got a bit lost in > getting the site generation right, but I don't think an RC2 is > required just for that. >

[all] Re: [math] contributing Levenberg-Marquardt, Gauss-Newton, ODE, Brendt solver and more

2006-06-05 Thread Phil Steitz
Excellent. I will follow up to make sure the CLA and SG have been received / acked. Then, IIUC, the next thing for us to do is either [vote] to accept the entire donation or start discussing individual bits, to be submitted as separate patches. My personal preference would be to accept and comm

svn commit: r411797 - /jakarta/commons/proper/modeler/trunk/xdocs/downloads.xml

2006-06-05 Thread dennisl
Author: dennisl Date: Mon Jun 5 07:15:45 2006 New Revision: 411797 URL: http://svn.apache.org/viewvc?rev=411797&view=rev Log: Remove paragraph about "no releases". Corrected link to downloads page. Modified: jakarta/commons/proper/modeler/trunk/xdocs/downloads.xml Modified: jakarta/commons/

svn commit: r411796 - in /jakarta/commons/proper/modeler/trunk: maven.xml project.properties project.xml xdocs/navigation.xml xdocs/style/ xdocs/style/project.css

2006-06-05 Thread dennisl
Author: dennisl Date: Mon Jun 5 07:14:10 2006 New Revision: 411796 URL: http://svn.apache.org/viewvc?rev=411796&view=rev Log: Remove dependency on commons-build. Sync look and feel with the other components. Added: jakarta/commons/proper/modeler/trunk/xdocs/style/ jakarta/commons/proper/

[Jakarta-commons Wiki] Update of "MavenWebsiteStucture" by DennisLundberg

2006-06-05 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 DennisLundberg: http://wiki.apache.org/jakarta-commons/MavenWebsiteStucture The comment on the change is: Add some formatting --

[Jakarta-commons Wiki] Update of "MavenWebsiteStucture" by DennisLundberg

2006-06-05 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 DennisLundberg: http://wiki.apache.org/jakarta-commons/MavenWebsiteStucture The comment on the change is: Add a section on the organizati

svn commit: r411783 - /jakarta/commons/proper/modeler/trunk/project.xml

2006-06-05 Thread dennisl
Author: dennisl Date: Mon Jun 5 06:23:08 2006 New Revision: 411783 URL: http://svn.apache.org/viewvc?rev=411783&view=rev Log: Add urls to dependencies. Change to a more specific issueTrackingUrl. Modified: jakarta/commons/proper/modeler/trunk/project.xml Modified: jakarta/commons/proper/mod

svn commit: r411779 [2/2] - in /jakarta/commons/sandbox/javaflow/trunk: ./ src/java/org/apache/commons/javaflow/bytecode/ src/java/org/apache/commons/javaflow/bytecode/transformation/asm/ src/test/org

2006-06-05 Thread tcurdt
Added: jakarta/commons/sandbox/javaflow/trunk/src/test/org/apache/commons/javaflow/bytecode/transformation/rewrite/SimpleSerializable.java URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/javaflow/trunk/src/test/org/apache/commons/javaflow/bytecode/transformation/rewrite/SimpleSerializab

[jira] Created: (CLI-117) Improve the group option desing (ids, more than one instance, etc)

2006-06-05 Thread David Leal (JIRA)
Improve the group option desing (ids, more than one instance, etc) -- Key: CLI-117 URL: http://issues.apache.org/jira/browse/CLI-117 Project: Commons CLI Type: Improvement Versions: Nightly Builds

[jira] Created: (CLI-116) Allow to configure the with of the first column on the HelperFormatter.print() method

2006-06-05 Thread David Leal (JIRA)
Allow to configure the with of the first column on the HelperFormatter.print() method - Key: CLI-116 URL: http://issues.apache.org/jira/browse/CLI-116 Project: Commons CLI Type: Impr

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

2006-06-05 Thread commons-jelly-tags-html 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-html has an issue affecting its community integration. This i

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

2006-06-05 Thread commons-jelly-tags-html 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-html has an issue affecting its community integration. This i

Re: [Modeler] Resync and Release for commons-modeler

2006-06-05 Thread Dennis Lundberg
I've done some issue-management on modeler. Bill Barker wrote: As I remarked in http://svn.apache.org/viewvc?rev=411629&view=rev, resyncing with Tomcat's version of Modeler will never get accepted by the Tomcat team for TC 5.x. However, I promise to patch TC5 to fix MODELER-15 once it is deci

[jira] Resolved: (MODELER-6) [modeler] wiki page is immutable and out-of-date

2006-06-05 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/MODELER-6?page=all ] Dennis Lundberg resolved MODELER-6: --- Resolution: Invalid Assign To: Dennis Lundberg I have just tried the wiki and I could edit the page. You do need to be logged in to edit pages.

Re: [all] Maven changes plugin and Bugzilla -> Jira migration

2006-06-05 Thread Niall Pemberton
On 6/5/06, Phil Steitz <[EMAIL PROTECTED]> wrote: I can't see a way make "old" bugzilla ids and "new" Jira issues both generate correct URLs in the maven changes report. Any clever idea on this before I write a script to update BZ ids in changes.xml? Has anyone already written such a script? T

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

2006-06-05 Thread commons-jelly-tags-define 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-define-test has an issue affecting its community integration.

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

2006-06-05 Thread commons-jelly-tags-define 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-define-test has an issue affecting its community integration.

[Jakarta-commons Wiki] Trivial Update of "Modeler" by DennisLundberg

2006-06-05 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 DennisLundberg: http://wiki.apache.org/jakarta-commons/Modeler The comment on the change is: Testing to see if the wiki is immutable ---

Re: [VOTE] Release FileUpload 1.1.1-RC1 (take two)

2006-06-05 Thread Niall Pemberton
+1 from me. Niall On 6/3/06, Henri Yandell <[EMAIL PROTECTED]> wrote: Repeating this vote call because the last one got a bit lost in getting the site generation right, but I don't think an RC2 is required just for that. - I've prepared a release for FileUpload; http://pe

[jira] Resolved: (MODELER-10) [modeler] DTD violation when using simple wrapping

2006-06-05 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/MODELER-10?page=all ] Dennis Lundberg resolved MODELER-10: Resolution: Invalid See comment by Bill Barker. > [modeler] DTD violation when using simple wrapping > ---

[jira] Resolved: (MODELER-2) [modeler] Registry insufficiently synchronized

2006-06-05 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/MODELER-2?page=all ] Dennis Lundberg resolved MODELER-2: --- Resolution: Fixed This is already fixed according to Bill Barker. > [modeler] Registry insufficiently synchronized >

[jira] Resolved: (MODELER-17) [modeler] MbeansSource don't use args at mbeans and operations

2006-06-05 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/MODELER-17?page=all ] Dennis Lundberg resolved MODELER-17: Resolution: Fixed > [modeler] MbeansSource don't use args at mbeans and operations > --

[jira] Resolved: (MODELER-3) [modeler] maven build fails on os x with test failure.

2006-06-05 Thread Dennis Lundberg (JIRA)
[ http://issues.apache.org/jira/browse/MODELER-3?page=all ] Dennis Lundberg resolved MODELER-3: --- Resolution: Fixed Assign To: Dennis Lundberg Fixed in SVN revision 411744. > [modeler] maven build fails on os x with test failure. > --

svn commit: r411744 - /jakarta/commons/proper/modeler/trunk/project.xml

2006-06-05 Thread dennisl
Author: dennisl Date: Mon Jun 5 04:17:10 2006 New Revision: 411744 URL: http://svn.apache.org/viewvc?rev=411744&view=rev Log: [MODELER-3] maven build fails on os x with test failure. This was solved by upgrading the mx4j dependency to a version that is available in the Maven repository. Modifie

[jira] Closed: (SANDBOX-134) [jci] Compiler interface changes

2006-06-05 Thread Torsten Curdt (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-134?page=all ] Torsten Curdt closed SANDBOX-134: - Resolution: Fixed > [jci] Compiler interface changes > > > Key: SANDBOX-134 > URL: http://issues.apac

[jira] Closed: (SANDBOX-45) [jci] Janino throws NullPointers

2006-06-05 Thread Torsten Curdt (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-45?page=all ] Torsten Curdt closed SANDBOX-45: Resolution: Fixed Should be fixed. > [jci] Janino throws NullPointers > - > > Key: SANDBOX-45 > URL: ht

[jira] Closed: (SANDBOX-106) [jci] Remove utils package

2006-06-05 Thread Torsten Curdt (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-106?page=all ] Torsten Curdt closed SANDBOX-106: - Assign To: Torsten Curdt > [jci] Remove utils package > -- > > Key: SANDBOX-106 > URL: http://issues.apache.or

[jira] Closed: (SANDBOX-87) [jci] Different Compilers use different separators

2006-06-05 Thread Torsten Curdt (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-87?page=all ] Torsten Curdt closed SANDBOX-87: Resolution: Fixed Should be fixed. > [jci] Different Compilers use different separators > --- > >

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

2006-06-05 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. Th

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

2006-06-05 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. Th

[jira] Commented: (SANDBOX-26) [jci] Eclipse compiler breaks if packages have capital letters

2006-06-05 Thread Torsten Curdt (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-26?page=comments#action_12414732 ] Torsten Curdt commented on SANDBOX-26: -- The eclipse implementation seems not to suffer from this problem The NameEnvironment delegates the decission to the ClasspathLocat

Re: [site] FAQ css issue

2006-06-05 Thread Stephen Colebourne
--- Henri Yandell <[EMAIL PROTECTED]> wrote: > The jakarta-maven.css file has a couple of bits of > css that cause the > to be underlined and on hover to have > a red background. > However removing those bits still leave it with a > blue background > part, so there's another piece of css in a file

[jira] Created: (LANG-262) Use of enum prevents a classloader from being garbage collected resuling in out of memory exceptions.

2006-06-05 Thread Neil Redway (JIRA)
Use of enum prevents a classloader from being garbage collected resuling in out of memory exceptions. - Key: LANG-262 URL: http://issues.apache.org/jira/browse/LANG-262 Proje