Re: Parent POM and automatic module name

2018-01-09 Thread Gilles
Hi. My suggestion would be "profile.java_automatic_module_name" in the top directory. Gilles On Mon, 8 Jan 2018 22:23:08 -0800, Chas Honton wrote: Profile triggers in src/profiles? Chas On Jan 8, 2018, at 4:27 PM, sebb wrote: On 8 January 2018 at 23:14, Jörg Schaible wrote: Am Mon, 0

Re: Parent POM and automatic module name

2018-01-09 Thread Stephen Colebourne
This seems a lot more effort than just adding something to the pom.xml in the child project. Stephen On 9 January 2018 at 12:11, Gilles wrote: > Hi. > > My suggestion would be > "profile.java_automatic_module_name" > in the top directory. > > Gilles > > > On Mon, 8 Jan 2018 22:23:08 -0800, Chas

Re: Parent POM and automatic module name

2018-01-09 Thread Gilles
On Tue, 9 Jan 2018 12:30:19 +, Stephen Colebourne wrote: This seems a lot more effort than just adding something to the pom.xml in the child project. Yes, but is there a possibility that this "automatic name" addition should be be removed in the future (and replaced by ...)? If so, having

Re: Parent POM and automatic module name

2018-01-09 Thread sebb
On 9 January 2018 at 12:30, Stephen Colebourne wrote: > This seems a lot more effort than just adding something to the pom.xml > in the child project. > Stephen Agreed; it could be something as simple as a property define. Note that if it is a file, then it needs to be added to the source archiv

[compress]

2018-01-09 Thread Gary Gregory
Any one else seeing this? [INFO] Running org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStreamTest [ERROR] Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.034 s <<< FAILURE! - in org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStreamTest

[pool][dbcp] Download pages not working

2018-01-09 Thread Phil Steitz
The problem is that the links use pool2, dbcp2 in the path, but the artifacts are under pool, dbcp.  For example, the following link from the pool download page http://apache.mirrors.lucidnetworks.net//commons/pool2/source/commons-pool2-2.5.0-src.tar.gz gives a 404 because the artifact is actuall

Re: [compress]

2018-01-09 Thread Matt Sicker
ASCII 13 is \r and 10 is \n. I bet it's a Windows line encoding related issue specifically. On 9 January 2018 at 13:20, Gary Gregory wrote: > Any one else seeing this? > > [INFO] Running > org.apache.commons.compress.compressors.zstandard. > ZstdCompressorInputStreamTest > [ERROR] Tests run: 8,

Re: [pool][dbcp] Download pages not working

2018-01-09 Thread sebb
On 9 January 2018 at 19:37, Phil Steitz wrote: > The problem is that the links use pool2, dbcp2 in the path, but the > artifacts are under pool, dbcp. For example, the following link > from the pool download page > > http://apache.mirrors.lucidnetworks.net//commons/pool2/source/commons-pool2-2.5.

Re: [pool][dbcp] Download pages not working

2018-01-09 Thread Gary Gregory
The file generator in the plugin uses the artifact ID for this, hence the error. We need another property, sans version. Gary On Tue, Jan 9, 2018 at 4:15 PM, sebb wrote: > On 9 January 2018 at 19:37, Phil Steitz wrote: > > The problem is that the links use pool2, dbcp2 in the path, but the > >

Fwd: Build failed in Jenkins: Commons-Compress-Windows #455

2018-01-09 Thread Gary Gregory
Does anyone know how to fix this? Gary -- Forwarded message -- From: Apache Jenkins Server Date: Tue, Jan 9, 2018 at 12:28 PM Subject: Build failed in Jenkins: Commons-Compress-Windows #455 To: notificati...@commons.apache.org See

Re: [pool][dbcp] Download pages not working

2018-01-09 Thread sebb
On 9 January 2018 at 23:33, Gary Gregory wrote: > The file generator in the plugin uses the artifact ID for this, hence the > error. We need another property, sans version. Are you sure? I only had to fix the archive links, not the hashes. > Gary > > On Tue, Jan 9, 2018 at 4:15 PM, sebb wrote:

Re: [pool][dbcp] Download pages not working

2018-01-09 Thread Gary Gregory
On Tue, Jan 9, 2018 at 4:53 PM, sebb wrote: > On 9 January 2018 at 23:33, Gary Gregory wrote: > > The file generator in the plugin uses the artifact ID for this, hence the > > error. We need another property, sans version. > > Are you sure? > > I only had to fix the archive links, not the hashes

Re: [pool][dbcp] Download pages not working

2018-01-09 Thread Gary Gregory
It looks like 'commons.componentid' should be set to 'pool' instead of 'pool2' but I am not sure if that will mess up something else. Gary On Tue, Jan 9, 2018 at 5:02 PM, Gary Gregory wrote: > > > On Tue, Jan 9, 2018 at 4:53 PM, sebb wrote: > >> On 9 January 2018 at 23:33, Gary Gregory wrote:

Re: [compress]

2018-01-09 Thread Gary Gregory
Indeed this reeks of Windows vs. Linux... Gary On Tue, Jan 9, 2018 at 2:23 PM, Matt Sicker wrote: > ASCII 13 is \r and 10 is \n. I bet it's a Windows line encoding related > issue specifically. > > On 9 January 2018 at 13:20, Gary Gregory wrote: > > > Any one else seeing this? > > > > [INFO] R

Re: [pool][dbcp] Download pages not working

2018-01-09 Thread Phil Steitz
On 1/9/18 5:16 PM, Gary Gregory wrote: > It looks like 'commons.componentid' should be set to 'pool' instead of > 'pool2' but I am not sure if that will mess up something else. I remember it used to bork something, which is why I did the download page prep separately and sent the override on the c

Re: [compress]

2018-01-09 Thread Stefan Bodewig
On 2018-01-09, Gary Gregory wrote: > Any one else seeing this? I have changed the gitattributes after you first reported it. If your version of git honors it you can apply the attributes to your existing working copy by pulling, removing .git/index and then running "git reset --hard". Stefan --