Re: How to build Geronimo offline.

2005-06-15 Thread Jacek Laskowski
Dain Sundstrom wrote: Kishor, Unfortunately, there is no way to do that right now. We are planing on upgrading to Maven 2 soon and it will be able to download all dependencies in one go. Dain, can't the dependencies be downloaded manually to the maven local repository to make our build

RE: How to build Geronimo offline.

2005-06-09 Thread kishor
@geronimo.apache.org Subject: Re: How to build Geronimo offline. Hi Kishor, You need to add these two lines in the project.properties file located under the root of the geronimo source code: maven.proxy.host=hostname maven.proxy.port=port Thanks, Gianny On 1/06/2005 10:28 PM, kishor wrote

Re: How to build Geronimo offline.

2005-06-09 Thread Dain Sundstrom
separately and put is at some local place from where maven should refer it for build. Thanks Kishor -Original Message- From: Gianny Damour [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 6:51 PM To: dev@geronimo.apache.org Subject: Re: How to build Geronimo offline. Hi Kishor, You

Re: How to build Geronimo offline.

2005-06-01 Thread Gianny Damour
to internet I think some where in maven.xml I must provide the proxy setting to download jars. Regards Kishor -Original Message- From: Jeremy Boynes [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 10:22 AM To: dev@geronimo.apache.org Subject: Re: How to build Geronimo offline. kishor

How to build Geronimo offline.

2005-05-31 Thread kishor
Hi all, I'm new to Geronimo, I want to build Geronimo offline, Don't want Maven to download jars at build time, Can any one tell me where I will get the docs ? regards Kishor http://www.patni.com World-Wide Partnerships. World-Class Solutions.

Re: How to build Geronimo offline.

2005-05-31 Thread Jeremy Boynes
kishor wrote: Hi all, I'm new to Geronimo, I want to build Geronimo offline, Don't want Maven to download jars at build time, Can any one tell me where I will get the docs ? First time through it is much easier to build online to get all the dependencies. After that: $ maven -o If