Re: Hosting the current Tomcat Maven Plugin from mojo codehaus

2011-08-01 Thread Olivier Lamy
Hi Folks, Sorry for (very) long delay. The ip clearance xml form is here : http://people.apache.org/~olamy/tomcat-maven-plugin-to-apache/ip-clearance-tomcat-maven-plugin.xml Let me know if all is fine for you and I will send to incubator@ (it looks to be the next step). Thanks, -- Olivier Lamy

Re: Hosting the current Tomcat Maven Plugin from mojo codehaus

2011-08-08 Thread Olivier Lamy
Hello, So Ip clearance committed [1] Web site need sync. Let me know how do move forward now ? Thanks -- Olivier Lamy Talend : http://talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy [1] http://svn.apache.org/viewvc?view=revisionrevision=1154937 2011/8/3 Mark Thomas ma

Re: Hosting the current Tomcat Maven Plugin from mojo codehaus

2011-08-09 Thread Olivier Lamy
In the same page, I can read a note about lazy consensus. FYI I have asked in this thread [1]. Thanks, -- Olivier [1] http://markmail.org/message/guvbec2h7hdj3zps 2011/8/9 Mark Thomas ma...@apache.org: On 08/08/2011 13:15, Olivier Lamy wrote: Hello, So Ip clearance committed [1] Web site

Re: Hosting the current Tomcat Maven Plugin from mojo codehaus

2011-08-11 Thread Olivier Lamy
Hello, For folks who don't follow incubator@, some update available for this thread here : http://markmail.org/message/xtsrzwyrosxdcina . -- Olivier 2011/8/9 Olivier Lamy ol...@apache.org: In the same page, I can read a note about lazy consensus. FYI I have asked in this thread [1]. Thanks

Re: Hosting the current Tomcat Maven Plugin from mojo codehaus

2011-08-16 Thread Olivier Lamy
Hello, So it looks the ip clearance has passed. Perso, I'd like to maintain/improve the Tomcat Maven plugin in the tomcat community. Probably Mark too ? The current feature I have in mind is supporting tomcat7. How do we move forward now ? Thanks, -- Olivier Lamy Talend : http://talend.com

Re: Hosting the current Tomcat Maven Plugin from mojo codehaus

2011-08-16 Thread Olivier Lamy
2011/8/16 Mark Thomas ma...@apache.org: On 16/08/2011 08:39, Olivier Lamy wrote: Hello, So it looks the ip clearance has passed. Great news. Perso, I'd like to maintain/improve the Tomcat Maven plugin in the tomcat community. Probably Mark too ? Yep. The current feature I have in mind

Re: Hosting the current Tomcat Maven Plugin from mojo codehaus

2011-08-17 Thread Olivier Lamy
Hello, FYI. I have moved the sources @codehaus to the retired path. The jira project is now read only (I will try to get an export dump). I wonder if we can use an export as this one [1] ? The web site [2] has been updated with a note regarding the move to ASF. Thanks, -- Olivier Lamy Talend

Re: Hosting the current Tomcat Maven Plugin from mojo codehaus

2011-08-25 Thread Olivier Lamy
ma...@apache.org: On 17/08/2011 13:44, Olivier Lamy wrote: Hello, FYI. I have moved the sources @codehaus to the retired path. The jira project is now read only (I will try to get an export dump). I wonder if we can use an export as this one [1] ? The web site [2] has been updated with a note

Re: [RESULT] [VOTE] Grant Olivier Lamy commit karma to the Tomcat repo (for the Maven plugin)

2011-08-29 Thread Olivier Lamy
committers group. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend : http://talend.com http://twitter.com/olamy | http

[DISCUSS] Tomcat Maven Plugin plan

2011-08-30 Thread Olivier Lamy
in the path /pom/trunk ?. This pom will contains a set of common configuration. Thoughts ? Thanks, -- Olivier Lamy Talend : http://talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy [1] http://jira.codehaus.org/browse/HAUS-2110

Maven Artifacts Deployment

2011-09-08 Thread Olivier Lamy
on writing scripts) Thanks, -- Olivier Lamy Talend : http://talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy [1] https://issues.apache.org/jira/browse/INFRA-3906 - To unsubscribe, e-mail: dev-unsubscr

Mailing list for the Tomcat Maven Plugin

2011-09-14 Thread Olivier Lamy
Hello Folks, I wonder if we have to create separates mailing lists or using the default tomcat mls ? (some users ping me directly to have separates) Let me know what is your opinion on that ? Thanks, -- Olivier Lamy Talend : http://talend.com http://twitter.com/olamy | http://linkedin.com

Re: Maven Artifacts Deployment

2011-09-15 Thread Olivier Lamy
/apache/.tomcat/* /www/people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat/ BTW you can remove .tomcat directory Thanks, -- Olivier 2011/9/8 Mark Thomas ma...@apache.org: On 08/09/2011 16:09, Olivier Lamy wrote: Hello, For the maven plugin, I have asked some configuration

Re: Mailing list for the Tomcat Maven Plugin

2011-09-26 Thread Olivier Lamy
2011/9/25 Konstantin Kolinko knst.koli...@gmail.com: 2011/9/14 Olivier Lamy ol...@apache.org: Hello Folks, I wonder if we have to create separates mailing lists or using the default tomcat mls ? (some users ping me directly to have separates) Let me know what is your opinion

Re: svn commit: r1176544 - in /tomcat/maven-plugin/trunk: ./ tomcat-maven-plugin-it/ tomcat-maven-plugin-it/src/main/java/org/codehaus/mojo/tomcat/it/ tomcat-maven-plugin-it/src/main/resources/ tomcat

2011-09-27 Thread Olivier Lamy
-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend : http://talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscribe, e-mail

Maven plugin now support tomcat7 (call for early testers)

2011-10-09 Thread Olivier Lamy
:-) ). Thanks -- Olivier Lamy Talend : http://talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Embeded Tomcat using a Connector with a random port (port 0)

2011-10-09 Thread Olivier Lamy
serverSocket = (ServerSocket) serverSocketField.get(jIoEndpoint); this.port = serverSocket.getLocalPort(); Makes sense for to add getLocalPort on Connector class and remove the test if (getPort() 1) ? If yes I can start on providing a patch for review. Thanks -- Olivier Lamy Talend

Re: Embeded Tomcat using a Connector with a random port (port 0)

2011-10-09 Thread Olivier Lamy
2011/10/9 Mark Thomas ma...@apache.org: On 09/10/2011 15:08, Olivier Lamy wrote: Hello, I'd like to be able to use a random port when using embedded Tomcat in unit tests to test servlets. Currently it's locked by a test in Connector#startInternal. Is it intentional ? svn blame would have

Re: Publishing zips to the maven repo

2011-10-14 Thread Olivier Lamy
. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend : http://talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: Embeded Tomcat using a Connector with a random port (port 0)

2011-10-14 Thread Olivier Lamy
2011/10/10 Konstantin Kolinko knst.koli...@gmail.com: 2011/10/9 Olivier Lamy ol...@apache.org: tomcat.getConnector().setPort( 0 ); 1) Look at how TomcatBaseTest assigns subsequent port numbers, starting with 8001. http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/startup

Re: Embeded Tomcat using a Connector with a random port (port 0)

2011-10-14 Thread Olivier Lamy
2011/10/14 Mark Thomas ma...@apache.org: On 14/10/2011 09:27, Olivier Lamy wrote: 2011/10/10 Konstantin Kolinko knst.koli...@gmail.com: 2011/10/9 Olivier Lamy ol...@apache.org: tomcat.getConnector().setPort( 0 ); 1) Look at how TomcatBaseTest assigns subsequent port numbers, starting

Re: Publishing zips to the maven repo

2011-10-14 Thread Olivier Lamy
- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend : http://talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: Publishing zips to the maven repo

2011-10-14 Thread Olivier Lamy
- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend : http://talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: svn commit: r1185205 - /tomcat/maven-plugin/trunk/src/site/site.xml

2011-10-17 Thread Olivier Lamy
...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend : http://talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscribe, e-mail: dev-unsubscr

Re: svn commit: r1185205 - /tomcat/maven-plugin/trunk/src/site/site.xml

2011-10-17 Thread Olivier Lamy
2011/10/17 Konstantin Kolinko knst.koli...@gmail.com: 2011/10/17 Olivier Lamy ol...@apache.org: Thanks. I try to publish regulary a web site for the maven plugin (at least when I add docs) and thanks for fixing typos from a French native writer :-) Web site is here: http://tomcat.apache.org

Re: AW: AW: Bug 51334 - Federation support for Tomcat

2011-10-21 Thread Olivier Lamy
For additional commands, e-mail: dev-h...@tomcat.apache.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy http://twitter.com/olamy

Re: svn commit: r1187232 - /tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java

2011-10-21 Thread Olivier Lamy
Oct 21 09:15:37 2011 @@ -38,7 +38,9 @@ import java.io.FilenameFilter;  import java.io.IOException;  import java.util.ArrayList;  import java.util.Collection; +import java.util.HashSet;  import java.util.List; +import java.util.Set;  /**  * @author Olivier Lamy @@ -56,7 +58,8 @@ public

Re: svn commit: r1187232 - /tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java

2011-10-21 Thread Olivier Lamy
2011/10/21 Konstantin Kolinko knst.koli...@gmail.com: 2011/10/21 Olivier Lamy ol...@apache.org: During dev on tomcat7 integration, I have just noticed that using the embeded Tomcat class and adding a webapp as it: tomcat.addWebapp( contextPath, path to a war file ); If the war file contains

Re: Publishing zips to the maven repo

2011-10-21 Thread Olivier Lamy
unit tests are failing (so use -DskipTests). I will try to fix that too. 2011/10/14 Olivier Lamy ol...@apache.org: Hello, I can maybe help here. A solution I have in mind to not change sources layout. http://svn.apache.org/repos/asf/tomcat/trunk/             /maven/pom.xml (root pom.xml here

Re: svn commit: r1187571 - /tomcat/tc7.0.x/trunk/.gitignore

2011-10-22 Thread Olivier Lamy
...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend : http://talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

Re: Publishing zips to the maven repo

2011-10-24 Thread Olivier Lamy
. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend : http://talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

Release jdbc-pool ?

2010-03-23 Thread Olivier Lamy
Hi Folks, Is there any plan to release jdbc-pool ? ( I mean official binaries ? in maven central repo ?) I can see only tags in svn repo. Thanks -- Olivier - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

Re: Hosting the current Tomcat Maven Plugin from mojo codehaus

2011-01-22 Thread Olivier Lamy
Hello, I don't know if this need a more official/formal vote ? So what are next steps now ? Will we (Mark and myself) have karma to work on this or will we have to provide patches ? Thanks, -- Olivier Lamy http://twitter.com/olamy http://www.linkedin.com/in/olamy 2011/1/19 Henri Gomez

Re: Hosting the current Tomcat Maven Plugin from mojo codehaus

2011-01-24 Thread Olivier Lamy
Ok sounds reasonnable. I will inform mojo community and at least start a vote in the mojo dev ml. Thanks, -- Olivier Lamy http://twitter.com/olamy http://www.linkedin.com/in/olamy 2011/1/24 Stefan Bodewig bode...@apache.org: On 2011-01-24, Mark Thomas wrote: On 22/01/2011 13:17, Olivier Lamy

Re: svn commit: r1198376 - /tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java

2011-11-06 Thread Olivier Lamy
-h...@tomcat.apache.org -- Olivier Lamy Talend : http://talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h

Re: svn commit: r1212618 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/pom.xml pom.xml

2011-12-09 Thread Olivier Lamy
For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

Re: Publishing process for JARs for Maven Central

2011-12-19 Thread Olivier Lamy
...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy [1] https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk/maven/ - To unsubscribe, e-mail: dev-unsubscr

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-19 Thread Olivier Lamy
change that is made to trunk. Antonio - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread Olivier Lamy
curve and it seems we don't have that many (read none) maven experts in the house, Gradle could be equally considered, given that it seems more advanced in customization. I know well Maven but Olivier (Lamy) is a Maven expert, so there is friend in the business. And there is a full Maven PMC

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-21 Thread Olivier Lamy
but Olivier (Lamy) is a Maven expert, so there is friend in the business. And there is a full Maven PMC not too far ready to provide advices and help. Not counting Tomcat consumers ASF projects like OpenEJB. All I have seen so far is talk and talk and more talk. There is trunk, branches, sandbox

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-22 Thread Olivier Lamy
-Dmaven.surefire.debug=true debug port will be 5005. Someone with ideas on the exact cause of this ? 2011/12/21 Olivier Lamy ol...@apache.org: Hello, I have started some stuff here: https://github.com/olamy/tomcat70. * sources have been to appropriate modules. * I'm now working on some test which fail (some tests

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-22 Thread Olivier Lamy
=org.apache.tomcat.util.modeler.modules. + type; } Class? c = Class.forName(type); ModelerSource ds=(ModelerSource)c.newInstance(); return ds; } package was never added so CNFE. I wonder what is the need for this test ? 2011/12/22 Olivier Lamy ol...@apache.org: Hello, I have

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-23 Thread Olivier Lamy
in distro * windauze packaging 2011/12/22 Olivier Lamy ol...@apache.org: Hello, I have added the distro packaging (commons-daemon* and tomcat-native.tar.gz not yet done). I still have weird issues which I don't' yet understand: when runing unit test from the top module mvn clean install

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-23 Thread Olivier Lamy
Hello, 2011/12/23 Mark Thomas ma...@apache.org: On 22/12/2011 13:48, Olivier Lamy wrote: In o.a.t.u.m.Registry with changing     private ModelerSource getModelerSource( String type )             throws Exception     {         if( type==null ) type=MbeansDescriptorsDigesterSource

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-23 Thread Olivier Lamy
2011/12/23 Mark Thomas ma...@apache.org: On 23/12/2011 12:58, Olivier Lamy wrote: Hello, 2011/12/23 Mark Thomas ma...@apache.org: On 22/12/2011 13:48, Olivier Lamy wrote: In o.a.t.u.m.Registry with changing     private ModelerSource getModelerSource( String type )             throws

Re: svn commit: r1222717 [1/2] - in /tomcat/sandbox/trunk-mvn-build: apache-tomcat/ apache-tomcat/src/ apache-tomcat/src/empty/ apache-tomcat/src/main/ apache-tomcat/src/main/assembly/ bootstrap/ tomc

2011-12-23 Thread Olivier Lamy
2011/12/23 Mark Thomas ma...@apache.org: On 23/12/2011 16:10, ol...@apache.org wrote: Author: olamy Date: Fri Dec 23 16:10:56 2011 New Revision: 1222717 URL: http://svn.apache.org/viewvc?rev=1222717view=rev Log: start adding maven poms and modules structure One thing that does come to

Re: svn commit: r1222717 [1/2] - in /tomcat/sandbox/trunk-mvn-build: apache-tomcat/ apache-tomcat/src/ apache-tomcat/src/empty/ apache-tomcat/src/main/ apache-tomcat/src/main/assembly/ bootstrap/ tomc

2011-12-23 Thread Olivier Lamy
2011/12/23 Mark Thomas ma...@apache.org: On 23/12/2011 20:53, Olivier Lamy wrote: 2011/12/23 Mark Thomas ma...@apache.org: On 23/12/2011 16:10, ol...@apache.org wrote: Author: olamy Date: Fri Dec 23 16:10:56 2011 New Revision: 1222717 URL: http://svn.apache.org/viewvc?rev=1222717view=rev

Re: svn commit: r1224955 - /tomcat/sandbox/trunk-mvn-build/tomcat-tests/src/test/java/org/apache/catalina/authenticator/TestFormAuthenticator.java

2011-12-27 Thread Olivier Lamy
...@tomcat.apache.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http

Release 2.0-beta-1 of Tomcat Maven Plugin

2012-01-05 Thread Olivier Lamy
Hello, I'd like to release a first version of Tomcat Maven Plugin. As it's the first version here and some features have been added, this version will be called 2.0-beta-1. I will do that early next week. Let me know if you have any comments. Thanks -- Olivier Lamy Talend: http

Re: Release 2.0-beta-1 of Tomcat Maven Plugin

2012-01-10 Thread Olivier Lamy
Hello, 2012/1/10 Konstantin Kolinko knst.koli...@gmail.com: 2012/1/5 Olivier Lamy ol...@apache.org: Hello, I'd like to release a first version of Tomcat Maven Plugin. As it's the first version here and some features have been added, this version will be called 2.0-beta-1. I will do

Re: [RFI] How do you package and upload Tomcat jars to Maven?

2012-01-13 Thread Olivier Lamy
anyone explain how you do the upload please? Thanks! - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com

Re: Tomcat Runner

2012-01-13 Thread Olivier Lamy
can check out the code and usage here: https://github.com/jsimone/tomcat-runner The command line options are limited now, but my idea is that they'd be expanded to cover most, if not all, of what the embedded API offers. -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com

Re: [VOTE] Release Apache Tomcat 7.0.24

2012-01-16 Thread Olivier Lamy
- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: [VOTE] Release Apache Tomcat 7.0.24

2012-01-16 Thread Olivier Lamy
I think it's here (thanks) But you need to close it (tru the ui) in order we can consume artifacts from this staged repository. 2012/1/16 Olivier Lamy ol...@apache.org: Hello, 2012/1/16 Konstantin Kolinko knst.koli...@gmail.com: 2012/1/16 Mark Thomas ma...@apache.org: The proposed Apache

Re: [VOTE] Release Apache Tomcat 7.0.24

2012-01-16 Thread Olivier Lamy
- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com

Re: [VOTE] Release Apache Tomcat 7.0.25

2012-01-18 Thread Olivier Lamy
the new port 0 auto allocation (very useful !) I have added this in maven archetype too. Thanks ! -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscribe, e-mail: dev

[VOTE] Apache Tomcat Maven plugin 2.0-beta-1

2012-01-26 Thread Olivier Lamy
://tomcat.apache.org/maven-plugin-2.0-beta-1/jira-report.html Guide to test a staged release maven plugin: http://maven.apache.org/guides/development/guide-testing-releases.html . [+1] [ 0] [-1] Here my +1 Thanks -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http

Re: [VOTE] Apache Tomcat Maven plugin 2.0-beta-1

2012-01-29 Thread Olivier Lamy
). Thanks! -- Olivier 2012/1/27 Russ Tremain ru...@releasetools.org: +1 thanks for your work! -Russ At 7:05 PM +0100 1/26/12, Olivier Lamy wrote: Hi, I'd like to release the Apache Tomcat Maven plugin 2.0-beta-1. The staging repository is available here: https://repository.apache.org/content

Re: [VOTE] Apache Tomcat Maven plugin 2.0-beta-1

2012-02-01 Thread Olivier Lamy
...@gmail.com: 2012/1/26 Olivier Lamy ol...@apache.org: Hi, I'd like to release the Apache Tomcat Maven plugin 2.0-beta-1. The staging repository is available here: https://repository.apache.org/content/repositories/orgapachetomcat-142/ The documentation site is available here: http

Re: [VOTE] Apache Tomcat Maven plugin 2.0-beta-1

2012-02-01 Thread Olivier Lamy
Hello, Thanks for those suggestions ! 2012/2/1 sebb seb...@gmail.com: On 26 January 2012 18:05, Olivier Lamy ol...@apache.org wrote: Hi, I'd like to release the Apache Tomcat Maven plugin 2.0-beta-1. The staging repository is available here: https://repository.apache.org/content

Re: [VOTE] Apache Tomcat Maven plugin 2.0-beta-1

2012-02-01 Thread Olivier Lamy
2012/2/1 sebb seb...@gmail.com: On 1 February 2012 10:14, Olivier Lamy ol...@apache.org wrote: Hello, As the others currently provided tomcat maven artifacts, adding those in the download section doesn't have (IMHO) sense. Because to be able to consume it within a maven build, users will have

Re: [VOTE] Apache Tomcat Maven plugin 2.0-beta-1

2012-02-01 Thread Olivier Lamy
2012/2/1 Mark Thomas ma...@apache.org: On 01/02/2012 13:01, sebb wrote: On 1 February 2012 11:56, Olivier Lamy ol...@apache.org wrote: 2012/2/1 sebb seb...@gmail.com: On 1 February 2012 10:14, Olivier Lamy ol...@apache.org wrote: Hello, As the others currently provided tomcat maven artifacts

Re: [VOTE] Apache Tomcat Maven plugin 2.0-beta-1

2012-02-01 Thread Olivier Lamy
/!svn/ver/463/release/tomcat' forbidden 2012/2/1 sebb seb...@gmail.com: On 1 February 2012 13:33, Olivier Lamy ol...@apache.org wrote: 2012/2/1 Mark Thomas ma...@apache.org: On 01/02/2012 13:01, sebb wrote: On 1 February 2012 11:56, Olivier Lamy ol...@apache.org wrote: 2012/2/1 sebb seb

[RESULT] [VOTE] Apache Tomcat Maven plugin 2.0-beta-1

2012-02-01 Thread Olivier Lamy
Hello, The vote has passed with the following results. +1 (binding): Henri Gomez, Jean-Frederic Clere, Peter Roßbach +1 (non binding): Russ Tremain, Olivier Lamy I will close the staged repository (as it artifacts will available in Maven Central repository). Mark if you could put http

Re: [RESULT] [VOTE] Apache Tomcat Maven plugin 2.0-beta-1

2012-02-01 Thread Olivier Lamy
2012/2/1 Mark Thomas ma...@apache.org: On 01/02/2012 20:51, Olivier Lamy wrote: Hello, The vote has passed with the following results. +1 (binding): Henri Gomez, Jean-Frederic Clere, Peter Roßbach +1 (non binding): Russ Tremain, Olivier Lamy I will close the staged repository

Re: [RESULT] [VOTE] Apache Tomcat Maven plugin 2.0-beta-1

2012-02-01 Thread Olivier Lamy
2012/2/1 Mark Thomas ma...@apache.org: On 01/02/2012 21:09, Olivier Lamy wrote: 2012/2/1 Mark Thomas ma...@apache.org: On 01/02/2012 20:51, Olivier Lamy wrote: Hello, The vote has passed with the following results. +1 (binding): Henri Gomez, Jean-Frederic Clere, Peter Roßbach +1 (non

Re: [RESULT] [VOTE] Apache Tomcat Maven plugin 2.0-beta-1

2012-02-01 Thread Olivier Lamy
2012/2/1 Mark Thomas ma...@apache.org: On 01/02/2012 21:26, Olivier Lamy wrote: 2012/2/1 Mark Thomas ma...@apache.org: Add the file to people.a.o and I'll pull it in. /home/olamy/public_html/tomcat/maven-plugin Not there yet. KEYS file is now there. I miss you with ASF web of trust

Re: [RESULT] [VOTE] Apache Tomcat Maven plugin 2.0-beta-1

2012-02-01 Thread Olivier Lamy
2012/2/1 Mark Thomas ma...@apache.org: On 01/02/2012 21:53, Olivier Lamy wrote: 2012/2/1 Mark Thomas ma...@apache.org: On 01/02/2012 21:26, Olivier Lamy wrote: 2012/2/1 Mark Thomas ma...@apache.org: Add the file to people.a.o and I'll pull it in. /home/olamy/public_html/tomcat/maven-plugin

[ANN] Apache Tomcat Maven Plugin 2.0-beta-1 Released

2012-02-01 Thread Olivier Lamy
Hello, The Apache Tomcat team is pleased to announce the release of Tomcat Maven Plugin 2.0-beta-1. The Apache Tomcat Maven Plugin provides goals to manipulate WAR projects within the Apache Tomcat servlet container. Documentation site: http://tomcat.apache.org/maven-plugin-2.0-beta-1/ You

Re: [VOTE] Release Apache Tomcat 7.0.26

2012-02-18 Thread Olivier Lamy
- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: [VOTE] Release Apache Taglibs Parent POM 1

2012-02-26 Thread Olivier Lamy
/taglibs/taglibs-parent/tags/taglibs-parent-1/ The proposed v1 release is: [ ] Broken - do not release [ ] Stable - go ahead and release as v1 Stable Cheers Jeremy -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: [VOTE] Release Apache Taglibs Parent POM 1

2012-02-26 Thread Olivier Lamy
/checkout directory locally, run: mvn deploy -Papache-release On Feb 26, 2012, at 11:20 AM, Olivier Lamy wrote: Hello Jeremy, I think you must first close the repository in the Staging repositories entry menu. After that the url (https://repository.apache.org/content/repositories/orgapachetomcat

Re: [VOTE] Release Apache Taglibs Parent POM 1

2012-02-26 Thread Olivier Lamy
+1 2012/2/27 Jeremy Boynes jboy...@apache.org: OK. Artefacts re-staged at https://repository.apache.org/content/repositories/orgapachetomcat-084/ Thanks Jeremy On Feb 26, 2012, at 3:00 PM, Olivier Lamy wrote: 2012/2/26 Jeremy Boynes jboy...@apache.org: I do but I can't as it seems I

Re: [VOTE] Release Apache Taglibs Parent POM 1

2012-02-29 Thread Olivier Lamy
- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: Publishing taglibs mini-site

2012-03-01 Thread Olivier Lamy
/jboynes/public_html/taglib As it you can see it in live http://people.apache.org/~jboynes/taglib HTH, -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy 2012/3/1 Jeremy Boynes jboy...@apache.org: Is there any information lying around on how

Re: Publishing taglibs mini-site

2012-03-05 Thread Olivier Lamy
in to help fix. As IANAD too (D for designer :-) ), I preferred to to help on a skin in maven land based on twitter bootstrap and use it for the maven plugin (see http://tomcat.apache.org/maven-plugin-2.0-beta-1/) On Mar 1, 2012, at 12:22 PM, Olivier Lamy wrote: euh as there isn't any

Re: svn commit: r1299689 - in /tomcat/maven-plugin/trunk: (...)

2012-03-13 Thread Olivier Lamy
);                 } Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com

Re: Move to svnpubsub Was: svn commit: r1305109 [1/6] - ...

2012-03-26 Thread Olivier Lamy
...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscribe, e-mail: dev-unsubscr

Re: Jenkins permissions

2012-03-26 Thread Olivier Lamy
- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: svn commit: r1305321 - in /tomcat/site/trunk/docs/maven-plugin-2.0-beta-1: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/tomcat/ apidocs/org/apache/tomcat/maven/ apidocs/org/apac

2012-03-26 Thread Olivier Lamy
: done. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http

Re: Jenkins permissions

2012-03-26 Thread Olivier Lamy
I setup the build on Jenkins long ago. Do you need some configuration change ? -- Olivier Le 27 mars 2012 03:38, Jeremy Boynes jboy...@apache.org a écrit : Thanks, request sent to Mladen as per that page. Do we know who set this up? On Mar 26, 2012, at 12:30 PM, Olivier Lamy wrote: Hello

Re: [VOTE] Release Apache Taglibs Parent POM 3

2012-03-27 Thread Olivier Lamy
should be: [+1] Released, or [-1] Not released because ... Thanks Jeremy -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscribe, e-mail: dev-unsubscr

Re: Jenkins configuration

2012-03-29 Thread Olivier Lamy
trunks. I like the idea about building all in one shot (at least for lazy maintenance convenience :-) ) On Mar 26, 2012, at 10:37 PM, Olivier Lamy wrote: I setup the build on Jenkins long ago. Do you need some configuration change ? -- Olivier Le 27 mars 2012 03:38, Jeremy Boynes jboy

Re: Jenkins configuration

2012-03-29 Thread Olivier Lamy
2012/3/29 Olivier Lamy ol...@apache.org: 2012/3/29 Jeremy Boynes jboy...@apache.org: A checkout of trunks is building on my Mac using Maven 3.0.3 but failing in a similar way to Jenkins with Maven 3.0.4 It works with 3.0.4 if I remove the -T3 so that it builds single threaded, but the last

Re: svn commit: r1306869 - /tomcat/taglibs/trunks/

2012-03-29 Thread Olivier Lamy
...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h

Re: svn commit: r1307146 - in /tomcat/trunk: build.properties.default build.xml

2012-03-29 Thread Olivier Lamy
For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

Re: Jenkins configuration

2012-03-30 Thread Olivier Lamy
2012/3/30 Jeremy Boynes jboy...@apache.org: On Mar 29, 2012, at 8:22 AM, Olivier Lamy wrote: 2012/3/29 Jeremy Boynes jboy...@apache.org: ... However, we are also getting errors about the effective path of parent files which I believe is caused because the aggregating pom in trunks

Re: [VOTE] Release Apache Tomcat 7.0.27

2012-04-02 Thread Olivier Lamy
- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com

Re: svn commit: r1310693 - in /tomcat/tc7.0.x/trunk: res/maven/tomcat-jasper.pom webapps/docs/changelog.xml

2012-04-07 Thread Olivier Lamy
=released 2012-04-05   subsection name=Catalina - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http

Re: svn commit: r1310693 - in /tomcat/tc7.0.x/trunk: res/maven/tomcat-jasper.pom webapps/docs/changelog.xml

2012-04-07 Thread Olivier Lamy
=http://archive.eclipse.org/eclipse/downloads/drops/${jdt.release}/ecj-${jdt.version}.jar jdt.loc.2=http://download.eclipse.org/eclipse/downloads/drops/${jdt.release}/ecj-${jdt.version}.jar Peter Am 07.04.2012 um 14:09 schrieb Olivier Lamy: Hello, 3.7.2 ? I cannot see the version here http

Re: svn commit: r1310693 - in /tomcat/tc7.0.x/trunk: res/maven/tomcat-jasper.pom webapps/docs/changelog.xml

2012-04-07 Thread Olivier Lamy
2012/4/7 Mark Thomas ma...@apache.org: On 07/04/2012 14:02, Olivier Lamy wrote: So as those poms are pushed to central repo I would prefer revert those. We won't be able to use those poms in the maven plugin by example and that will fail too people using this artifact. The poms are kept

Re: svn commit: r1325196 - in /tomcat/maven-plugin/trunk: (...)

2012-04-12 Thread Olivier Lamy
- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: svn commit: r1325908 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java

2012-04-14 Thread Olivier Lamy
- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: svn commit: r1331833 - in /tomcat/maven-plugin/trunk: tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java tomcat7-war-runner/src/main/java/org/ap

2012-04-30 Thread Olivier Lamy
- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: svn commit: r1340932 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java

2012-05-24 Thread Olivier Lamy
-- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: svn commit: r1333929 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java

2012-05-25 Thread Olivier Lamy
() ) );                 } (...) Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http

Re: svn commit: r1343301 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java

2012-05-28 Thread Olivier Lamy
- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: [VOTE] Release Apache Tomcat 7.0.28

2012-06-16 Thread Olivier Lamy
as 7.0.28 Stable Cheers, Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com

Re: [RESULT][VOTE] Release Apache Tomcat 7.0.28

2012-06-18 Thread Olivier Lamy
- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: svn commit: r1351375 - /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/RunMojo.java

2012-06-19 Thread Olivier Lamy
- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

  1   2   3   >