Re: Including remote properties

2003-09-03 Thread Berin Loritsch
Jason van Zyl wrote: On Tue, 2003-09-02 at 15:46, Berin Loritsch wrote: The Avalon team would like to use their distribution heirarchy as a Maven remote repository. The only problem is the traffic it forces on the Apache servers. We would like to incorporate support from the mirrors redirection

Re: Including remote properties

2003-09-03 Thread Jason van Zyl
On Wed, 2003-09-03 at 09:58, Berin Loritsch wrote: Jason van Zyl wrote: You are just trying to point your maven builds at the mirror cgi script? Where's the source for this little puppy and I'll take a look and maybe I can get a better grasp on the problem. Yep.

Re: Including remote properties

2003-09-03 Thread Paul Libbrecht
It would be good if this could support the mirroring procedure of SourceForge as well. Paul On Mercredi, sept 3, 2003, at 16:53 Europe/Paris, Jason van Zyl wrote: On Wed, 2003-09-03 at 09:58, Berin Loritsch wrote: Jason van Zyl wrote: You are just trying to point your maven builds at the

Re: Including remote properties

2003-09-03 Thread Berin Loritsch
Jason van Zyl wrote: On Wed, 2003-09-03 at 09:58, Berin Loritsch wrote: Jason van Zyl wrote: You are just trying to point your maven builds at the mirror cgi script? Where's the source for this little puppy and I'll take a look and maybe I can get a better grasp on the problem. If you log

Including remote properties

2003-09-02 Thread Berin Loritsch
The Avalon team would like to use their distribution heirarchy as a Maven remote repository. The only problem is the traffic it forces on the Apache servers. We would like to incorporate support from the mirrors redirection program to get things to work properly. I can (and did) easily create a

RE: Including remote properties

2003-09-02 Thread Lester Ward
Maven has the property element you can put in the maven.xml file, but the only options to specify the properties files are file, resource, and env. That means that I cannot use that to get the remote properties file. Couldn't you just use Ant's Get task to download the properties to a

Re: Including remote properties

2003-09-02 Thread Berin Loritsch
Lester Ward wrote: Maven has the property element you can put in the maven.xml file, but the only options to specify the properties files are file, resource, and env. That means that I cannot use that to get the remote properties file. Couldn't you just use Ant's Get task to download the

Re: Including remote properties

2003-09-02 Thread Jason van Zyl
On Tue, 2003-09-02 at 15:46, Berin Loritsch wrote: The Avalon team would like to use their distribution heirarchy as a Maven remote repository. The only problem is the traffic it forces on the Apache servers. We would like to incorporate support from the mirrors redirection program to get