Hi everybody, in one of my java source files, the code looks similar to this:
someObject.doSomething(); //someOtherObject.doSomething; At build-time, ant should compile either the first of these code-lines or the second one, depending on the value of a variable/property. Can someone tell me if this is possible with ant and how one can do this? Thanks a lot for your help! Ludwig. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
