Re: Basic syntax problem

2004-05-11 Thread Erik Hatcher
On May 11, 2004, at 8:01 PM, Kenneth Litwak wrote: Thanks Jack and Peter. That fixed that problem. Now how about this. In the process of developing a project, I have code that I want to test, and code that is in development, i.e., it isn't done and doesn't compile. I still want to run my tes

RE: Basic syntax problem

2004-05-11 Thread Kenneth Litwak
ell Ant to compile what it can and run the test? This would of course only be relevant for the unit tests I'm trying to run. Thanks. Ken -Original Message- From: Peter Davison [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 4:31 PM To: Ant Users List Subject: Re: Basic syn

Re: Basic syntax problem

2004-05-11 Thread Jack J. Woehr
Kenneth Litwak wrote: > >

Re: Basic syntax problem

2004-05-11 Thread Peter Davison
Hi Kenneth. If your code snippet is straight out of your build script (and it's not just a typo in your email) you have a double quote '"' in the wrong place. Replace: wrote: >In spite of reading a book on Ant, I'm still having significant > problems in understanding the pieces, particular