Re: [general] mvn Release and EU Mirror Lags

2011-07-27 Thread Konstantin Kolinko
2011/7/27 Stefan Bodewig bode...@apache.org: 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 mirror so

Re: [general] mvn Release and EU Mirror Lags

2011-07-27 Thread Stefan Bodewig
On 2011-07-27, Konstantin Kolinko wrote: 2011/7/27 Stefan Bodewig bode...@apache.org: 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

[lang] LANG-686 Recursive call of replaceEachRepeatedly

2011-07-27 Thread Henri Yandell
I'm wondering what people think to: https://issues.apache.org/jira/browse/LANG-686 I've improved the message of the thrown exception to match the javadoc, but I'm wondering if a TTL of 2 to protect a StackOverflowError is really necessary :) I have the urge to throw in 64, or 512, or some

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

2011-07-27 Thread Luc Maisonobe
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. - Quaternion : We need to separate these two notions : the

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

2011-07-27 Thread Henri Yandell
Sigs look good. Source unpacks happily and builds (OS X, JDK 1.6). Release notes look good. +1. Hen On Tue, Jul 26, 2011 at 10:03 PM, Stefan Bodewig bode...@apache.org wrote: Tag: https://svn.apache.org/repos/asf/commons/proper/compress/tags/COMPRESS_1.2_RC1/ Site:

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

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

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 bode...@apache.org 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

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 bode...@apache.org wrote: Tag: https://svn.apache.org/repos/asf/commons/proper/compress/tags/COMPRESS_1.2_RC1/ Site:

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 implementation

[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 implementation

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,

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 luc.maison...@free.frwrote: 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

[?] 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: [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

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

2011-07-27 Thread sebb
On 27 July 2011 06:03, Stefan Bodewig bode...@apache.org 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:

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

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 utility

[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.1

[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 bode...@apache.org 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

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

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

[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: [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

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 separate

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

[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: [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 roha...@cybage.com 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

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 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 scolebou...@joda.org

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

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

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: [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 matrix/vectors of the

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 jakob.korh...@gmail.com 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

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 Jakob Korherr
+1 Regards, Jakob 2011/7/27 Matt Benson gudnabr...@gmail.com: On Wed, Jul 27, 2011 at 4:25 AM, Jakob Korherr jakob.korh...@gmail.com 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

[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=diffrev1=118rev2=119 * [[Id]] - Generators for identifiers * [[ME]] - Provides

[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=diffrev1=119rev2=120 = Sandbox = - TheSandbox is an open workspace for jakarta

[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=diffrev1=120rev2=121 Comment: remove top-level reference to [classscan]; moving to

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 pbened...@apache.org wrote: Yes. The reason the package

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. - Quaternion : We

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 flame...@gmail.com wrote: For the record, and so we can consider what needs a release, the following

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 gudnabr...@gmail.com 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.

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: [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 the Vector3D of geometry

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 luc.maison...@free.fr 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

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 Maisonobeluc.maison...@free.fr 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

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). The

[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=diffrev1=44rev2=45 ||'''Component'''||'''State'''||'''Plan'''|| -

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 compilation or ...) while the benchmark is

[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

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 jakob.korh...@gmail.com wrote: +1 Regards, Jakob 2011/7/27 Matt Benson gudnabr...@gmail.com: On Wed, Jul 27, 2011 at 4:25 AM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi Mark, Simone, I would

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

[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

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

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 luc.maison...@free.fr 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

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 t...@apache.org 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

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 this?

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 we need a

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 mirror so

[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: [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 here. If you intend to have a

[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

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 eli...@zupancic.name 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

[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:

[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 I

[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 in

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

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. Am I