You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by "Mark R. Diggory" <md...@latte.harvard.edu> on 2004/01/30 02:24:46 UTC

[release managers] Rsync with Apache's Maven repository

Release Managers,

rsync is now active between apache and www.ibiblio.org/maven every 4 hours.

minotaur.apache.org:/www/www.apache.org/dist/java-repository

contents are now rsynced directly to

www.ibibilio/maven.

by ibibilio.

This means anything you place into java-repository will be available 
through maven within 4 hours. To start deploying distributions to 
java-repository on minotaur set your Maven build.properties or 
project.properties to the following:

<SNIP>
#This is the host that Maven will attempt
#to deploy the distribution to during a dist:deploy. 	
maven.repo.central=minotaur.apache.org	

#This is the directory that Maven will
#copy the distribution to during a dist:deploy. 	

maven.repo.central.directory=/www/www.apache.org/dist/java-repository

#ssh configuration settings just require your apache id to log on with
maven.username=<apache-user-name>
</SNIP>

Cheers,
Mark
-- 
Mark Diggory
Software Developer
Harvard MIT Data Center
http://www.hmdc.harvard.edu

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: [release managers] Rsync with Apache's Maven repository

Posted by "Mark R. Diggory" <md...@latte.harvard.edu>.
Yes, I will double check this afternoon, I just got my ibiblio account
this week and am going to look into the rsync issues we are currently
encountering there.

-Mark


On Wed, 2004-03-31 at 10:58, Stephen McConnell wrote:
> Mark:
> 
> Can you confirm if the java-repository content is being replicated?  I 
> posted some new content a few days ago (the avalon-logkit directory and 
> avalon-logkit-2.0) but does not seem to be reflected on ibiblo.
> 
> Stephen.
> 
> 
> Mark R. Diggory wrote:
> > Release Managers,
> > 
> > rsync is now active between apache and www.ibiblio.org/maven every 4 hours.
> > 
> > minotaur.apache.org:/www/www.apache.org/dist/java-repository
> > 
> > contents are now rsynced directly to
> > 
> > www.ibibilio/maven.
> > 
> > by ibibilio.
> > 
> > This means anything you place into java-repository will be available 
> > through maven within 4 hours. 
-- 
Mark R. Diggory
Software Developer - VDC Project
Harvard MIT Data Center
http://www.hmdc.harvard.edu


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: [release managers] Rsync with Apache's Maven repository

Posted by "Mark R. Diggory" <md...@latte.harvard.edu>.
Yes, I will double check this afternoon, I just got my ibiblio account
this week and am going to look into the rsync issues we are currently
encountering there.

-Mark


On Wed, 2004-03-31 at 10:58, Stephen McConnell wrote:
> Mark:
> 
> Can you confirm if the java-repository content is being replicated?  I 
> posted some new content a few days ago (the avalon-logkit directory and 
> avalon-logkit-2.0) but does not seem to be reflected on ibiblo.
> 
> Stephen.
> 
> 
> Mark R. Diggory wrote:
> > Release Managers,
> > 
> > rsync is now active between apache and www.ibiblio.org/maven every 4 hours.
> > 
> > minotaur.apache.org:/www/www.apache.org/dist/java-repository
> > 
> > contents are now rsynced directly to
> > 
> > www.ibibilio/maven.
> > 
> > by ibibilio.
> > 
> > This means anything you place into java-repository will be available 
> > through maven within 4 hours. 
-- 
Mark R. Diggory
Software Developer - VDC Project
Harvard MIT Data Center
http://www.hmdc.harvard.edu


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: [release managers] Rsync with Apache's Maven repository

Posted by Stephen McConnell <mc...@apache.org>.
Mark:

Can you confirm if the java-repository content is being replicated?  I 
posted some new content a few days ago (the avalon-logkit directory and 
avalon-logkit-2.0) but does not seem to be reflected on ibiblo.

Stephen.


Mark R. Diggory wrote:
> Release Managers,
> 
> rsync is now active between apache and www.ibiblio.org/maven every 4 hours.
> 
> minotaur.apache.org:/www/www.apache.org/dist/java-repository
> 
> contents are now rsynced directly to
> 
> www.ibibilio/maven.
> 
> by ibibilio.
> 
> This means anything you place into java-repository will be available 
> through maven within 4 hours. 

-- 

|------------------------------------------------|
| Magic by Merlin                                |
| Production by Avalon                           |
|                                                |
| http://avalon.apache.org/merlin                |
| http://dpml.net/merlin/distributions/latest    |
|------------------------------------------------|

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


RE: question on XML namespace names

Posted by Anne Thomas Manes <an...@manes.net>.
The URI in a namespace declaration is simply a name. It isn't required to
point to anything, and you should never expect that the URI is resolvable.
But quite often it does resolve -- typically to a metadata document, such as
XSD, DTD, WSDL, etc.

Anne

-----Original Message-----
From: Ken Gross [mailto:kenneth@goldenlance.com] 
Sent: Sunday, August 01, 2004 4:28 PM
To: general@xml.apache.org
Subject: question on XML namespace names

Is anyone on this listserv using namespace names to retrieve W3C .xsd or
.dtd documents?

To be more specific,  if you are using fully qualified names for XML
namespaces as the standard seems to recommend, what kind of object lives at
the specified address:  (A)  nothing  (B)  html documentatation (C) W3C .xsd
or .dtd document  (D) other (please specify)



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org


question on XML namespace names

Posted by Ken Gross <ke...@goldenlance.com>.
Is anyone on this listserv using namespace names to retrieve W3C .xsd or
.dtd documents?

To be more specific,  if you are using fully qualified names for XML
namespaces as the standard seems to recommend, what kind of object lives at
the specified address:  (A)  nothing  (B)  html documentatation (C) W3C .xsd
or .dtd document  (D) other (please specify)



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org