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
