Re: [JCS] Long standing update: Switched to JDK 5 and Maven 2

2011-07-27 Thread Henri Yandell
Mind if I upgrade JCS to Lang 3.0? Hen On Wed, Jul 27, 2011 at 11:25 AM, Thomas Vandahl wrote: > Hi folks, > > I finished the updates to JDK 5 generics and concurrent and updated the > maven-2 build. Still some tests fail, others should never have passed. I > would like to ask for close review b

Re: [compress] Creating Distribution Tarballs

2011-07-27 Thread Phil Steitz
On 7/27/11 9:56 PM, Stefan Bodewig wrote: > Hi all, > > at least for Compress "mvn -Prc package" (or any variation I have tried) > does not create the tarballs/zips and for the last two RCs I've created > them manually with assembly:single and a bash one-liner to create the > checksums/PGP sigs. >

Re: [compress] Where to Place Big Test Archives?

2011-07-27 Thread Stefan Bodewig
On 2011-07-27, Gary Gregory wrote: > The best workaround I can see is to create a separate download for the > test data. This allows developers who need sources for debugging to > still get them without downloading GBs of test data. I agree and - to the extent that I understand it - Jörg's sugges

[compress] Creating Distribution Tarballs

2011-07-27 Thread Stefan Bodewig
Hi all, at least for Compress "mvn -Prc package" (or any variation I have tried) does not create the tarballs/zips and for the last two RCs I've created them manually with assembly:single and a bash one-liner to create the checksums/PGP sigs. Am I doing anything wrong or is there anything wrong i

[compress] Staging Site in src/site (was Re: [VOTE] Release Commons Compress 1.2 Based on 1.2RC1)

2011-07-27 Thread Stefan Bodewig
On 2011-07-27, sebb wrote: > Aside: > Seems wrong that site plugin creates output under src/site - surely it > should be created under target? > Is there a bug in the POM or the Commons Parent POM - or is it a bug > in the site plugin? Apart from the obvious fact that I don't know what I do when

[VOTE] Release Commons Compress 1.2 Based on 1.2RC2

2011-07-27 Thread Stefan Bodewig
Tag: https://svn.apache.org/repos/asf/commons/proper/compress/tags/COMPRESS_1.2_RC2/ Site: http://people.apache.org/~bodewig/commons-compress-1.2RC2/site/ Tarballs/ZIPs: http://people.apache.org/~bodewig/commons-compress-1.2RC2/ Maven artifacts: https://repository.apache.org/content/reposito

Re: [chain] Forking to a 2.0?

2011-07-27 Thread Paul Benedict
+1. I have done some of this privately (like generics). Having an official version would be so useful. On Wed, Jul 27, 2011 at 10:46 PM, Elijah Zupancic wrote: > Hi, > > I've been a active user for a number of years now and a big fan of the > project. I'm a total beginner when it comes to contrib

[chain] Forking to a 2.0?

2011-07-27 Thread Elijah Zupancic
Hi, I've been a active user for a number of years now and a big fan of the project. I'm a total beginner when it comes to contributing on Apache projects, so please bear with me. The code base for Apache Chain is starting to feel more and more dated. I would like to see the following changes in t

Re: [math] Adding a Quaternion class and modifying the Rotation class

2011-07-27 Thread Gilles Sadowski
> > [...] > > > >>> > >>> The Quaternionn class should be placed in the > >>> geometry.euclidian.threed > >>> package. > >> > >> I'd propose to put it in the "complex" package. It would thus > >> stand out as a > >> mathematical concept of its own, as you suggest above. > > > > I agree with Gilles

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

2011-07-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: [general] mvn Release and EU Mirror Lags

2011-07-27 Thread Dennis Lundberg
On 2011-07-27 06:20, Stefan Bodewig wrote: > Hi, > > I just did a mvn release:prepare for Compress and it failed in the > tagging stage. > > Since I live in Germany I access our EU svn mirror and the revision that > I had created for the non-SNAPSHOT POM had not been replicated back to > the mirr

Re: [compress] Where to Place Big Test Archives?

2011-07-27 Thread Jörg Schaible
Torsten Curdt wrote: >>> The best workaround I can see is to create a separate download for the >>> test data. This allows developers who need sources for debugging to >>> still get them without downloading GBs of test data. >> >> With a separate Maven profile you have exactly that. > > Why would

Re: [compress] Where to Place Big Test Archives?

2011-07-27 Thread Torsten Curdt
>> The best workaround I can see is to create a separate download for the >> test data. This allows developers who need sources for debugging to >> still get them without downloading GBs of test data. > > With a separate Maven profile you have exactly that. Why would we need a separate profile for

Re: [JCS] Long standing update: Switched to JDK 5 and Maven 2

2011-07-27 Thread Rahul Akolkar
On Wed, Jul 27, 2011 at 2:25 PM, Thomas Vandahl wrote: > Hi folks, > > I finished the updates to JDK 5 generics and concurrent and updated the > maven-2 build. Still some tests fail, others should never have passed. I > would like to ask for close review because I basically touched > everything. I

Re: [compress] Where to Place Big Test Archives?

2011-07-27 Thread Jörg Schaible
Gary Gregory wrote: > On Wed, Jul 27, 2011 at 9:45 AM, Luc Maisonobe > wrote: >> Le 27/07/2011 14:54, Stefan Bodewig a écrit : >>> >>> On 2011-07-27, Torsten Curdt wrote: >>> But to be clear: this is quite some work just to safe some disk space for people who check out the whole of comm

Re: [sandbox] [classscan] classscan API design review needed

2011-07-27 Thread Simone Tripodi
Hi Jakob, I'm worried I was not able to explain my ideas well; my intentions are not proposing to modify how classscan behaves, but rather how it looks! Having an expression language rather than a configuration based on n parameters is IMHO still a valid contribution that the existing sandbox compo

[JCS] Long standing update: Switched to JDK 5 and Maven 2

2011-07-27 Thread Thomas Vandahl
Hi folks, I finished the updates to JDK 5 generics and concurrent and updated the maven-2 build. Still some tests fail, others should never have passed. I would like to ask for close review because I basically touched everything. I tried to fix some obvious problems and typos on the way. My impre

Re: [compress] Where to Place Big Test Archives?

2011-07-27 Thread Bear Giles
In case you're talking about my test data the uncompressed test case could be externally compressed and the test code adjusted accordingly. It never occurred to me to do that since you never compress dump files like that in the wild - you use the native compression instead - but the file is almost

Re: [sandbox] [classscan] classscan API design review needed

2011-07-27 Thread Matt Benson
http://wiki.apache.org/commons/classscan On Wed, Jul 27, 2011 at 9:59 AM, Jakob Korherr wrote: > +1 > > Regards, > Jakob > > 2011/7/27 Matt Benson : >> On Wed, Jul 27, 2011 at 4:25 AM, Jakob Korherr >> wrote: >>> Hi Mark, Simone, >>> >>> I would prefer a way in which the classscan-clients can t

[Commons Wiki] Update of "classscan" by MattBenson

2011-07-27 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "classscan" page has been changed by MattBenson: http://wiki.apache.org/commons/classscan New page: == classscan development ideas == The [classscan] component aims to provide a n

Re: [Math] Simple benchmarking utility

2011-07-27 Thread Phil Steitz
On 7/26/11 3:52 AM, Gilles Sadowski wrote: > Hello. > > [...] > > The idea is to have "interleaved" calls to the candidate > implementations, so > that (hopefully) they will be penalized (or benefit) in the same > way > by what > the JVM is doing (GC or JIT compilati

[Commons Wiki] Update of "TheSandbox" by MattBenson

2011-07-27 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "TheSandbox" page has been changed by MattBenson: http://wiki.apache.org/commons/TheSandbox?action=diff&rev1=44&rev2=45 ||'''Component'''||'''State'''||'''Plan'''||

Re: [math] Adding a new class to handle Matrix with 3 columns/rows

2011-07-27 Thread Phil Steitz
On 7/27/11 12:01 AM, Luc Maisonobe wrote: > Le 26/07/2011 17:59, Tanguy Yannick a écrit : >> Hello, >> >> In project SIRIUS (CNES), we have some need for a Matrix33 (3 >> columns, 3 >> rows) object. It is very common to use this kind of matrix to apply >> rotation to a position vector (vector3D). >

Re: [compress] Where to Place Big Test Archives?

2011-07-27 Thread Luc Maisonobe
Le 27/07/2011 18:30, Gary Gregory a écrit : On Wed, Jul 27, 2011 at 9:45 AM, Luc Maisonobe wrote: Le 27/07/2011 14:54, Stefan Bodewig a écrit : On 2011-07-27, Torsten Curdt wrote: But to be clear: this is quite some work just to safe some disk space for people who check out the whole of com

Re: [compress] Where to Place Big Test Archives?

2011-07-27 Thread Gary Gregory
On Wed, Jul 27, 2011 at 9:45 AM, Luc Maisonobe wrote: > Le 27/07/2011 14:54, Stefan Bodewig a écrit : >> >> On 2011-07-27, Torsten Curdt wrote: >> >>> But to be clear: this is quite some work just to safe some disk space >>> for people who check out the whole of commons but do not care about >>> c

Re: [math] Adding a new class to handle Matrix with 3 columns/rows

2011-07-27 Thread Phil Steitz
On 7/27/11 7:30 AM, Gilles Sadowski wrote: > Hello. > In project SIRIUS (CNES), we have some need for a Matrix33 (3 columns, 3 rows) object. It is very common to use this kind of matrix to apply rotation to a position vector (vector3D). The incompatibility between th

Re: [LANG] Commons Lang 3.0

2011-07-27 Thread Paul Benedict
You know, it would probably be nice for our end users to note what this email contained for our home page: 1) A clear explanation that Commons Lang 3 and 2/1 can co-exist side by side and that upgrading to 3 doesn't mean you won't still need previous versions. 2) What we know other Apache Commons

Re: [LANG] Commons Lang 3.0

2011-07-27 Thread Matt Benson
Or maybe I won't hit [flatfile], since I see you've just done so. ;) Thanks! Matt On Wed, Jul 27, 2011 at 10:40 AM, Matt Benson wrote: > Good point.  I'll go ahead and update [flatfile].  IIRC the proxy 2 > branch already uses [lang] 3; I'll update that to use the release. > > Matt > > On Wed,

Re: [LANG] Commons Lang 3.0

2011-07-27 Thread Matt Benson
Good point. I'll go ahead and update [flatfile]. IIRC the proxy 2 branch already uses [lang] 3; I'll update that to use the release. Matt On Wed, Jul 27, 2011 at 10:32 AM, Henri Yandell wrote: > For the record, and so we can consider what needs a release, the > following components depend on L

Re: [math] Adding a Quaternion class and modifying the Rotation class

2011-07-27 Thread Phil Steitz
On 7/26/11 11:43 PM, Luc Maisonobe wrote: > Hi Yannick and Gilles, > > Le 27/07/2011 00:37, Gilles Sadowski a écrit : >> Hello. >> >>> In project SIRIUS (CNES), we would like to slightly modify the >>> Rotation >>> class so it can fit our needs, and to create an independant >>> Quaternion >>> class

Re: [LANG] Commons Lang 3.0

2011-07-27 Thread Henri Yandell
For the record, and so we can consider what needs a release, the following components depend on Lang: * Chain * Configuration * JCS * Proxy and in the Sandbox: * Flatfile * Pipeline Hen On Wed, Jul 27, 2011 at 6:13 AM, Paul Benedict wrote: > Yes. The reason the package name was changed was so

[Commons Wiki] Update of "FrontPage" by MattBenson

2011-07-27 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "FrontPage" page has been changed by MattBenson: http://wiki.apache.org/commons/FrontPage?action=diff&rev1=120&rev2=121 Comment: remove top-level reference to [classscan]; moving t

[Commons Wiki] Trivial Update of "FrontPage" by MattBenson

2011-07-27 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "FrontPage" page has been changed by MattBenson: http://wiki.apache.org/commons/FrontPage?action=diff&rev1=119&rev2=120 = Sandbox = - TheSandbox is an open workspace for ja

[Commons Wiki] Update of "FrontPage" by MattBenson

2011-07-27 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "FrontPage" page has been changed by MattBenson: http://wiki.apache.org/commons/FrontPage?action=diff&rev1=118&rev2=119 * [[Id]] - Generators for identifiers * [[ME]] - Provi

Re: [sandbox] [classscan] classscan API design review needed

2011-07-27 Thread Jakob Korherr
+1 Regards, Jakob 2011/7/27 Matt Benson : > On Wed, Jul 27, 2011 at 4:25 AM, Jakob Korherr > wrote: >> Hi Mark, Simone, >> >> I would prefer a way in which the classscan-clients can tell the >> classscan-server in what they are interested in via an API like Mark >> proposed (e.g. subscribe()) b

RE: [math] MATH-613 patch

2011-07-27 Thread Sébastien Brisard
Removed duplicate code from the new version of the patch. I do not think that the additional function call will play any significant role, except maybe on rather small vectors. This indeed should be verified with Gille's microbenchmarking class. Best, Sebastien

Re: [sandbox] [classscan] classscan API design review needed

2011-07-27 Thread Matt Benson
On Wed, Jul 27, 2011 at 4:25 AM, Jakob Korherr wrote: > Hi Mark, Simone, > > I would prefer a way in which the classscan-clients can tell the > classscan-server in what they are interested in via an API like Mark > proposed (e.g. subscribe()) before the scanning of a specific artifact > (e.g. jar)

Re: [math] Adding a new class to handle Matrix with 3 columns/rows

2011-07-27 Thread Gilles Sadowski
Hello. > >> In project SIRIUS (CNES), we have some need for a Matrix33 (3 columns, > >> 3 > >> rows) object. It is very common to use this kind of matrix to apply > >> rotation to a position vector (vector3D). > >> > >> The incompatibility between the Vector3D of geometry package and the > >> m

Re: [?] plist codec?

2011-07-27 Thread Paul Libbrecht
Le 27 juil. 2011 à 13:25, Torsten Curdt a écrit : > There is already a plist lib out there. > http://code.google.com/p/plist/ > That said - it's GPL so it's the same as not usable for the most of us. Moreover, that library is not doing object instantiation the way BeanUtils does it. > Plists

Re: [compress] Where to Place Big Test Archives?

2011-07-27 Thread Luc Maisonobe
Le 27/07/2011 14:54, Stefan Bodewig a écrit : On 2011-07-27, Torsten Curdt wrote: But to be clear: this is quite some work just to safe some disk space for people who check out the whole of commons but do not care about compress. Actually my main concern was/is the size of the source distribu

Re: [compress] Where to Place Big Test Archives?

2011-07-27 Thread Jörg Schaible
Stefan Bodewig wrote: > On 2011-07-27, Jörg Schaible wrote: > >> Different approach: Create out of them separate Maven artifacts. > > This probably is what I had in mind when I suggested to move them - > along with the testcases - somewhere outside of trunk. I just didn't > know the proper nome

Re: [LANG] Commons Lang 3.0

2011-07-27 Thread Paul Benedict
Yes. The reason the package name was changed was so that 1.x-2.x and 3.0 can coexist together in an application. Since Commons Configuration relies on a previous version, as Stephen said, you will need both dependencies. On Wed, Jul 27, 2011 at 7:53 AM, Stephen Colebourne wrote: > You will need b

Re: [compress] Where to Place Big Test Archives?

2011-07-27 Thread Stefan Bodewig
On 2011-07-27, Torsten Curdt wrote: > But to be clear: this is quite some work just to safe some disk space > for people who check out the whole of commons but do not care about > compress. Actually my main concern was/is the size of the source distribution and network bandwidth rather than disk

Re: [LANG] Commons Lang 3.0

2011-07-27 Thread Stephen Colebourne
You will need both versions of commons-lang, the new and the old. Stephen On 27 July 2011 11:17, Rohan Kadam wrote: > Hi All, > > We have upgraded our common lang jar to 3.0 version. We have replaced package > name "lang" to "lang3". But since it has already been mentioned on apache > website t

[math] MATH-613 patch

2011-07-27 Thread Sébastien Brisard
Patch has been updated in order to comply with CM's javadoc coding standards. S - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

RE: [math] Adding a new class to handle Matrix with 3 columns/rows

2011-07-27 Thread Tanguy Yannick
Hello Luc and Ted, Thanks for your comments, see my answers below. -Message d'origine- De : Luc Maisonobe [mailto:luc.maison...@free.fr] Envoyé : mercredi 27 juillet 2011 09:02 À : Commons Developers List Objet : Re: [math] Adding a new class to handle Matrix with 3 columns/rows Le 26/

Re: [Math] Simple benchmarking utility

2011-07-27 Thread Gilles Sadowski
Hi. > >>I'm willing to help on this if you want. > >What do you propose? > You mentioned the need for people to review/try the piece of code > you've posted. I haven't done yet, but I'm happy to. Yes, please try it, and report unexpected results. Thank you! [I'll send you the Java file in a separ

Re: [compress] Where to Place Big Test Archives?

2011-07-27 Thread Torsten Curdt
>> Different approach: Create out of them separate Maven artifacts. If we go down that road I would prefer to keep all test in the core and only get the resources from the interop jar. The interop jar would then hold all manually created zip,tgz,etc files. But to be clear: this is quite some work

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

2011-07-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: [?] plist codec?

2011-07-27 Thread Torsten Curdt
There is already a plist lib out there. http://code.google.com/p/plist/ That said - it's GPL so it's the same as not usable for the most of us. Plists are a much more dynamic than Beans which is why I am not sure BeanUtils is the right fit. That said ... it doesn't feel right in Codec either :

Re: [Math] Simple benchmarking utility

2011-07-27 Thread Sébastien Brisard
Le 27/07/11 12:05, Gilles Sadowski a écrit : Hello. I'm willing to help on this if you want. What do you propose? You mentioned the need for people to review/try the piece of code you've posted. I haven't done yet, but I'm happy to. As for japex being too heavy. I agree, I didn't realize it n

[VOTE][Cancelled] Release Commons Compress 1.2 Based on 1.2RC1

2011-07-27 Thread Stefan Bodewig
On 2011-07-27, sebb wrote: > On 27 July 2011 06:03, Stefan Bodewig wrote: >> Tarballs/ZIPs: >> http://people.apache.org/~bodewig/commons-compress-1.2RC1/ >> [ ] +1 release it >> [ ] +0 go ahead I don't care >> [X] -1 no, do not release it because > The source archives contain a temporary copy

[LANG] Commons Lang 3.0

2011-07-27 Thread Rohan Kadam
Hi All, We have upgraded our common lang jar to 3.0 version. We have replaced package name "lang" to "lang3". But since it has already been mentioned on apache website that Common Lang 3.0 is not backward compatible, we are facing some compilation issues. After replacing Apache Commons Lang 2.

Re: [Math] Simple benchmarking utility

2011-07-27 Thread Gilles Sadowski
Hello. > I'm willing to help on this if you want. What do you propose? > Meanwhile, have you had a > look to existing frameworks, such as japex (http://japex.java.net/)? > [...] I hadn't; I have now. It looks nice. I didn't think of something as elaborate (charts, etc.) but rather a small utili

Re: [sandbox] [classscan] classscan API design review needed

2011-07-27 Thread Jakob Korherr
Hi Mark, Simone, I would prefer a way in which the classscan-clients can tell the classscan-server in what they are interested in via an API like Mark proposed (e.g. subscribe()) before the scanning of a specific artifact (e.g. jar) starts. I guess this could be kinda like the ProcessAnnotatedType

Re: [VOTE] Release Commons Compress 1.2 Based on 1.2RC1

2011-07-27 Thread sebb
On 27 July 2011 06:03, Stefan Bodewig wrote: > Tag: > > https://svn.apache.org/repos/asf/commons/proper/compress/tags/COMPRESS_1.2_RC1/ > > Site: > > http://people.apache.org/~bodewig/commons-compress-1.2RC1/site/ > > Maven Artifacts: > > https://repository.apache.org/content/repositories/orgapach

Re: [compress] Where to Place Big Test Archives?

2011-07-27 Thread Stefan Bodewig
On 2011-07-27, Jörg Schaible wrote: > Different approach: Create out of them separate Maven artifacts. This probably is what I had in mind when I suggested to move them - along with the testcases - somewhere outside of trunk. I just didn't know the proper nomenclature and likely don't know how t

[?] plist codec?

2011-07-27 Thread Paul Libbrecht
Hello list, I've met configuration's implementation of the plist parser and writer but I would like something more of the nature of a marshall/demarshaller, using BeanUtils. I am wondering there's another API in the commons world that does this. I haven't found any. I have started mine which

Re: [general] mvn Release and EU Mirror Lags

2011-07-27 Thread sebb
On 27 July 2011 07:32, Stefan Bodewig wrote: > On 2011-07-27, Konstantin Kolinko wrote: > >> 2011/7/27 Stefan Bodewig : >>> Hi, > >>> I just did a mvn release:prepare for Compress and it failed in the >>> tagging stage. > >>> Since I live in Germany I access our EU svn mirror and the revision that

Re: [math] Adding a new class to handle Matrix with 3 columns/rows

2011-07-27 Thread Ted Dunning
Constructors? Can't these new matrices implement the current matrix interface? On Wed, Jul 27, 2011 at 12:01 AM, Luc Maisonobe wrote: > We will also propose some new constructors to build gaps between this >> new matrix and the matrix of linear package. >> > > Yes, having a way to change from on

Re: [compress] Where to Place Big Test Archives?

2011-07-27 Thread Ted Dunning
Multiple maven artifacts is a nice way to get a download only if you need it. I was going to suggest s3 or similar place, but maven central is better in many ways. I would suggest taring up all of the test files and making a single maven artifact from that. On Wed, Jul 27, 2011 at 12:31 AM, Jörg

[math] MATH-613 patch

2011-07-27 Thread Sébastien Brisard
Hello, please review patch MATH-613-20110727.patch, attached to JIRA MATH-613 (equivalent of DAXPY for RealVector). The patch includes a default implementation in AbstractRealVector, a better implementation for ArrayRealVector, as well as unit tests. No "optimized" implemen

MATH-613 patch

2011-07-27 Thread Sébastien Brisard
Hello, please review patch MATH-613-20110727.patch, attached to JIRA MATH-613 (equivalent of DAXPY for RealVector). The patch includes a default implementation in AbstractRealVector, a better implementation for ArrayRealVector, as well as unit tests. No "optimized" implemen

Re: [VOTE] Release Commons Compress 1.2 Based on 1.2RC1

2011-07-27 Thread Christian Grobmeier
[x] +1 release it checked sigs, md5 and sha1 all well. All package can be extracted site looks ok On Wed, Jul 27, 2011 at 7:03 AM, Stefan Bodewig wrote: > Tag: > > https://svn.apache.org/repos/asf/commons/proper/compress/tags/COMPRESS_1.2_RC1/ > > Site: > > http://people.apache.org/~bodewig/co

Re: [compress] Where to Place Big Test Archives?

2011-07-27 Thread Jörg Schaible
Hi Stefan, Stefan Bodewig wrote: > On 2011-07-26, Ted Dunning wrote: >> On Tue, Jul 26, 2011 at 5:31 AM, Stefan Bodewig >> wrote: > Perhaps the large test files could be generated on the fly if absent in the user's temp directory? > >>> This would require 5 GB of disk space in temp a

Re: [compress] Where to Place Big Test Archives?

2011-07-27 Thread Stefan Bodewig
On 2011-07-26, Ted Dunning wrote: > On Tue, Jul 26, 2011 at 5:31 AM, Stefan Bodewig wrote: >>> Perhaps the large test files could be generated on the fly if absent >>> in the user's temp directory? >> This would require 5 GB of disk space in temp and a working ZIP64 >> implementation to create t

Re: [sandbox] [classscan] classscan API design review needed

2011-07-27 Thread Simone Tripodi
Hi Mark!!! after had a (quick, honestly) look at your APIs I'm more convinced we can merge our efforts to provide our users a kickass library to scan the classpath. Your ScanJob class could be configured with my Meiyo EDSL filters[1] instead of passing parameters to the constructor, allowing users

Re: [math] Adding a new class to handle Matrix with 3 columns/rows

2011-07-27 Thread Luc Maisonobe
Le 26/07/2011 17:59, Tanguy Yannick a écrit : Hello, In project SIRIUS (CNES), we have some need for a Matrix33 (3 columns, 3 rows) object. It is very common to use this kind of matrix to apply rotation to a position vector (vector3D). The incompatibility between the Vector3D of geometry packag