Re: Sun Binary Dependencies

2004-08-25 Thread Ricardo Gladwell
Hi Guys, Thanks everyone for your helpul suggestions. I am now using the Geronimo specifications JARs instead and will use some of the other alternatives when I use Sun JARs in future. BTW, does anyone know who is responsible for ensuring that the Apache maven repository at Ibiblio is

RE: Sun Binary Dependencies

2004-08-25 Thread Carlos Sanchez
: Ricardo Gladwell [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 11:06 AM To: Maven Users List Subject: Re: Sun Binary Dependencies Hi Guys, Thanks everyone for your helpul suggestions. I am now using the Geronimo specifications JARs instead and will use some of the other

Sun Binary Dependencies

2004-08-24 Thread Ricardo Gladwell
Hi All, At the moment one of my maven projects depends upon JARs distributed by Sun (e.g. JTA). I'm manually downloading and extracting the ZIPs from Sun and copying the JARs to my local repository. Ideally, I would like some way to automatically download the ZIPs and extract the relevant

Re: Sun Binary Dependencies

2004-08-24 Thread matthew.hawthorne
Carlos Sanchez wrote: You can extract them to a dir of your project and use jar override, then you can distribute it with the rest of your files. A similar option would be to create a separate local repository which is checked in with the rest of your project. Something like this: projectRoot/

Re: Sun Binary Dependencies

2004-08-24 Thread David Jencks
You may also wish to investigate whether there are non-sun jars available that have more amenable licensing terms. For instance, geronimo has a jta jar. http://www.ibiblio.org/maven/geronimo-spec/jars/geronimo-spec-jta-1.0- M1.jar many thanks, david jencks On Aug 24, 2004, at 4:04 AM,

Re: Sun Binary Dependencies

2004-08-24 Thread Trygve Laugstøl
Geronimo has implementations of a lot of the j2ee specifiactions. They can be found in http://www.ibiblio.org/maven/geronimo-spec/jars/ -- Trygve On Tue, Aug 24, 2004 at 12:04:58PM +0100, Ricardo Gladwell wrote: Hi All, At the moment one of my maven projects depends upon JARs distributed by