On Fri, 2003-02-07 at 14:11, Thorsten Sturm wrote: > Hi, > > I'm currently facing a serious problem using Ant on MacOS X using JDK 1.4.1. When >trying to compile files containing strings with backslashes in it, Ant automatically >adds unwanted backslashes to it. E.g. >
How exactly is Ant modifying your source code? Ant just calls 'com.sun.tools.javac.Main' to invoke the compiler provided with the JDK. What happens if you try to use 'javac' on the command line? -- Jesse Stockall <[EMAIL PROTECTED]> CRYPTOCard Corp. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
