Stephen McConnell wrote on Monday, November 17, 2003 9:40 AM: > I havn't - preferably someone running on a non-windows box > can apply it > because there is some problems with windows based commits on these .sh > files and apparently some os specific treaking is needed as well.
Hmm. That's what Cygwin is for: Provide a Posix-compliant layer on Windows. With Cygwin you should be able to run any Unix based shell script without any change. The problem with Java here is, that there's no SDK build with Cygwin i.e. the VM cannot understand the posix paths. My changes in the script convert these elements in the Cygwin specific way and I took care for platform independent shell scripting. Concerning CVS on Windows it must be configured properly. Normally CVS will take care of line endings checking out or committing changes. It should also not touch any Unix flags. Simon, you can apply the patch yourself for now, just search the list for a message with a "[patch]" in the subject. Regards, J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
