[ http://issues.apache.org/jira/browse/MATH-153?page=all ]
Remi Arntzen updated MATH-153:
--
Attachment: Test.diff
> RandomDataImpl nextInt(int, int) nextLong(long, long)
> -
>
> Key: MATH-15
I'll have a look at it tonight/tomorrow and make the changes.
On 8/9/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote:
On 8/9/06, Dion Gillard <[EMAIL PROTECTED]> wrote:
> My last comments on it were that structurally, the patch is in an
> inappropriate, but working, spot, and that JEXL doesn't easil
Project: Commons VFS
> Issue Type: Bug
>Affects Versions: Nightly Builds
> Environment: Windows, Eclipse, Java 1.5
> commons-vfs-20060808.zip
> commons-net-1.4.1.jar, etc. (not sure one of the dependencies is the real
> problem)
>
Author: imario
Date: Tue Aug 8 22:20:42 2006
New Revision: 429968
URL: http://svn.apache.org/viewvc?rev=429968&view=rev
Log:
add object class name to error message
Modified:
jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/util/FileObjectUtils.java
Modified:
jakarta/common
Hi!
> Therefore IMO, the way to think of this is as if there were two
> components, vfs and vfs-sandbox, the latter depending on the former
> for the "core" API
Yes, I see it the same way. I am fine with this.
Ciao,
Mario
-
To u
On 8/9/06, Dion Gillard <[EMAIL PROTECTED]> wrote:
My last comments on it were that structurally, the patch is in an
inappropriate, but working, spot, and that JEXL doesn't easily allow
the factories to plug these sorts of things in.
I'd put it on the 2.0 list.
Done.
One related item that r
[ http://issues.apache.org/jira/browse/JEXL-13?page=all ]
Rahul Akolkar updated JEXL-13:
--
Bugzilla Id: (was: 38320)
Fix Version/s: 2.0
Updating fix version per last comment.
> [jexl] Make JEXL allow for an Uberspect plugin
> --
My last comments on it were that structurally, the patch is in an
inappropriate, but working, spot, and that JEXL doesn't easily allow
the factories to plug these sorts of things in.
I'd put it on the 2.0 list.
On 8/9/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote:
I've created the JIRA roadmap fo
I've created the JIRA roadmap for [jexl]. I've removed the "Nightly
Build" version per growing Commons convention -- credit/blame goes to
Hen -- (and edited 3 issues that refered to it).
One unscheduled ticket remains:
https://issues.apache.org/jira/browse/JEXL-13
My Velocity is rudimentary. Co
[ http://issues.apache.org/jira/browse/JEXL-3?page=all ]
Rahul Akolkar updated JEXL-3:
-
Bugzilla Id: (was: 39193)
Fix Version/s: 2.0
I agree that the VariableResolver style API is much better than get/set vars.
This has to be moved to a major releas
[ http://issues.apache.org/jira/browse/JEXL-10?page=all ]
Rahul Akolkar updated JEXL-10:
--
Bugzilla Id: (was: 31188)
Fix Version/s: 2.0
Update fix version per earlier comment.
> [jexl] Make possible checking for unresolved variables
> -
[ http://issues.apache.org/jira/browse/JEXL-11?page=all ]
Rahul Akolkar updated JEXL-11:
--
Bugzilla Id: (was: 31189)
Fix Version/s: 2.0
Update fix version per earlier comment.
> [jexl] Don't make null convertible into anything
> ---
[ http://issues.apache.org/jira/browse/JEXL-15?page=all ]
Rahul Akolkar updated JEXL-15:
--
Bugzilla Id: (was: 31186)
Fix Version/s: 2.0
Update fix version per earlier comment.
> [jexl] Needs definable functions
>
>
[ http://issues.apache.org/jira/browse/JEXL-16?page=all ]
Rahul Akolkar updated JEXL-16:
--
Fix Version/s: 2.0
Affects Version/s: 1.0
Any grammar changes will not happen before 2.0, updating fix version.
> allowing quote escaping
> -
[ http://issues.apache.org/jira/browse/JEXL-7?page=all ]
Rahul Akolkar resolved JEXL-7.
--
Resolution: Fixed
> [jexl] Unable to reference statics
> --
>
> Key: JEXL-7
> URL: http://issues.apache.
[ http://issues.apache.org/jira/browse/JEXL-7?page=all ]
Rahul Akolkar reopened JEXL-7:
--
Re-opening, to resolve correctly.
> [jexl] Unable to reference statics
> --
>
> Key: JEXL-7
>
[ http://issues.apache.org/jira/browse/JEXL-7?page=all ]
Rahul Akolkar updated JEXL-7:
-
Bugzilla Id: (was: 22193)
Fix Version/s: 1.1
Affects Version/s: (was: Nightly Builds)
> [jexl] Unable to reference statics
> -
[ http://issues.apache.org/jira/browse/JEXL-12?page=all ]
Rahul Akolkar updated JEXL-12:
--
Bugzilla Id: (was: 29550)
Fix Version/s: 1.0
Affects Version/s: (was: Nightly Builds)
> [JEXL] Implement short-circuit boolean evaluation
> ---
[ http://issues.apache.org/jira/browse/JEXL-17?page=all ]
Rahul Akolkar updated JEXL-17:
--
Fix Version/s: 1.1
Affects Version/s: 1.0
(was: Nightly Builds)
> ExpressionFactory.createNewExpression should throw an Exception in
VFS
Issue Type: Bug
Affects Versions: Nightly Builds
Environment: Windows, Eclipse, Java 1.5
commons-vfs-20060808.zip
commons-net-1.4.1.jar, etc. (not sure one of the dependencies is the real
problem)
Reporter: Ben Ashpole
The following example, adapted from
On 8/8/06, Dion Gillard <[EMAIL PROTECTED]> wrote:
As far as JEXL's grammar goes, variables can't contain a '-', as
that's used for negation and subtraction.
So, in JEXL 1.x the grammar does not support this feature, and from a
JEXL perspective, it's not a bug, it's how the expression language i
As far as JEXL's grammar goes, variables can't contain a '-', as
that's used for negation and subtraction.
So, in JEXL 1.x the grammar does not support this feature, and from a
JEXL perspective, it's not a bug, it's how the expression language is
defined.
On 8/9/06, Rahul Akolkar <[EMAIL PROTECT
[ http://issues.apache.org/jira/browse/SANDBOX-161?page=all ]
Daniel Gredler updated SANDBOX-161:
---
Attachment: commons-csv-patch-standard-escaping.txt
Attaching a patch to fix this... a couple of notes:
- I would talk to whoever initially wrote this
Almost done on text package - StrSubstitutor needs replace methods
taking a StringBuffer (as adding them later causes overloading issues as
per StringBuffer itself from JDK1.3 to 1.4)
Stephen
Henri Yandell wrote:
On 8/4/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote:
Henri Yandell wrote:
Author: scolebourne
Date: Tue Aug 8 16:35:31 2006
New Revision: 429884
URL: http://svn.apache.org/viewvc?rev=429884&view=rev
Log:
VariableFormatter became StrSubstitutor
Removed:
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/VariableFormatter.java
jakarta/comm
Author: scolebourne
Date: Tue Aug 8 16:28:45 2006
New Revision: 429881
URL: http://svn.apache.org/viewvc?rev=429881&view=rev
Log:
Create StrLookup by extraction from StrSubstitutor
Added:
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrLookup.java
(with props)
Author: scolebourne
Date: Tue Aug 8 16:25:52 2006
New Revision: 429877
URL: http://svn.apache.org/viewvc?rev=429877&view=rev
Log:
Javadoc
Modified:
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrMatcher.java
Modified:
jakarta/commons/proper/lang/trunk/src/java/
Author: scolebourne
Date: Tue Aug 8 16:24:49 2006
New Revision: 429876
URL: http://svn.apache.org/viewvc?rev=429876&view=rev
Log:
Rename variable for JDK1.5 compliance
Modified:
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/enum/ValuedEnum.java
Modified:
jakarta/commo
Author: olegk
Date: Tue Aug 8 15:18:44 2006
New Revision: 429857
URL: http://svn.apache.org/viewvc?rev=429857&view=rev
Log:
Fix for [HTTPCLIENT-595]: Fix junit scope in maven pom
Contributed by Carlos Sanchez
Modified:
jakarta/commons/proper/httpclient/trunk/project.xml
Modified: jakarta/c
Author: olegk
Date: Tue Aug 8 15:14:36 2006
New Revision: 429852
URL: http://svn.apache.org/viewvc?rev=429852&view=rev
Log:
Fix for [HTTPCLIENT-593]: ProtocolSocketFactory equals and hashCode don't
support subclassing
Contributed by Chris Audley
Reviewed by Oleg Kalnichevski, Ortwin Glück and
Author: olegk
Date: Tue Aug 8 15:06:09 2006
New Revision: 429849
URL: http://svn.apache.org/viewvc?rev=429849&view=rev
Log:
Fix for [HTTPCLIENT-594]: HttpMethodBase#aborted variable mistakenly declared
transient instead of volatile
Contributed by Oleg Kalnichevski
Reviewed by Ortwin Glück and R
Add a pair of StringUtils.substringsBetween;String[] methods
Key: LANG-275
URL: http://issues.apache.org/jira/browse/LANG-275
Project: Commons Lang
Issue Type: Wish
Rep
On 8/8/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote:
Hi Rahul!
> m2 would be convenient, but it would also be a distraction.
;-)
Its just with m2 I did this kind of stuff already, no clue with m1 - but
yea, its time to learn again. Torsten pointed out a project where we can
borrow this stuff, o
On 8/8/06, Lukas Theussl <[EMAIL PROTECTED]> wrote:
I am not familiar with jexl but has the bug that's causing us [1] ever
been fixed?
I am not familiar with whats being done under the covers with
plugins.properties, what will help is either a JEXL test case or
pointing to usage via specific
[ http://issues.apache.org/jira/browse/SCXML-15?page=all ]
Rahul Akolkar resolved SCXML-15.
Resolution: Won't Fix
Yes, that would be another option, should have been option (e) in my last
comment. Thanks for the clarification, I'm accordingly resolving
[ http://issues.apache.org/jira/browse/SCXML-16?page=all ]
Rahul Akolkar updated SCXML-16:
---
Fix Version/s: 0.6
Assignee: Rahul Akolkar
Correct. Also, targettype and sendid should be evaluated as well, in line with
the latest Working Draft. If you
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
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
On 8 Aug 2006 13:06:12 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Failed build logs:
http://people.apache.org/~psteitz/commons-nightlies/20060808/discovery.log
http://people.apache.org/~psteitz/commons-nightlies/20060808/net.log
http://people.apache.org/~psteitz/commons-nig
Author: bayard
Date: Tue Aug 8 10:47:28 2006
New Revision: 429752
URL: http://svn.apache.org/viewvc?rev=429752&view=rev
Log:
Modified the RMI test to use 13099 as a port and not 1099. 1099 is the default,
so there's always a chance that it might be in use on the machine its running
on.
Modifi
Author: bayard
Date: Tue Aug 8 10:46:54 2006
New Revision: 429751
URL: http://svn.apache.org/viewvc?rev=429751&view=rev
Log:
Moved to a source param of 1.2 to help compiling on JDK 1.5
Modified:
jakarta/commons/sandbox/proxy/trunk/project.properties
Modified: jakarta/commons/sandbox/proxy/t
Unexpected error with DBCP and OJB where OJB was unable to get a connection.
The root cause appears to be a org.apache.commons.dbcp.SQLNestedException:
Cannot get a connection, pool exhausted, cause: null
---
I wanted to flag that I changed Discovery to output 1.2 and not 1.1
bytecode. The JDK 1.5 compiler doesn't support this anymore and I
couldn't see dropping 1.1 support as being a big deal (none of the
rest of Commons supports 1.1 afaik). This was flagged by the nightly
build.
Hen
On 8/8/06, [EMA
Author: bayard
Date: Tue Aug 8 10:27:10 2006
New Revision: 429748
URL: http://svn.apache.org/viewvc?rev=429748&view=rev
Log:
Moving discovery from 1.1 files to 1.2 files. The JDK 1.5 compiler no longer
supports the 1.1 target/source; and I doubt any other part of Commons supports
1.1. Will flag
Author: bayard
Date: Tue Aug 8 10:25:16 2006
New Revision: 429746
URL: http://svn.apache.org/viewvc?rev=429746&view=rev
Log:
Setting the source parameter to be 1.2 as well as the target. This lets Net
build under 1.5
Modified:
jakarta/commons/proper/net/trunk/project.properties
Modified: j
[
http://issues.apache.org/jira/browse/JELLY-236?page=comments#action_12426637 ]
Kohsuke Kawaguchi commented on JELLY-236:
-
The change I made was to change the way the trimming happens. Specifically, I
changed TagUtils.trimScript() and m
I am not familiar with jexl but has the bug that's causing us [1] ever
been fixed?
-Lukas
[1] http://jira.codehaus.org/browse/MAVEN-410
Dion Gillard wrote:
On 8/8/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote:
On 8/6/06, Dion Gillard <[EMAIL PROTECTED]> wrote:
> Cool. I think it's time for a
Author: bayard
Date: Tue Aug 8 08:06:49 2006
New Revision: 429679
URL: http://svn.apache.org/viewvc?rev=429679&view=rev
Log:
Now that [io] builds again, switch to depending on the nightly build (which
should let finder build on the nightly too). Just need to make sure that build
failure doesn't
Failed build logs:
http://people.apache.org/~psteitz/commons-nightlies/20060808/discovery.log
http://people.apache.org/~psteitz/commons-nightlies/20060808/net.log
http://people.apache.org/~psteitz/commons-nightlies/20060808/proxy.log
http://people.apache.org/~psteitz/commons-nightlies/20060808
[
http://issues.apache.org/jira/browse/SCXML-15?page=comments#action_12426488 ]
Sitthichai Rernglertpricha commented on SCXML-15:
-
Thanks.
I am trying to host the SCXMLExecutor on a web container. While I am processing
the HTTPRe
50 matches
Mail list logo