+1
Luc
- "Phil Steitz" a écrit :
> Gilles Sadowski wrote:
> > Hi.
> >
> > I propose to resolve the issue
> > https://issues.apache.org/jira/browse/MATH-349
> > by
> > - creating private setter methods
> > - modify the "setNormal" method to enforce consistency
> > - mark all setters in
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=298151&projectId=22
Build statistics:
State: Ok
Previous State: Building
Started at: Mon 8 Mar 2010 16:40:20 -0800
Finished at: Mon 8 Mar 2010 16:42:06 -0800
Total time: 1m 46s
Build Trigger: Schedule
Bui
On Tue, Mar 9, 2010 at 3:21 AM, Niall Pemberton
wrote:
> On Tue, Mar 9, 2010 at 3:15 AM, Phil Steitz wrote:
>> Niall Pemberton wrote:
>>> Unfortunately the upgrade of the maven-site-plugin from 2.0.1 to 2.1
>>> has caused the site generation for Chain, Configuration and DBCP to
>>> now fail.
>>
>
On Sun, Mar 7, 2010 at 4:03 PM, Phil Steitz wrote:
> Niall Pemberton wrote:
>> On Sun, Mar 7, 2010 at 5:28 PM, Dennis Lundberg wrote:
>>> On 2010-03-07 16:45, Niall Pemberton wrote:
On Sun, Mar 7, 2010 at 3:28 PM, Dennis Lundberg wrote:
> We need to make this switch sooner rather than
On Tue, Mar 9, 2010 at 3:15 AM, Phil Steitz wrote:
> Niall Pemberton wrote:
>> Unfortunately the upgrade of the maven-site-plugin from 2.0.1 to 2.1
>> has caused the site generation for Chain, Configuration and DBCP to
>> now fail.
>
> I fixed DBCP. Will look at the others.
Commons Chain is beca
Niall Pemberton wrote:
> Unfortunately the upgrade of the maven-site-plugin from 2.0.1 to 2.1
> has caused the site generation for Chain, Configuration and DBCP to
> now fail.
I fixed DBCP. Will look at the others.
Phil
I'm looking into this to see whether its something we can
> fix in the comp
On 09/03/2010, Niall Pemberton wrote:
> First thought this is will overly complicate the maven build.
Depends - if it can be done as a separate profile in the parent pom,
then it should be not too bad.
Seems to me that this will be a recurring problem - at some point
we'll probably have to move
First thought this is will overly complicate the maven build. Also I
just restored compatibility for JDK 1.4[1] so its only JDK 1.3. We
have Ant builds for JDK 1.3 components - can Continuum run Ant?
Niall:
[1] http://markmail.org/message/7xlgzzefqsfz4no2
On Tue, Mar 9, 2010 at 1:10 AM, sebb wr
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=298015&projectId=142
Build statistics:
State: Failed
Previous State: Failed
Started at: Mon 8 Mar 2010 12:17:59 -0800
Finished at: Mon 8 Mar 2010 12:23:20 -0800
Total time: 5m 20s
Build Trigger: Schedule
Unfortunately the upgrade of the maven-site-plugin from 2.0.1 to 2.1
has caused the site generation for Chain, Configuration and DBCP to
now fail. I'm looking into this to see whether its something we can
fix in the components or whether we need to downgrade the site plugin
version.
I have reverte
I've done some investigations.
Maven can happily compile code with Java 1.3 or 1.4 etc. even when
Maven itself runs under Java 1.5+ [1]
This can be done by adding the following to the component POM:
org.apache.maven.plugins
maven-compiler-plugin
tru
On 08/03/2010, ggreg...@apache.org wrote:
> Author: ggregory
> Date: Mon Mar 8 22:15:08 2010
> New Revision: 920543
>
> URL: http://svn.apache.org/viewvc?rev=920543&view=rev
> Log:
> Change StringUtils arguments from String to CharSequence.
>
> + *
> + * @author Gary Gregory
> + */
Per
Gilles Sadowski wrote:
> Hi.
>
> I propose to resolve the issue
> https://issues.apache.org/jira/browse/MATH-349
> by
> - creating private setter methods
> - modify the "setNormal" method to enforce consistency
> - mark all setters in *all* the "...Ditribution" interfaces and
>"...Distrib
Working with (trunk) StringUtils (SU) I see the following emerge:
- In SVN already and continuing: Change StringUtils arguments from String to
CharSequence (CS).
- This leads to replacing calls to String.substring(int[,int]) with calls to
CharSequence.subSequence(int)
- This leads to creating
Hi.
I propose to resolve the issue
https://issues.apache.org/jira/browse/MATH-349
by
- creating private setter methods
- modify the "setNormal" method to enforce consistency
- mark all setters in *all* the "...Ditribution" interfaces and
"...DistributionImpl" classes as deprecated
Is anyo
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=297839&projectId=155
Build statistics:
State: Ok
Previous State: Failed
Started at: Mon 8 Mar 2010 06:53:06 -0800
Finished at: Mon 8 Mar 2010 06:56:59 -0800
Total time: 3m 52s
Build Trigger: Schedule
Buil
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=297814&projectId=2634
Build statistics:
State: Ok
Previous State: Failed
Started at: Mon 8 Mar 2010 05:48:02 -0800
Finished at: Mon 8 Mar 2010 05:48:55 -0800
Total time: 52s
Build Trigger: Schedule
Build
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=297811&projectId=2634
Build statistics:
State: Failed
Previous State: Ok
Started at: Mon 8 Mar 2010 04:52:25 -0800
Finished at: Mon 8 Mar 2010 04:53:30 -0800
Total time: 1m 4s
Build Trigger: Schedule
Buil
Gilles Sadowski wrote:
> Hello.
>
> On the basis of the KISS principle, I still think that the change is
> reasonable.
> The strongest argument against it is based on a construction that is
> currently impossible since it assumes a yet non-existent "nextSample()"
> method. After that other issue (
Hello.
On the basis of the KISS principle, I still think that the change is
reasonable.
The strongest argument against it is based on a construction that is
currently impossible since it assumes a yet non-existent "nextSample()"
method. After that other issue (MATH-310) is resolved, we can come ba
We can switch Proxy to JDK5+ if that's necessary. I've got some
generics ideas in mind for the API anyway.
On Mon, Mar 8, 2010 at 7:11 AM, Niall Pemberton
wrote:
> On Mon, Mar 8, 2010 at 11:56 AM, sebb wrote:
>> On 08/03/2010, Niall Pemberton wrote:
>>> On Mon, Mar 8, 2010 at 11:31 AM, sebb w
Niall Pemberton wrote at Montag, 8. März 2010 12:48:
> On Mon, Mar 8, 2010 at 11:31 AM, sebb wrote:
>> On 08/03/2010, Niall Pemberton wrote:
>>> On Mon, Mar 8, 2010 at 3:41 AM, sebb wrote:
>>> > The failure is due to the upgrade to Commons Parent 13, which does not
>>> > run on Java 1.4
>>> >
>
On Mon, Mar 8, 2010 at 11:56 AM, sebb wrote:
> On 08/03/2010, Niall Pemberton wrote:
>> On Mon, Mar 8, 2010 at 11:31 AM, sebb wrote:
>> > On 08/03/2010, Niall Pemberton wrote:
>> >> On Mon, Mar 8, 2010 at 3:41 AM, sebb wrote:
>> >> > The failure is due to the upgrade to Commons Parent 13,
On 08/03/2010, Gilles Sadowski wrote:
> Hi.
>
> > Phil Steitz commented on MATH-310:
> > --
>
> > [...]
>
> The code examples which I tried to write in the comments on the JIRA web
> page do not not look nice; sorry. Is there a way to indicate that some part
>
On 08/03/2010, Niall Pemberton wrote:
> On Mon, Mar 8, 2010 at 11:31 AM, sebb wrote:
> > On 08/03/2010, Niall Pemberton wrote:
> >> On Mon, Mar 8, 2010 at 3:41 AM, sebb wrote:
> >> > The failure is due to the upgrade to Commons Parent 13, which does not
> >> > run on Java 1.4
> >> >
>
On Mon, Mar 8, 2010 at 11:31 AM, sebb wrote:
> On 08/03/2010, Niall Pemberton wrote:
>> On Mon, Mar 8, 2010 at 3:41 AM, sebb wrote:
>> > The failure is due to the upgrade to Commons Parent 13, which does not
>> > run on Java 1.4
>> >
>> > Not sure which plugins are the culprits.
>> >
>> >
On 08/03/2010, Niall Pemberton wrote:
> On Mon, Mar 8, 2010 at 3:41 AM, sebb wrote:
> > The failure is due to the upgrade to Commons Parent 13, which does not
> > run on Java 1.4
> >
> > Not sure which plugins are the culprits.
> >
> > I've reverted Commons Lang 2.x to parent 12 for the tim
On Mon, Mar 8, 2010 at 2:18 AM, sebb wrote:
> On 08/03/2010, nia...@apache.org wrote:
>> Author: niallp
>> Date: Mon Mar 8 01:06:20 2010
>> New Revision: 920167
>>
>> URL: http://svn.apache.org/viewvc?rev=920167&view=rev
>> Log:
>> Move the maven-javadoc-plugin's configuration out of
>>
On Mon, Mar 8, 2010 at 3:41 AM, sebb wrote:
> The failure is due to the upgrade to Commons Parent 13, which does not
> run on Java 1.4
>
> Not sure which plugins are the culprits.
>
> I've reverted Commons Lang 2.x to parent 12 for the time being.
My preference would be to change Continuum to use
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 gene...@gump.apache.org.
Project commons-io has an issue affecting its community integration.
This issue af
30 matches
Mail list logo