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
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
Kenneth Litwak wrote:
>
>
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