Re: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-24 Thread Sandy McArthur
On 3/24/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote:
> AFAIK maven groupId for new version of jakarta commons should be
> "org.apache.commons" :
> http://maven.apache.org/guides/mini/guide-naming-conventions.html

I just looked at IO, FileUpload, Math, Collections and none of them
used the package name as the groupId. I'm going to leave it as is for
now.

--
Sandy McArthur

"He who dares not offend cannot be honest."
- Thomas Paine

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-24 Thread Arnaud HERITIER
The last snapshot of the distribution plugin makes the necessary
arrangements
http://maven.apache.org/maven-1.x/plugins/dist/changes-report.html#Release1_7-SNAPSHOT
MPDIST-27, MPDIST-28 were done by Phil for another component.

Arnaud

On 3/24/06, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote:
>
> robert burrell donkin wrote:
> > On Thu, 2006-03-23 at 14:12 -0800, Martin Cooper wrote:
> >
> >> On 3/23/06, robert burrell donkin <[EMAIL PROTECTED]
> >
> >> wrote:
> >>
> >>> On Thu, 2006-03-23 at 15:45 -0500, Sandy McArthur wrote:
> >>>
>  On 3/23/06, Oliver Heger <[EMAIL PROTECTED]> wrote:
> 
> >>> 
> >>>
> >>>
> > - LICENSE.txt and NOTICE.txt have unix style line endings in the
> zips.
> > (This is not a problem for me, but was cause for some discussions in
> >
> >>> the
> >>>
> > past.)
> >
>  I'm on a mac os x box and unix style would be the default. How do
>  other projects solve this other than building on win32?
> 
> >>> not sure if it can be done in maven 1. anyone know?
> >>>
> >> Well, Maven can invoke Ant, so you could use this:
> >>
> >> http://ant.apache.org/manual/CoreTasks/fixcrlf.html
> >>
> >
> > good point :)
> >
> > how easy would it be to persuade maven to use different fixes before
> > rolling the zip and the tar?
> >
> > - robert
> >
> Robert,
>
> We had to implement something similar for [HttpClient] a while ago. You
> might find maven.xml from [HttpClient] package a good starting point
>
>
> http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/maven.xml
>
> Oleg
>
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-24 Thread Nicolas De Loof


Just a cosmetic bug :

AFAIK maven groupId for new version of jakarta commons should be 
"org.apache.commons" :

http://maven.apache.org/guides/mini/guide-naming-conventions.html

Nico.



Oliver Heger a écrit :

I tested RC2 with Commons Configuration and did not find any problems
(but this is not too meaningful because the dependency to Commons Pool
is only used by a test case for the database configuration class).

Some notes:

- There is no release notes file in neither the source nor the binary
distro.

- LICENSE.txt and NOTICE.txt have unix style line endings in the zips.
(This is not a problem for me, but was cause for some discussions in the
past.)

- I had a problem building with ant (ClassNotFoundError for
junit/textui/TestRunner), but this can be a problem with my setup (did
not do much with ant recently).

Oliver

Sandy McArthur wrote:

  

I've prepared Pool 1.3-rc2 at
http://people.apache.org/~sandymac/pool/1.3-rc2/ I'd appreciate it if
interested parties reviewed it and tested it with their setup.

Changes since 1.3-rc1 are limited to documentation updates and maven
build clean ups.

The previous 1.3-rc1 announcement can be found at:
http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/200603.mbox/[EMAIL 
PROTECTED]

If no issues are raised, on Saturday the 25th I'll start a vote to
make this an official release.

--
Sandy McArthur

"He who dares not offend cannot be honest."
- Thomas Paine

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  


This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-23 Thread Oliver Heger

Sandy McArthur wrote:

On 3/23/06, Oliver Heger <[EMAIL PROTECTED]> wrote:

I tested RC2 with Commons Configuration and did not find any problems
(but this is not too meaningful because the dependency to Commons Pool
is only used by a test case for the database configuration class).

Some notes:

- There is no release notes file in neither the source nor the binary
distro.


Both have a readme with the highlights and info where a complete
release notes can be found.

Binary distro has docs/release-notes-1.3.html
Source distro has xdocs/release-notes-1.3.xml

Is something else needed?
Most other components have a RELEASE-NOTES.txt in their top level 
directory, and that's where I first looked. Maybe it makes sense to add 
a simple file that only points to the "real" release notes in the 
subdirectories?





- LICENSE.txt and NOTICE.txt have unix style line endings in the zips.
(This is not a problem for me, but was cause for some discussions in the
past.)


I'm on a mac os x box and unix style would be the default. How do
other projects solve this other than building on win32?
As other replies to this thread indicate, there is no single solution. 
In addition to the brought up suggestions, AFAIK newer versions of 
maven's dist plugin are able to handle at least the txt files in the top 
level directory correctly.





- I had a problem building with ant (ClassNotFoundError for
junit/textui/TestRunner), but this can be a problem with my setup (did
not do much with ant recently).


the junit.jar property needs to be set as a path to the junit jar.
This is showed in tbe build.proerties.sample file.

okay

Oliver




Sandy McArthur wrote:


I've prepared Pool 1.3-rc2 at
http://people.apache.org/~sandymac/pool/1.3-rc2/ I'd appreciate it if
interested parties reviewed it and tested it with their setup.

Changes since 1.3-rc1 are limited to documentation updates and maven
build clean ups.

The previous 1.3-rc1 announcement can be found at:
http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/200603.mbox/[EMAIL 
PROTECTED]

If no issues are raised, on Saturday the 25th I'll start a vote to
make this an official release.



--
Sandy McArthur

"He who dares not offend cannot be honest."
- Thomas Paine




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-23 Thread Gary Gregory
+1

Build ok with:
- Ant 1.6.5
- Maven 1.0.2
- Sun Java 1.4.2_11
- Windows XP SP2

Gary

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Sandy
> McArthur
> Sent: Wednesday, March 22, 2006 5:03 PM
> To: Jakarta Commons Developers List; Jakarta Commons Users List
> Subject: [pool] Announcing Release Candidate 2 for Pool 1.3
> 
> I've prepared Pool 1.3-rc2 at
> http://people.apache.org/~sandymac/pool/1.3-rc2/ I'd appreciate it if
> interested parties reviewed it and tested it with their setup.
> 
> Changes since 1.3-rc1 are limited to documentation updates and maven
> build clean ups.
> 
> The previous 1.3-rc1 announcement can be found at:
> http://mail-archives.apache.org/mod_mbox/jakarta-commons-
>
dev/200603.mbox/[EMAIL PROTECTED]
il
> .com%3e
> 
> If no issues are raised, on Saturday the 25th I'll start a vote to
> make this an official release.
> 
> --
> Sandy McArthur
> 
> "He who dares not offend cannot be honest."
> - Thomas Paine
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-23 Thread Oleg Kalnichevski

robert burrell donkin wrote:

On Thu, 2006-03-23 at 14:12 -0800, Martin Cooper wrote:
  

On 3/23/06, robert burrell donkin <[EMAIL PROTECTED]>
wrote:


On Thu, 2006-03-23 at 15:45 -0500, Sandy McArthur wrote:
  

On 3/23/06, Oliver Heger <[EMAIL PROTECTED]> wrote:




  

- LICENSE.txt and NOTICE.txt have unix style line endings in the zips.
(This is not a problem for me, but was cause for some discussions in
  

the
  

past.)
  

I'm on a mac os x box and unix style would be the default. How do
other projects solve this other than building on win32?


not sure if it can be done in maven 1. anyone know?
  

Well, Maven can invoke Ant, so you could use this:

http://ant.apache.org/manual/CoreTasks/fixcrlf.html



good point :)

how easy would it be to persuade maven to use different fixes before
rolling the zip and the tar?

- robert
  

Robert,

We had to implement something similar for [HttpClient] a while ago. You 
might find maven.xml from [HttpClient] package a good starting point


http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/maven.xml

Oleg



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-23 Thread robert burrell donkin
On Thu, 2006-03-23 at 14:12 -0800, Martin Cooper wrote:
> On 3/23/06, robert burrell donkin <[EMAIL PROTECTED]>
> wrote:
> >
> > On Thu, 2006-03-23 at 15:45 -0500, Sandy McArthur wrote:
> > > On 3/23/06, Oliver Heger <[EMAIL PROTECTED]> wrote:
> >
> > 
> >
> > > > - LICENSE.txt and NOTICE.txt have unix style line endings in the zips.
> > > > (This is not a problem for me, but was cause for some discussions in
> > the
> > > > past.)
> > >
> > > I'm on a mac os x box and unix style would be the default. How do
> > > other projects solve this other than building on win32?
> >
> > not sure if it can be done in maven 1. anyone know?
> 
> 
> Well, Maven can invoke Ant, so you could use this:
> 
> http://ant.apache.org/manual/CoreTasks/fixcrlf.html

good point :)

how easy would it be to persuade maven to use different fixes before
rolling the zip and the tar?

- robert


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-23 Thread Martin Cooper
On 3/23/06, robert burrell donkin <[EMAIL PROTECTED]>
wrote:
>
> On Thu, 2006-03-23 at 15:45 -0500, Sandy McArthur wrote:
> > On 3/23/06, Oliver Heger <[EMAIL PROTECTED]> wrote:
>
> 
>
> > > - LICENSE.txt and NOTICE.txt have unix style line endings in the zips.
> > > (This is not a problem for me, but was cause for some discussions in
> the
> > > past.)
> >
> > I'm on a mac os x box and unix style would be the default. How do
> > other projects solve this other than building on win32?
>
> not sure if it can be done in maven 1. anyone know?


Well, Maven can invoke Ant, so you could use this:

http://ant.apache.org/manual/CoreTasks/fixcrlf.html

--
Martin Cooper


(if not, don't worry too much)
>
> the source is easy: export twice and set svn --native-eols appropriately
> for each.
>
> - robert
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-23 Thread robert burrell donkin
On Thu, 2006-03-23 at 15:45 -0500, Sandy McArthur wrote: 
> On 3/23/06, Oliver Heger <[EMAIL PROTECTED]> wrote:



> > - LICENSE.txt and NOTICE.txt have unix style line endings in the zips.
> > (This is not a problem for me, but was cause for some discussions in the
> > past.)
> 
> I'm on a mac os x box and unix style would be the default. How do
> other projects solve this other than building on win32?

not sure if it can be done in maven 1. anyone know?

(if not, don't worry too much)

the source is easy: export twice and set svn --native-eols appropriately
for each.

- robert


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-23 Thread Gary Gregory
This build works fine with our application.

My only wish would be to make BaseObjectPool.isClosed() public.

Gary

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Sandy
> McArthur
> Sent: Wednesday, March 22, 2006 5:03 PM
> To: Jakarta Commons Developers List; Jakarta Commons Users List
> Subject: [pool] Announcing Release Candidate 2 for Pool 1.3
> 
> I've prepared Pool 1.3-rc2 at
> http://people.apache.org/~sandymac/pool/1.3-rc2/ I'd appreciate it if
> interested parties reviewed it and tested it with their setup.
> 
> Changes since 1.3-rc1 are limited to documentation updates and maven
> build clean ups.
> 
> The previous 1.3-rc1 announcement can be found at:
> http://mail-archives.apache.org/mod_mbox/jakarta-commons-
>
dev/200603.mbox/[EMAIL PROTECTED]
il
> .com%3e
> 
> If no issues are raised, on Saturday the 25th I'll start a vote to
> make this an official release.
> 
> --
> Sandy McArthur
> 
> "He who dares not offend cannot be honest."
> - Thomas Paine
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-23 Thread Sandy McArthur
On 3/23/06, Oliver Heger <[EMAIL PROTECTED]> wrote:
> I tested RC2 with Commons Configuration and did not find any problems
> (but this is not too meaningful because the dependency to Commons Pool
> is only used by a test case for the database configuration class).
>
> Some notes:
>
> - There is no release notes file in neither the source nor the binary
> distro.

Both have a readme with the highlights and info where a complete
release notes can be found.

Binary distro has docs/release-notes-1.3.html
Source distro has xdocs/release-notes-1.3.xml

Is something else needed?

> - LICENSE.txt and NOTICE.txt have unix style line endings in the zips.
> (This is not a problem for me, but was cause for some discussions in the
> past.)

I'm on a mac os x box and unix style would be the default. How do
other projects solve this other than building on win32?

> - I had a problem building with ant (ClassNotFoundError for
> junit/textui/TestRunner), but this can be a problem with my setup (did
> not do much with ant recently).

the junit.jar property needs to be set as a path to the junit jar.
This is showed in tbe build.proerties.sample file.

> Sandy McArthur wrote:
>
> >I've prepared Pool 1.3-rc2 at
> >http://people.apache.org/~sandymac/pool/1.3-rc2/ I'd appreciate it if
> >interested parties reviewed it and tested it with their setup.
> >
> >Changes since 1.3-rc1 are limited to documentation updates and maven
> >build clean ups.
> >
> >The previous 1.3-rc1 announcement can be found at:
> >http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/200603.mbox/[EMAIL
> > PROTECTED]
> >
> >If no issues are raised, on Saturday the 25th I'll start a vote to
> >make this an official release.


--
Sandy McArthur

"He who dares not offend cannot be honest."
- Thomas Paine

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-23 Thread Oliver Heger
I tested RC2 with Commons Configuration and did not find any problems
(but this is not too meaningful because the dependency to Commons Pool
is only used by a test case for the database configuration class).

Some notes:

- There is no release notes file in neither the source nor the binary
distro.

- LICENSE.txt and NOTICE.txt have unix style line endings in the zips.
(This is not a problem for me, but was cause for some discussions in the
past.)

- I had a problem building with ant (ClassNotFoundError for
junit/textui/TestRunner), but this can be a problem with my setup (did
not do much with ant recently).

Oliver

Sandy McArthur wrote:

>I've prepared Pool 1.3-rc2 at
>http://people.apache.org/~sandymac/pool/1.3-rc2/ I'd appreciate it if
>interested parties reviewed it and tested it with their setup.
>
>Changes since 1.3-rc1 are limited to documentation updates and maven
>build clean ups.
>
>The previous 1.3-rc1 announcement can be found at:
>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/200603.mbox/[EMAIL
> PROTECTED]
>
>If no issues are raised, on Saturday the 25th I'll start a vote to
>make this an official release.
>
>--
>Sandy McArthur
>
>"He who dares not offend cannot be honest."
>- Thomas Paine
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-22 Thread Henri Yandell
On 3/22/06, Sandy McArthur <[EMAIL PROTECTED]> wrote:
> Opps, forgot to put my key up at
> http://people.apache.org/~sandymac/pool/1.3-rc2/ , fixed.
>
> I don't quite know where my key is supposed to live, I added it to svn
> because I observed another project doing that:
> http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/KEYS?view=log
>
> Should I add my key to the
> http://www.apache.org/dist/jakarta/commons/pool/KEYS too?

Yep. Just cat/paste it onto the end. Check out collections for an
example of a file with multiple ones in.

Hen

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-22 Thread Sandy McArthur
Opps, forgot to put my key up at
http://people.apache.org/~sandymac/pool/1.3-rc2/ , fixed.

I don't quite know where my key is supposed to live, I added it to svn
because I observed another project doing that:
http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/KEYS?view=log

Should I add my key to the
http://www.apache.org/dist/jakarta/commons/pool/KEYS too?

On 3/22/06, Henri Yandell <[EMAIL PROTECTED]> wrote:
> Which KEYS file contains your public PGP key?
>
> I don't see it at:
>
> http://www.apache.org/dist/jakarta/commons/pool/KEYS
>
> Hen
>
> On 3/22/06, Sandy McArthur <[EMAIL PROTECTED]> wrote:
> > I've prepared Pool 1.3-rc2 at
> > http://people.apache.org/~sandymac/pool/1.3-rc2/ I'd appreciate it if
> > interested parties reviewed it and tested it with their setup.
> >
> > Changes since 1.3-rc1 are limited to documentation updates and maven
> > build clean ups.
> >
> > The previous 1.3-rc1 announcement can be found at:
> > http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/200603.mbox/[EMAIL
> >  PROTECTED]
> >
> > If no issues are raised, on Saturday the 25th I'll start a vote to
> > make this an official release.

--
Sandy McArthur

"He who dares not offend cannot be honest."
- Thomas Paine

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pool] Announcing Release Candidate 2 for Pool 1.3

2006-03-22 Thread Henri Yandell
Which KEYS file contains your public PGP key?

I don't see it at:

http://www.apache.org/dist/jakarta/commons/pool/KEYS

Hen

On 3/22/06, Sandy McArthur <[EMAIL PROTECTED]> wrote:
> I've prepared Pool 1.3-rc2 at
> http://people.apache.org/~sandymac/pool/1.3-rc2/ I'd appreciate it if
> interested parties reviewed it and tested it with their setup.
>
> Changes since 1.3-rc1 are limited to documentation updates and maven
> build clean ups.
>
> The previous 1.3-rc1 announcement can be found at:
> http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/200603.mbox/[EMAIL
>  PROTECTED]
>
> If no issues are raised, on Saturday the 25th I'll start a vote to
> make this an official release.
>
> --
> Sandy McArthur
>
> "He who dares not offend cannot be honest."
> - Thomas Paine
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]