Re: Script for publishing JARs to Maven Repo done

2007-01-11 Thread Paul McMahan
Works perfectly. Thanks! Best wishes, Paul On 1/10/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: done http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat/extras/ will that work for you to get the replacement done? Filip Paul McMahan wrote: Geronimo uses commons

Re: Script for publishing JARs to Maven Repo done

2007-01-10 Thread Paul McMahan
Filip, Thanks I updated the Geronimo build to start pulling the jars from the apache snapshot repo. I'll watch this list for updates. Best wishes, Paul On 1/8/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: Paul, got your jars included,

Re: Script for publishing JARs to Maven Repo done

2007-01-10 Thread Filip Hanik - Dev Lists
cool, I'm having major problems getting it to work on Windows, somehow jcraft.JSch is just not working very well, as it expects ${user.home}/.ssh/known_hosts to be in place etc Filip Paul McMahan wrote: Filip, Thanks I updated the Geronimo build to start pulling the jars from the apache

Re: Script for publishing JARs to Maven Repo done

2007-01-10 Thread Paul McMahan
Geronimo uses commons logging and I just found out how to reconfigure TC6 to support that logging impl at http://tomcat.apache.org/tomcat-6.0-doc/logging.html Can you also publish the tomcat-juli and tomcat-juli-adapters jars created by ant -f extras.xml to the maven repo so I can reference them

Re: Script for publishing JARs to Maven Repo done

2007-01-10 Thread Paul McMahan
Oops I meant to say Geronimo uses log4j. Paul On 1/10/07, Paul McMahan [EMAIL PROTECTED] wrote: Geronimo uses commons logging and I just found out how to reconfigure TC6 to support that logging impl at http://tomcat.apache.org/tomcat-6.0-doc/logging.html Can you also publish the tomcat-juli

Re: Script for publishing JARs to Maven Repo done

2007-01-10 Thread Filip Hanik - Dev Lists
done http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat/extras/ will that work for you to get the replacement done? Filip Paul McMahan wrote: Geronimo uses commons logging and I just found out how to reconfigure TC6 to support that logging impl at

Re: Script for publishing JARs to Maven Repo done

2007-01-08 Thread Filip Hanik - Dev Lists
Paul, got your jars included, http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat/ (check out 6.0.7-SNAPSHOT) next steps, 1. get these to a staging server, 2. get the windows version of the publish script working (currently having some private key issues between maven and

Re: Script for publishing JARs to Maven Repo done

2007-01-07 Thread Paul McMahan
On 1/5/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: I'll add this patch in, that's not a problem, we've already identified Thank you. So if you are integrating TC6, I hope you are not doing it the same way they did TC5.5, we've received complaints about that integration, about the

Script for publishing JARs to Maven Repo done

2007-01-05 Thread Filip Hanik - Dev Lists
I've created a script that publishes our JARs to a Maven repo (in this first release, the script is for the apache snapshot repository) all you need to do is, unzip, edit the mvn.properties.default or create a mvn.properties file and run the ANT script

Re: Script for publishing JARs to Maven Repo done

2007-01-05 Thread Yoav Shapira
Hi, On 1/5/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: I've created a script that publishes our JARs to a Maven repo (in this first release, the script is for the apache snapshot repository) all you need to do is, unzip, edit the mvn.properties.default or create a mvn.properties file

Re: Script for publishing JARs to Maven Repo done

2007-01-05 Thread Paul McMahan
Thanks for setting this up. I'm integrating tomcatv6 into Geronimo 2.0 so having these jar published in a maven repo is a big help since we build using maven. Can you also publish the following jars from lib? Geronimo needs them to run an embedded tomcat engine. catalina.jar catalina-ha.jar

Re: Script for publishing JARs to Maven Repo done

2007-01-05 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: I've created a script that publishes our JARs to a Maven repo (in this first release, the script is for the apache snapshot repository) all you need to do is, unzip, edit the mvn.properties.default or create a mvn.properties file and run the ANT script

Re: Script for publishing JARs to Maven Repo done

2007-01-05 Thread Filip Hanik - Dev Lists
I'll add this patch in, that's not a problem, we've already identified all dependencies between the jars. So if you are integrating TC6, I hope you are not doing it the same way they did TC5.5, we've received complaints about that integration, about the fact that server.xml is completely

Re: Script for publishing JARs to Maven Repo done

2007-01-05 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: I've created a script that publishes our JARs to a Maven repo (in this first release, the script is for the apache snapshot repository) all you need to do is, unzip, edit the mvn.properties.default or create a mvn.properties file and run the