Kevan, I applied the patch and built it. When I tried to build my application with the new geronimo geronimo-tomcat6-javaee5-2.1.2-SNAPSHOT. It failed to expand geronimo-activemq-ra-2.1.2-SNAPSHOT.rar. I should mention that when building the Geronimo source it failed at starting Selenium. However, the geronimo-tomcat6-javaee5-2.1.2-SNAPSHOT-bin.tar.gz did get created. I assume the build is ok.
Can you tell me I'm missing? Is there a build with this patch available for download? Thank you Kevan Miller wrote: > > > On Jun 5, 2008, at 10:35 PM, jklcom99 wrote: > >> >> Can someone show me the steps on how to apply GERONIMO-4072.patch? > > I'm not sure if the patch was prepared against trunk or branches/2.1. > Assuming branches/2.1: > > Get the source tree: > svn co https://svn.apache.org/repos/asf/geronimo/server/branches/2.1 > cd 2.1 > > Apply the patch (adjust path to the patch file accordingly): > patch -p0 < GERONIMO-4072.patch > or > patch -p0 -i GERONIMO-4072.patch > > Build: > mvn > > --kevan > > -- View this message in context: http://www.nabble.com/how-to-apply-GERONIMO-4072.patch--tp17683296s134p17791013.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
