If you look at the ant docs for the <patch> task, it notes that patch must be installed on the OS. If you run the build on *nix, you have no problems because patch is a provided utility. On Windows, you need to install a patch.exe program and place it on your path. For a windows version, try:
http://unxutils.sourceforge.net/ cheers, Dan > -----Original Message----- > From: Mark Breitner [mailto:[EMAIL PROTECTED] > Sent: Friday, April 22, 2005 4:27 AM > To: [email protected] > Subject: WCK : Patch error during compiling > > Hi, everytime I try to compile the WCK I get the following error : > > BUILD FAILED > C:\webck\jakarta-slide\wck\build.xml:190: java.io.IOException: > CreateProcess: patch -i > C:\webck\jakarta-slide\src\conf\catalina\tomcat-jaas-server.patch > C:\Tomcat5\conf\server.xml error=2 > > > I am using ant 1.6.2 and got a clean tomcat 5.0.2.8 install. > > without patching these files the compiling works. But I think I have to > patch these files to get slide working. > > Who can help ? > > Bye, > Mark > > -- > +++ NEU: GMX DSL_Flatrate! Schon ab 14,99 EUR/Monat! +++ > > GMX Garantie: Surfen ohne Tempo-Limit! http://www.gmx.net/de/go/dsl > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
