Re: [Geotools-devel] Adding jar to repository

2006-04-27 Thread Martin Desruisseaux
Jody Garnett a écrit : 1. Use the jar used by the ARCSDE module since it is simply Doug Lee's concurrency package. The concurrency package is good, but most of his work is in java 5 now? The easiest approach is probably to add this ARCSDE dependency for now, and remove it later when we wil

Re: [Geotools-devel] Adding jar to repository

2006-04-27 Thread Gabriel Roldán
On Thursday 27 April 2006 20:45, Jody Garnett wrote: > Jesse Eichar wrote: > > Hi, > > > > What should I do about the dependency on the Concurrency package? > > Here are my options: > > > > 1. Use the jar used by the ARCSDE module since it is simply Doug > > Lee's concurrency package. exactly. -

Re: [Geotools-devel] Adding jar to repository

2006-04-27 Thread Jody Garnett
Jesse Eichar wrote: Hi, What should I do about the dependency on the Concurrency package? Here are my options: 1. Use the jar used by the ARCSDE module since it is simply Doug Lee's concurrency package. The concurrency package is good, but most of his work is in java 5 now? 2. Compile my

[Geotools-devel] Adding jar to repository

2006-04-27 Thread Jesse Eichar
Hi, What should I do about the dependency on the Concurrency package? Here are my options: 1. Use the jar used by the ARCSDE module since it is simply Doug Lee's concurrency package. 2. Compile my own jar and use that so it appears separate from the ARCSDE module. Jesse ---