Re: generating local maven archetypes from tomcat sources

2025-05-13 Thread Ernesto Reinaldo Barreiro
Found https://github.com/apache/tomcat/blob/main/res/maven/README.txt On Tue, May 13, 2025 at 1:28 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > I cloned/forked tomcat sources and the build is ANT based. Question. I > managed to generate a build but I want to install in my

generating local maven archetypes from tomcat sources

2025-05-13 Thread Ernesto Reinaldo Barreiro
Hi, I cloned/forked tomcat sources and the build is ANT based. Question. I managed to generate a build but I want to install in my local maven repositories a distribution of the jar files with this "SNAPSHOT" version. Is there some "ready" ant task I can use to do so? -- Regards - Ernesto Reina

Re: multipart and Apache Tomcat 11

2025-05-13 Thread Ernesto Reinaldo Barreiro
Hi Cris, Thanks again for your answer. I have "partially" solved our problems by avoiding wicket calls to getPortParameters (in wicket and in our application). See... https://issues.apache.org/jira/browse/WICKET-7154. Thus, I was able to get our application running with Wicket 10.6.0-SNAPSHOT. An