RE : RE : Tomcat jars on maven repository

2004-06-21 Thread Heritier Arnaud
Hi,

I don't know if it exits an ant script which helps to publish artifacts on the maven 
repository for projects that don't use maven.

The only constraint that must be respected is the jar name :
artifact-release.jar in the tomcat/jars directory.

If I find a few minutes to watch the tomcat build script I'll search if it is possible 
to automatize jars publication on the maven repository.

Arnaud.

 -Message d'origine-
 De : Shapira, Yoav [mailto:[EMAIL PROTECTED] 
 Envoyé : vendredi 18 juin 2004 15:15
 À : Tomcat Developers List
 Cc : [EMAIL PROTECTED]
 Objet : RE: RE : Tomcat jars on maven repository
 
 
 
 Hi,
 /www/www.apache.org/dist/java-repository/tomcat has an empty 
 distributions subdirectory and a jars subdirectory that 
 contains a hodge-podge of jars for various mixed tomcat 
 versions.  Given that tomcat does not use maven for its build 
 process, what are the guidelines and how should I proceed 
 about placing jars from tomcat releases into this maven repository?
 
 Mark, I hope you don't mind being CC'ed on this as the expert 
 on this matter ;)
 
 Yoav Shapira
 Millennium Research Informatics
 
 
 -Original Message-
 From: Heritier Arnaud [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 17, 2004 1:12 AM
 To: Tomcat Developers List
 Subject: RE : Tomcat jars on maven repository
 
 Since a few weeks you can update directly deploy your releases on 
 apache server. The rsync is automatically done with ibiblio.
 
 Here is a post from Mark R. Diggory :
 
 
 
 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
 
 
  -Message d'origine-
  De : Shapira, Yoav [mailto:[EMAIL PROTECTED]
  Envoyé : mercredi 16 juin 2004 14:50
  À : Tomcat Developers List
  Objet : RE: Tomcat jars on maven repository
 
 
 
  Hi,
  Hmm, what is the process for updating them?  I see it's 
 not automatic 
  ;)
 
  Yoav Shapira
  Millennium Research Informatics
 
 
  -Original Message-
  From: Heritier Arnaud [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, June 16, 2004 1:58 AM
  To: [EMAIL PROTECTED]
  Subject: Tomcat jars on maven repository
  
  Hello guys,
  
  I saw that you didn't published tomcat jars on the maven
  repository
  (ibiblio) since several weeks.
  For example the last releases for catalina are :
catalina-4.1.9.jar
catalina-5.0.18.jar
  
  Do you plan to update them ??
  
  
  
  
  Arnaud.
  
  
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: 
 [EMAIL PROTECTED]
 
 
 
 
  This e-mail, including any attachments, is a confidential business 
  communication, and may contain information that is confidential, 
  proprietary and/or privileged.  This e-mail is intended 
 only for the 
  individual(s) to whom it is addressed, and may not be 
 saved, copied, 
  printed, disclosed or used by anyone else.  If you are not the(an) 
  intended recipient, please immediately delete this e-mail 
 from your 
  computer system and notify the sender.  Thank you.
 
 
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 This e-mail, including any attachments, is a confidential 
 business communication, and may contain information that is 
 confidential, proprietary and/or privileged.  This e-mail is 
 intended only for the individual(s) to whom it is addressed, 
 and may not be saved, copied, printed, disclosed or used by 
 anyone else.  If you are not the(an) intended recipient, 
 please immediately delete this e-mail from your computer 
 system and notify the sender.  Thank you.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED

RE: RE : Tomcat jars on maven repository

2004-06-18 Thread Shapira, Yoav

Hi,
/www/www.apache.org/dist/java-repository/tomcat has an empty distributions 
subdirectory and a jars subdirectory that contains a hodge-podge of jars for various 
mixed tomcat versions.  Given that tomcat does not use maven for its build process, 
what are the guidelines and how should I proceed about placing jars from tomcat 
releases into this maven repository?

Mark, I hope you don't mind being CC'ed on this as the expert on this matter ;)

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Heritier Arnaud [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 17, 2004 1:12 AM
To: Tomcat Developers List
Subject: RE : Tomcat jars on maven repository

Since a few weeks you can update directly deploy your releases on apache
server. The rsync is automatically done with ibiblio.

Here is a post from Mark R. Diggory :



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


 -Message d'origine-
 De : Shapira, Yoav [mailto:[EMAIL PROTECTED]
 Envoyé : mercredi 16 juin 2004 14:50
 À : Tomcat Developers List
 Objet : RE: Tomcat jars on maven repository



 Hi,
 Hmm, what is the process for updating them?  I see it's not
 automatic ;)

 Yoav Shapira
 Millennium Research Informatics


 -Original Message-
 From: Heritier Arnaud [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 16, 2004 1:58 AM
 To: [EMAIL PROTECTED]
 Subject: Tomcat jars on maven repository
 
 Hello guys,
 
 I saw that you didn't published tomcat jars on the maven
 repository
 (ibiblio) since several weeks.
 For example the last releases for catalina are :
 catalina-4.1.9.jar
 catalina-5.0.18.jar
 
 Do you plan to update them ??
 
 
 
 
 Arnaud.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 This e-mail, including any attachments, is a confidential
 business communication, and may contain information that is
 confidential, proprietary and/or privileged.  This e-mail is
 intended only for the individual(s) to whom it is addressed,
 and may not be saved, copied, printed, disclosed or used by
 anyone else.  If you are not the(an) intended recipient,
 please immediately delete this e-mail from your computer
 system and notify the sender.  Thank you.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Autoreply: RE: RE : Tomcat jars on maven repository

2004-06-18 Thread photoartworld
You have received this email for one of two reasons.  One is that you or someone with 
your email address in their address book is infected with an email virus, and this 
virus was emailed to me.

The other reason could be that you legitimately tried to contact me through one of my 
addresses listed on various web sites, in which case I apologize for the 
inconvenience.  I have had to disable all of my old email addresses because of the 
threat of viruses.

Please contact me at  [EMAIL PROTECTED] for more information.  This will reach me 
directly.

Dan Cardish
webmaster for photoartworld.com domain



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]