Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Simone Tripodi
Hi Adrian! for what I can see you just need some missing config in your settings.xml, take a look ate the wiki page[1] how to configure Maven to deploy artifacts on Nexus - it is valid for SNAPSHOTS as well. HTH, please let me know if you need more help! All the best, Simo [1]

Re: [VOTE] Release Apache Commons-Digester 3.1 based on RC2

2011-10-27 Thread Simone Tripodi
Hi Gary!! I tried to force the PMD plugin to version 2.5 in the Digester pom.xml, unfortunately looking at the effective pom I realized that the site-plugin-3.0 continues using the pmd-plugin-2.3, because it is configured inside the reportset :( I'll have a deep look at the site-plugin. Thanks for

[GUMP@vmgump]: Project commons-math (in module apache-commons) failed

2011-10-27 Thread Gump
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-math has an issue affecting its community integration. This issue

Re: [SANDBOX][CONVERTER] who's taking care?

2011-10-27 Thread Simone Tripodi
Hi Matt! like always, I'm impressed by your thoughts! Can you point me please to the related Morph classes in the SCM? Sounds something really interesting that could help me in the meanwhile! Thanks in advance, all the best! Simo http://people.apache.org/~simonetripodi/

Re: [VOTE] Release Compress 1.3 based on RC1

2011-10-27 Thread Stefan Bodewig
On 2011-10-26, Gary Gregory wrote: Also should be fixed but not show stoppers: [snip those fixed in trunk now] DescriptionResourcePathLocationType Unnecessary cast from byte to longDumpArchiveUtil.java

[GUMP@vmgump]: Project commons-exec-test (in module apache-commons) failed

2011-10-27 Thread Gump
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-exec-test has an issue affecting its community integration. This

Re: [Math] Problem with svn

2011-10-27 Thread Gilles Sadowski
On Wed, Oct 26, 2011 at 08:13:01PM -0700, Phil Steitz wrote: On 10/26/11 4:07 PM, Gilles Sadowski wrote: [...] If nobody responds in the next few hours with a better idea, i will try the commit based on the tar on my end. What should be the commit message? ---CUT--- MATH-689 Moved

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Adrian Crum
Thanks Simone! I created the settings.xml file and security-settings.xml file in my .m2 folder as described on the websites, but I still get the same error. Are there any configuration xml file examples somewhere that I can copy and modify for use with Commons? -Adrian On 10/27/2011 7:23 AM,

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Simone Tripodi
Hi Adrian! for what I can see looks like you maybe misconfigured the credentials to access to apache.snapshots.https server in settings.xml because Nexus doesn't authorize you :( I suggest you checking the `Preparations for using Nexus` again and pay attention on encrypting your ASF password. HTH,

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Adrian Crum
Thanks Simone! I tried the encryption again - same error. -Adrian On 10/27/2011 11:36 AM, Simone Tripodi wrote: Hi Adrian! for what I can see looks like you maybe misconfigured the credentials to access to apache.snapshots.https server in settings.xml because Nexus doesn't authorize you :( I

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Simone Tripodi
ouch, that's such a shame ;( poor-man question: did you add the servers in the settings.xml file? !-- To publish a snapshot -- server idapache.snapshots.https/id username!-- ASF login name --/username password{encryptedpassword}/password /server !-- To publish a release -- server

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Adrian Crum
That solved the problem - thanks! -Adrian On 10/27/2011 11:54 AM, Simone Tripodi wrote: ouch, that's such a shame ;( poor-man question: did you add the servers in the settings.xml file? !-- To publish a snapshot -- server idapache.snapshots.https/id username!-- ASF login name

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Simone Tripodi
Cool, nice to hear that!!! All the best, Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Thu, Oct 27, 2011 at 1:00 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: That solved the problem -

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Adrian Crum
One last question: I ran mvn site and mvn deploy - will those commands update the website? -Adrian On 10/27/2011 12:05 PM, Simone Tripodi wrote: Cool, nice to hear that!!! All the best, Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Simone Tripodi
Hi Adrian! the best way to upload the site is running mvn site:site site:deploy or better with the shortcut mvn site-deploy Running `mvn site` just produces the site and with `mvn deploy` will deploy artifacts only. HTH and let me know how is going! best, Simo

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-10-27 Thread Gump
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-proxy-test has an issue affecting its community integration. This

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Gary Gregory
Hi Adrian, I usually carefully follow the steps in https://wiki.apache.org/commons/UsingNexus Gary On Thu, Oct 27, 2011 at 7:08 AM, Adrian Crum adrian.c...@sandglass-software.com wrote: One last question: I ran mvn site and mvn deploy - will those commands update the website? -Adrian

[Math] Optimizers: API for simple bound constraints

2011-10-27 Thread Gilles Sadowski
Hi. The BOBYQA optimizer takes simple bound contraints into account: lowerBound(i) = p(i) = upperBound(i)0 = i n where n is the problem dimension. The parent class (BaseMultivariateRealOptimizer) currently mandates the following optimize method: ---CUT--- RealPointValuePair

Re: [Math] Optimizers: API for simple bound constraints

2011-10-27 Thread Dietmar Wolz
+1 also valid for CMA-ES

[continuum] BUILD FAILURE: Apache Commons - Commons VFS - Default Maven 2 Build Definition (Java 1.5)

2011-10-27 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=13800projectId=129 Build statistics: State: Failed Previous State: Ok Started at: Thu 27 Oct 2011 14:29:11 + Finished at: Thu 27 Oct 2011 14:29:33 + Total time: 21s Build Trigger: Schedule Build

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Adrian Crum
The Commons Convert website is now up to date: http://commons.apache.org/sandbox/convert Thank you again Simone for your help! -Adrian On 10/27/2011 12:21 PM, Simone Tripodi wrote: Hi Adrian! the best way to upload the site is running mvn site:site site:deploy or better with the

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Simone Tripodi
Any time! have a nice day, all the best! Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Thu, Oct 27, 2011 at 6:31 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: The Commons Convert

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Gary Gregory
Almost: the logo needs a TM. ;) Gary On Oct 27, 2011, at 12:31, Adrian Crum adrian.c...@sandglass-software.com wrote: The Commons Convert website is now up to date: http://commons.apache.org/sandbox/convert Thank you again Simone for your help! -Adrian On 10/27/2011 12:21 PM, Simone

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Adrian Crum
Well... since the site is generated automatically, I have no idea how to change the logo. -Adrian On 10/27/2011 5:46 PM, Gary Gregory wrote: Almost: the logo needs a TM. ;) Gary On Oct 27, 2011, at 12:31, Adrian Crum adrian.c...@sandglass-software.com wrote: The Commons Convert website

Re: [Math] Optimizers: API for simple bound constraints

2011-10-27 Thread Luc Maisonobe
Le 27/10/2011 14:45, Gilles Sadowski a écrit : Hi. The BOBYQA optimizer takes simple bound contraints into account: lowerBound(i) = p(i) = upperBound(i)0 = i n where n is the problem dimension. The parent class (BaseMultivariateRealOptimizer) currently mandates the following

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Simone Tripodi
Hi Adrian, the logo is an image you can find under /commons-convert/src/site/resources/ └── images ├── convert-logo-white.png └── convert-logo-white.xcf you can modify the .xcf with TheGimp and regenerate the png HTH!!! Simo http://people.apache.org/~simonetripodi/

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Adrian Crum
It's the Apache Feather logo (top left) that is missing the TM, not the Convert logo. -Adrian On 10/27/2011 7:14 PM, Simone Tripodi wrote: Hi Adrian, the logo is an image you can find under /commons-convert/src/site/resources/ └── images ├── convert-logo-white.png └──

Re: [Math] Optimizers: API for simple bound constraints

2011-10-27 Thread Sébastien Brisard
2011/10/27 Luc Maisonobe luc.maison...@free.fr: Le 27/10/2011 14:45, Gilles Sadowski a écrit : Hi. The BOBYQA optimizer takes simple bound contraints into account: lowerBound(i) = p(i) = upperBound(i)0 = i n where n is the problem dimension. The parent class

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Simone Tripodi
The convert logo as well, take a look at recently released DbUtils: http://commons.apache.org/dbutils/ You can copy the feather with ™ from dbutils HTH, Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Bruno P. Kinoshita
Hi all, I tried to find this image, but looks like it is defined by commons-parent, in the file ${basedir}/src/site/site.xml [1]. The parent of Functor and DbUtils is:   parent     artifactIdcommons-parent/artifactId     groupIdorg.apache.commons/groupId     version22/version   /parent

Re: [Math] Optimizers: API for simple bound constraints

2011-10-27 Thread Gilles Sadowski
The BOBYQA optimizer takes simple bound contraints into account: lowerBound(i) = p(i) = upperBound(i)0 = i n where n is the problem dimension. The parent class (BaseMultivariateRealOptimizer) currently mandates the following optimize method: ---CUT--- RealPointValuePair

[VOTE] Release Compress 1.3 based on RC2

2011-10-27 Thread Stefan Bodewig
Hi all, compared to RC1 Michael Kuss' name has been fixed and he's been added as contributor. A bunch of additional tests increased coverage (still some areas are not covered but coverage is better than it has been for any prior release). A few plugins have been upgraded. Compress 1.3 RC2 is

Re: [VOTE] Release Compress 1.3 based on RC2

2011-10-27 Thread Stefan Bodewig
On 2011-10-28, Stefan Bodewig wrote: Compress 1.3 RC2 is available for review here: http://people.apache.org/~bodewig/compress-1.3-RC2/ Maven artifacts are here: https://repository.apache.org/content/repositories/orgapachecommons-111/org/apache/commons/commons-compress/1.3/